Summary
Represents of an entry in a build's timeline.
- Namespace
- Cake
.AzureDevOps .Pipelines - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["AzureDevOpsTimelineRecord"]
class Type type-node
Syntax
public class AzureDevOpsTimelineRecord
Properties
| Name | Value | Summary |
|---|---|---|
| Attempt | int |
Gets the attempt of the build.
|
| ChangeId | int |
Gets the change ID.
|
| CurrentOperation | string |
Gets a string that indicates the current operation.
|
| ErrorCount | int? |
Gets the number of errors in the build.
|
| FinishTime | DateTime? |
Gets the finish time.
|
| Id | Guid |
Gets the ID of the record.
|
| LastModified | DateTime |
Gets the time the record was last modified.
|
| Name | string |
Gets the name.
|
| Order | int? |
Gets an ordinal value relative to other records.
|
| ParentId | Guid? |
Gets the ID of the record's parent.
|
| PercentComplete | int? |
Gets the current completion percentage.
|
| RecordType | string |
Gets the type of the record.
|
| Result | Azure |
Gets the result.
|
| ResultCode | string |
Gets the result code.
|
| StartTime | DateTime? |
Gets the start time.
|
| State | Azure |
Gets the state of the record.
|
| WarningCount | int? |
Gets the number of warnings in the build.
|
| WorkerName | string |
Gets the name of the agent running the operation.
|