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

Syntax

public sealed class CodeBuild : BuildAgentBase, ICurrentBuildAgent, IBuildAgent

Constructors

Fields

Name Constant Value Summary
Log
Inherited from BuildAgentBase
SourceVersionEnvironmentVariableName CODEBUILD_SOURCE_VERSION
static
WebHookEnvironmentVariableName CODEBUILD_WEBHOOK_HEAD_REF
static

Properties

Name Value Summary
Environment IEnvironment
Inherited from BuildAgentBase
EnvironmentVariable string

Methods

Extension Methods

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