ExpressionValidationItem interface
继承属性
| is |
指示当前输入是否有效 |
| reason | 输入验证失败的原因 |
| type | 验证项的类型 |
| value | 要验证的值。 要验证“expression”类型的输入的条件表达式 Eg:eq(variables['Build.SourceBranch'], 'refs/heads/master'):eq(value, 'refs/heads/master') |
继承属性详细信息
isValid
reason
type
value
要验证的值。 要验证“expression”类型的输入的条件表达式 Eg:eq(variables['Build.SourceBranch'], 'refs/heads/master'):eq(value, 'refs/heads/master')
value: string
属性值
string