BitbucketPipelinesRepositoryInfo Class

Summary

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

Syntax

public class BitbucketPipelinesRepositoryInfo : BitbucketPipelinesInfo

Constructors

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

Properties

Name Value Summary
Branch string
Gets the branch on which the build was kicked off. This value is only available on branches.
Commit string
Gets the commit hash of a commit that kicked off the build.
RepoOwner string
Gets the name of the account in which the repository lives.
RepoSlug string
Gets the URL-friendly version of a repository name.
Tag string
Gets the tag on which the build was kicked off. This value is only available when tagged.

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