TaskGroupCreateParameter interface
Properties
| author | Sets author name of the task group. |
| category | Sets category of the task group. |
| description | Sets description of the task group. |
| friendly |
Sets friendly name of the task group. |
| icon |
Sets url icon of the task group. |
| inputs | Sets input for the task group. |
| instance |
Sets display name of the task group. |
| name | Sets name of the task group. |
| parent |
Sets parent task group Id. This is used while creating a draft task group. |
| runs |
Sets RunsOn of the task group. Value can be 'Agent', 'Server' or 'DeploymentGroup'. |
| tasks | Sets tasks for the task group. |
| version | Sets version of the task group. |
Property Details
author
Sets author name of the task group.
author: string
Property Value
string
category
Sets category of the task group.
category: string
Property Value
string
description
Sets description of the task group.
description: string
Property Value
string
friendlyName
Sets friendly name of the task group.
friendlyName: string
Property Value
string
iconUrl
Sets url icon of the task group.
iconUrl: string
Property Value
string
inputs
instanceNameFormat
Sets display name of the task group.
instanceNameFormat: string
Property Value
string
name
Sets name of the task group.
name: string
Property Value
string
parentDefinitionId
Sets parent task group Id. This is used while creating a draft task group.
parentDefinitionId: string
Property Value
string
runsOn
Sets RunsOn of the task group. Value can be 'Agent', 'Server' or 'DeploymentGroup'.
runsOn: string[]
Property Value
string[]