AzureDevOpsBuildDefinition Class

Summary

Representation of a build definition.
Assembly
Cake.AzureDevOps.dll
Namespace
Cake.AzureDevOps.Pipelines
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["AzureDevOpsBuildDefinition"] class Type type-node

Syntax

public class AzureDevOpsBuildDefinition

Constructors

Properties

Name Value Summary
Id int
Gets the ID of the build definition.
Name string
Gets the name of the build definition.
QueueStatus AzureDevOpsDefinitionQueueStatus
Gets the queue status.

Extension Methods

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