InputValidationItem interface

扩展

属性

context

为要计算的表达式提供绑定上下文

继承属性

isValid

指示当前输入是否有效

reason

输入验证失败的原因

type

验证项的类型

value

要验证的值。 要验证“expression”类型的输入的条件表达式 Eg:eq(variables['Build.SourceBranch'], 'refs/heads/master'):eq(value, 'refs/heads/master')

属性详细信息

context

为要计算的表达式提供绑定上下文

context: InputBindingContext

属性值

继承属性详细信息

isValid

指示当前输入是否有效

isValid: boolean

属性值

boolean

继承自ValidationItem.isValid

reason

输入验证失败的原因

reason: string

属性值

string

继承自ValidationItem.reason

type

验证项的类型

type: string

属性值

string

继承自ValidationItem.type

value

要验证的值。 要验证“expression”类型的输入的条件表达式 Eg:eq(variables['Build.SourceBranch'], 'refs/heads/master'):eq(value, 'refs/heads/master')

value: string

属性值

string

继承自ValidationItem.value