This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.AzureDevOps.
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
Name | Summary |
---|---|
Azure |
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 |
Gets the number of errors in the build.
|
FinishTime | Nullable |
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 |
Gets an ordinal value relative to other records.
|
ParentId | Nullable |
Gets the ID of the record's parent.
|
PercentComplete | Nullable |
Gets the current completion percentage.
|
RecordType | string |
Gets the type of the record.
|
Result | Nullable |
Gets the result.
|
ResultCode | string |
Gets the result code.
|
StartTime | Nullable |
Gets the start time.
|
State | Nullable |
Gets the state of the record.
|
WarningCount | Nullable |
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 |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
Returns the string value or a
Not set > markup suitable for Spectre.Console.
From StringExtensions
Requires the Cake.Issues addin
|