Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ValidationItem

Hierarchy

Index

Properties

Properties

Optional isValid

isValid: boolean

Tells whether the current input is valid or not

Optional reason

reason: string

Reason for input validation failure

Optional type

type: string

Type of validation item

Optional value

value: string

Value to validate. The conditional expression to validate for the input for "expression" type Eg:eq(variables['Build.SourceBranch'], 'refs/heads/master');eq(value, 'refs/heads/master')

Generated using TypeDoc