ReleaseTask interface
Properties
| agent |
Agent name on which task executed. |
| date |
|
| date |
|
| finish |
Finish time of the release task. |
| id | ID of the release task. |
| issues | List of issues occurred while execution of task. |
| line |
Number of lines log release task has. |
| log |
Log URL of the task. |
| name | Name of the task. |
| percent |
Task execution complete precent. |
| rank | Rank of the release task. |
| result |
Result code of the task. |
| start |
ID of the release task. |
| status | Status of release task. |
| task | Workflow task reference. |
| timeline |
Timeline record ID of the release task. |
Property Details
agentName
Agent name on which task executed.
agentName: string
Property Value
string
dateEnded
dateEnded: Date
Property Value
Date
dateStarted
dateStarted: Date
Property Value
Date
finishTime
Finish time of the release task.
finishTime: Date
Property Value
Date
id
ID of the release task.
id: number
Property Value
number
issues
lineCount
Number of lines log release task has.
lineCount: number
Property Value
number
logUrl
Log URL of the task.
logUrl: string
Property Value
string
name
Name of the task.
name: string
Property Value
string
percentComplete
Task execution complete precent.
percentComplete: number
Property Value
number
rank
Rank of the release task.
rank: number
Property Value
number
resultCode
Result code of the task.
resultCode: string
Property Value
string
startTime
ID of the release task.
startTime: Date
Property Value
Date
status
task
timelineRecordId
Timeline record ID of the release task.
timelineRecordId: string
Property Value
string