AzureDevOpsTimelineRecordState Class

Summary

State of an Azure Pipelines timeline record.
Assembly
Cake.AzureDevOps.dll
Namespace
Cake.AzureDevOps.Pipelines
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["AzureDevOpsTimelineRecordState"] class Type type-node

Syntax

public sealed class AzureDevOpsTimelineRecordState : Enum

Fields

Name Constant Value Summary
Completed 2
Task has been completed.
static
InProgress 1
Task execution is in progress.
static
Pending 0
Task execution is pending.
static
value__

Extension Methods

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