Summary
Base class used to provide information about the Azure Pipelines environment.
graph BT
Type-->Base0["object"]
Type["AzurePipelinesInfo"]
class Type type-node
Derived0["AzurePipelinesAgentInfo"]-->Type
click Derived0 "/api/Cake.Common.Build.AzurePipelines.Data/AzurePipelinesAgentInfo"
Derived1["AzurePipelinesRepositoryInfo"]-->Type
click Derived1 "/api/Cake.Common.Build.AzurePipelines.Data/AzurePipelinesRepositoryInfo"
Derived2["AzurePipelinesBuildInfo"]-->Type
click Derived2 "/api/Cake.Common.Build.AzurePipelines.Data/AzurePipelinesBuildInfo"
Derived3["AzurePipelinesDefinitionInfo"]-->Type
click Derived3 "/api/Cake.Common.Build.AzurePipelines.Data/AzurePipelinesDefinitionInfo"
Derived4["AzurePipelinesPullRequestInfo"]-->Type
click Derived4 "/api/Cake.Common.Build.AzurePipelines.Data/AzurePipelinesPullRequestInfo"
Derived5["AzurePipelinesTriggeredBy"]-->Type
click Derived5 "/api/Cake.Common.Build.AzurePipelines.Data/AzurePipelinesTriggeredBy"
Derived6["AzurePipelinesEnvironmentInfo"]-->Type
click Derived6 "/api/Cake.Common.Build.AzurePipelines.Data/AzurePipelinesEnvironmentInfo"
Derived7["AzurePipelinesTeamProjectInfo"]-->Type
click Derived7 "/api/Cake.Common.Build.AzurePipelines.Data/AzurePipelinesTeamProjectInfo"
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 .
|
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 |
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 |
From StringExtensions
Requires the Cake.Issues addin
|