TaskReference interface
A reference to a task.
Properties
build |
The build config of the task definition. Corresponds to the version value of task.json file. <br />Example: CmdLineV2 { "_buildConfigMapping": { "Default": "2.232.2", "Node20_229_7": "2.232.3" } } |
contribution |
|
contribution |
|
id | The ID of the task definition. Corresponds to the id value of task.json file. <br />Example: CmdLineV2 { "id": "D9BAFED4-0B18-4F58-968D-86655B4D2CE9" } |
inputs | A dictionary of inputs specific to a task definition. Corresponds to inputs value of task.json file. |
name | The name of the task definition. Corresponds to the name value of task.json file. <br />Example: CmdLineV2 { "name": "CmdLine" } |
version | The version of the task definition. Corresponds to the version value of task.json file. <br />Example: CmdLineV2 { "version": { "Major": 2, "Minor": 212, "Patch": 0 } } |
Property Details
buildConfig
The build config of the task definition. Corresponds to the version value of task.json file. <br />Example: CmdLineV2 { "_buildConfigMapping": { "Default": "2.232.2", "Node20_229_7": "2.232.3" } }
buildConfig: string
Property Value
string
contributionIdentifier
contributionIdentifier: string
Property Value
string
contributionVersion
contributionVersion: string
Property Value
string
id
The ID of the task definition. Corresponds to the id value of task.json file. <br />Example: CmdLineV2 { "id": "D9BAFED4-0B18-4F58-968D-86655B4D2CE9" }
id: string
Property Value
string
inputs
A dictionary of inputs specific to a task definition. Corresponds to inputs value of task.json file.
inputs: {[key: string]: string}
Property Value
{[key: string]: string}
name
The name of the task definition. Corresponds to the name value of task.json file. <br />Example: CmdLineV2 { "name": "CmdLine" }
name: string
Property Value
string
version
The version of the task definition. Corresponds to the version value of task.json file. <br />Example: CmdLineV2 { "version": { "Major": 2, "Minor": 212, "Patch": 0 } }
version: string
Property Value
string