IBitbucketPipelinesProvider Interface

Summary

Represents a Bitrise provider.
graph BT Type["IBitbucketPipelinesProvider"] class Type type-node Implementing0["BitbucketPipelinesProvider"]-.->Type click Implementing0 "/api/Cake.Common.Build.BitbucketPipelines/BitbucketPipelinesProvider"

Syntax

public interface IBitbucketPipelinesProvider

Properties

Name Value Summary
Environment BitbucketPipelinesEnvironmentInfo
Gets the Bitbucket Pipelines environment.
IsRunningOnBitbucketPipelines bool
Gets a value indicating whether the current build is running on Bitbucket Pipelines.

Extension Methods

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