TaskGroupStep interface
Represents tasks in the task group.
always |
Gets or sets as 'true' to run the task always, 'false' otherwise. |
condition | Gets or sets condition for the task. |
continue |
Gets or sets as 'true' to continue on error, 'false' otherwise. |
display |
Gets or sets the display name. |
enabled | Gets or sets as task is enabled or not. |
environment | Gets dictionary of environment variables. |
inputs | Gets or sets dictionary of inputs. |
retry |
Gets or sets the maximum number of retries |
task | Gets or sets the reference of the task. |
timeout |
Gets or sets the maximum time, in minutes, that a task is allowed to execute on agent before being cancelled by server. A zero value indicates an infinite timeout. |
Gets or sets as 'true' to run the task always, 'false' otherwise.
alwaysRun: boolean
Property Value
boolean
Gets or sets condition for the task.
condition: string
Property Value
string
Gets or sets as 'true' to continue on error, 'false' otherwise.
continueOnError: boolean
Property Value
boolean
Gets or sets the display name.
displayName: string
Property Value
string
Gets or sets as task is enabled or not.
enabled: boolean
Property Value
boolean
Gets dictionary of environment variables.
environment: {[key: string]: string}
Property Value
{[key: string]: string}
Gets or sets dictionary of inputs.
inputs: {[key: string]: string}
Property Value
{[key: string]: string}
Gets or sets the maximum number of retries
retryCountOnTaskFailure: number
Property Value
number
Gets or sets the reference of the task.
task: TaskDefinitionReference
Property Value
Gets or sets the maximum time, in minutes, that a task is allowed to execute on agent before being cancelled by server. A zero value indicates an infinite timeout.
timeoutInMinutes: number
Property Value
number