ValidationItem interface

Özellikler

isValid

Geçerli girişin geçerli olup olmadığını bildirir

reason

Giriş doğrulama hatasının nedeni

type

Doğrulama öğesinin türü

value

Doğrulanan değer. "İfade" girişi için doğrulanması gereken koşullu ifade: Eg:eq(variables['Build.SourceBranch'], 'refs/heads/master'); eq(value, 'refs/heads/master')

Özellik Ayrıntıları

isValid

Geçerli girişin geçerli olup olmadığını bildirir

isValid: boolean

Özellik Değeri

boolean

reason

Giriş doğrulama hatasının nedeni

reason: string

Özellik Değeri

string

type

Doğrulama öğesinin türü

type: string

Özellik Değeri

string

value

Doğrulanan değer. "İfade" girişi için doğrulanması gereken koşullu ifade: Eg:eq(variables['Build.SourceBranch'], 'refs/heads/master'); eq(value, 'refs/heads/master')

value: string

Özellik Değeri

string