Summary
Base class used to provide information about the Azure Pipelines environment.
graph BT
Type-->Base0["object"]
Type["AzurePipelinesInfo"]
class Type type-node
Derived0["AzurePipelinesTriggeredBy"]-->Type
click Derived0 "/api/Cake.Common.Build.AzurePipelines.Data/AzurePipelinesTriggeredBy"
Derived1["AzurePipelinesEnvironmentInfo"]-->Type
click Derived1 "/api/Cake.Common.Build.AzurePipelines.Data/AzurePipelinesEnvironmentInfo"
Derived2["AzurePipelinesTeamProjectInfo"]-->Type
click Derived2 "/api/Cake.Common.Build.AzurePipelines.Data/AzurePipelinesTeamProjectInfo"
Derived3["AzurePipelinesAgentInfo"]-->Type
click Derived3 "/api/Cake.Common.Build.AzurePipelines.Data/AzurePipelinesAgentInfo"
Derived4["AzurePipelinesPullRequestInfo"]-->Type
click Derived4 "/api/Cake.Common.Build.AzurePipelines.Data/AzurePipelinesPullRequestInfo"
Derived5["AzurePipelinesBuildInfo"]-->Type
click Derived5 "/api/Cake.Common.Build.AzurePipelines.Data/AzurePipelinesBuildInfo"
Derived6["AzurePipelinesDefinitionInfo"]-->Type
click Derived6 "/api/Cake.Common.Build.AzurePipelines.Data/AzurePipelinesDefinitionInfo"
Derived7["AzurePipelinesRepositoryInfo"]-->Type
click Derived7 "/api/Cake.Common.Build.AzurePipelines.Data/AzurePipelinesRepositoryInfo"
Syntax
public abstract class AzurePipelinesInfo
Constructors
| Name | Summary |
|---|---|
| AzurePipelinesInfo |
Initializes a new instance of the AzurePipelinesInfo class.
|
Methods
| Name | Value | Summary |
|---|---|---|
| Get |
bool |
Gets an environment variable as a
bool.
|
| Get |
int |
Gets an environment variable as a
int.
|
| Get |
long |
Gets an environment variable as a
long.
|
| GetEnvironmentString |
string |
Gets an environment variable as a
string.
|
| GetEnvironmentUri |
Uri |
Gets an environment variable as a
System.Uri.
|
| GetRepositoryType |
Azure |
Gets the current repository type as a
AzurePipelinesRepositoryType from an environment variable.
|
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
|
