BitbucketPipelinesInfo Class

Summary

Base class used to provide information about the Bitbucket Pipelines environment.
graph BT Type-->Base0["object"] Type["BitbucketPipelinesInfo"] class Type type-node Derived0["BitbucketPipelinesEnvironmentInfo"]-->Type click Derived0 "/api/Cake.Common.Build.BitbucketPipelines.Data/BitbucketPipelinesEnvironmentInfo" Derived1["BitbucketPipelinesPullRequestInfo"]-->Type click Derived1 "/api/Cake.Common.Build.BitbucketPipelines.Data/BitbucketPipelinesPullRequestInfo" Derived2["BitbucketPipelinesRepositoryInfo"]-->Type click Derived2 "/api/Cake.Common.Build.BitbucketPipelines.Data/BitbucketPipelinesRepositoryInfo"

Syntax

public abstract class BitbucketPipelinesInfo

Constructors

Name Summary
BitbucketPipelinesInfo(ICakeEnvironment) Initializes a new instance of the BitbucketPipelinesInfo class.

Methods

Name Value Summary
GetEnvironmentInteger(string) int
Gets an environment variable as a int.
GetEnvironmentString(string) string
Gets an environment variable as a string.

Extension Methods

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