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