BitBucketPipelines Class

Namespace
GitVersion.BuildAgents
Interfaces
Base Types
graph BT Type-->Base0["BuildAgentBase"] click Base0 "/api/GitVersion.BuildAgents/BuildAgentBase" Base0-->Base1["object"] Type-.->Interface0["ICurrentBuildAgent"] click Interface0 "/api/GitVersion.BuildAgents/ICurrentBuildAgent" Type-.->Interface1["IBuildAgent"] click Interface1 "/api/GitVersion.BuildAgents/IBuildAgent" Type["BitBucketPipelines"] class Type type-node

Syntax

public class BitBucketPipelines : BuildAgentBase, ICurrentBuildAgent, IBuildAgent

Constructors

Fields

Name Constant Value Summary
BranchEnvironmentVariableName BITBUCKET_BRANCH
static
EnvironmentVariableName BITBUCKET_WORKSPACE
static
Log
Inherited from BuildAgentBase
PullRequestEnvironmentVariableName BITBUCKET_PR_ID
static
TagEnvironmentVariableName BITBUCKET_TAG
static

Properties

Name Value Summary
Environment IEnvironment
Inherited from BuildAgentBase
EnvironmentVariable string

Methods

Extension Methods

Name Value Summary
GetProperties() IEnumerable<KeyValuePair<string, string>>
NotNull<BitBucketPipelines>(string) T
GitHub