AzureDevOpsTimelineRecord Class

Summary

Represents of an entry in a build's timeline.
Assembly
Cake.AzureDevOps.dll
Namespace
Cake.AzureDevOps.Pipelines
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["AzureDevOpsTimelineRecord"] class Type type-node

Syntax

public class AzureDevOpsTimelineRecord

Constructors

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 Nullable<int>
Gets the number of errors in the build.
FinishTime Nullable<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 Nullable<int>
Gets an ordinal value relative to other records.
ParentId Nullable<Guid>
Gets the ID of the record's parent.
PercentComplete Nullable<int>
Gets the current completion percentage.
RecordType string
Gets the type of the record.
Result Nullable<AzureDevOpsTaskResult>
Gets the result.
ResultCode string
Gets the result code.
StartTime Nullable<DateTime>
Gets the start time.
State Nullable<AzureDevOpsTimelineRecordState>
Gets the state of the record.
WarningCount Nullable<int>
Gets the number of warnings in the build.
WorkerName string
Gets the name of the agent running the operation.

Extension Methods

Name Value Summary
Dump<AzureDevOpsTimelineRecord>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<AzureDevOpsTimelineRecord>(AzureDevOpsTimelineRecord[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<AzureDevOpsTimelineRecord>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<AzureDevOpsTimelineRecord>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<AzureDevOpsTimelineRecord>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<AzureDevOpsTimelineRecord>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin