Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TaskGroupStep

Represents tasks in the task group.

Hierarchy

  • TaskGroupStep

Index

Properties

Optional alwaysRun

alwaysRun: boolean

Gets or sets as 'true' to run the task always, 'false' otherwise.

Optional condition

condition: string

Gets or sets condition for the task.

Optional continueOnError

continueOnError: boolean

Gets or sets as 'true' to continue on error, 'false' otherwise.

Optional displayName

displayName: string

Gets or sets the display name.

Optional enabled

enabled: boolean

Gets or sets as task is enabled or not.

Optional environment

environment: object

Gets dictionary of environment variables.

Type declaration

  • [key: string]: string

Optional inputs

inputs: object

Gets or sets dictionary of inputs.

Type declaration

  • [key: string]: string

Optional task

Gets or sets the reference of the task.

Optional timeoutInMinutes

timeoutInMinutes: number

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.

Generated using TypeDoc