AzurePipelinesRecordData Class

Summary

Provides optional data associated with an Azure Pipelines timeline record.
Namespace
Cake.Common.Build.AzurePipelines.Data
Base Types
  • object
graph BT Type-->Base0["object"] Type["AzurePipelinesRecordData"] class Type type-node

Syntax

public sealed class AzurePipelinesRecordData

Properties

Name Value Summary
FinishTime DateTime?
Gets or sets the finish time of this record.
ParentRecord Guid
Gets or sets the parent record of a new or existing timeline record.
Progress int?
Gets or sets the current progress of this record.
Result AzurePipelinesTaskResult?
Gets or sets the result of this record.
StartTime DateTime?
Gets or sets the start time of this record.
Status AzurePipelinesTaskStatus?
Gets or sets the current status of this record.

Extension Methods

Name Value Summary
Dump<AzurePipelinesRecordData>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<AzurePipelinesRecordData>(AzurePipelinesRecordData[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<AzurePipelinesRecordData>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<AzurePipelinesRecordData>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<AzurePipelinesRecordData>(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<AzurePipelinesRecordData>(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