InputValidationItem interface
- Extends
屬性
context | 提供表達式評估的系結內容 |
繼承的屬性
is |
指出目前的輸入是否有效 |
reason | 輸入驗證失敗的原因 |
type | 驗證項目的類型 |
value | 要驗證的值。 要驗證 “expression” 類型之輸入的條件表達式 Eg:eq(variables['Build.SourceBranch'], 'refs/heads/master'] :eq(value, 'refs/heads/master') |
屬性詳細資料
context
繼承的屬性詳細資料
isValid
reason
type
value
要驗證的值。 要驗證 “expression” 類型之輸入的條件表達式 Eg:eq(variables['Build.SourceBranch'], 'refs/heads/master'] :eq(value, 'refs/heads/master')
value: string
屬性值
string