BitbucketPipelinesEnvironmentInfo Class

Summary

Provides Bitbucket Pipelines environment information for the current build.
graph BT Type-->Base0["BitbucketPipelinesInfo"] click Base0 "/api/Cake.Common.Build.BitbucketPipelines/BitbucketPipelinesInfo" Base0-->Base1["object"] Type["BitbucketPipelinesEnvironmentInfo"] class Type type-node

Syntax

public class BitbucketPipelinesEnvironmentInfo : BitbucketPipelinesInfo

Constructors

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

Properties

Name Value Summary
PullRequest BitbucketPipelinesPullRequestInfo
Gets Bitbucket Pipelines pull request information.
Repository BitbucketPipelinesRepositoryInfo
Gets Bitbucket Pipelines repository information.

Methods

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

Extension Methods

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