BuildKite 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["BuildKite"] class Type type-node

Syntax

public class BuildKite : BuildAgentBase, ICurrentBuildAgent, IBuildAgent

Constructors

Fields

Name Constant Value Summary
EnvironmentVariableName BUILDKITE
static
Log
Inherited from BuildAgentBase

Properties

Name Value Summary
Environment IEnvironment
Inherited from BuildAgentBase
EnvironmentVariable string

Methods

Extension Methods

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