BuildMaster SDK Reference
Version:

SimpleBuildMasterContext Class

A simple implementation of IBuildMasterContext.

Inheritance Hierarchy

  • object
    • Inedo.BuildMaster.Extensibility.SimpleBuildMasterContext

Syntax

public class SimpleBuildMasterContext : IBuildMasterContext, IGenericBuildMasterContext, Inedo.Extensibility.VariableFunctions.IVariableFunctionContext

Properties

Name Description
ApplicationGroupId

Gets the ID of the application group ID in the current context, or null (Nothing in Visual Basic) if not applicable.

ApplicationId

Gets the ID of the application in the current context, or null (Nothing in Visual Basic) if not applicable.

BuildId

Gets or sets the build identifier.

BuildNumber

Gets the build number in the current context, or null (Nothing in Visual Basic) if not applicable.

DeployableId

Gets the ID of the deployable in the current context, or null (Nothing in Visual Basic) if not applicable.

EnvironmentId

Gets the ID of the environment in the current context, or null (Nothing in Visual Basic) if not applicable.

ExecutionId

Gets the ID of the execution in the current context, or null (Nothing in Visual Basic) if not applicable.

PipelineId

Gets the ID of the pipeline in the current context, or null (Nothing in Visual Basic) if not applicable.

PipelineStageName

Gets the name of the pipeline stage in the current context, or null (Nothing in Visual Basic) if not applicable.

PromotionId

Gets the ID of the promotion int the current context, or null (Nothing in Visual Basic) if not applicable.

ReleaseId

Gets the ID of the release in the current context, or null (Nothing in Visual Basic) if not applicable.

ReleaseNumber

Gets the release number in the current context, or null (Nothing in Visual Basic) if not applicable.

ServerId

Gets the ID of the server in the current context, or null (Nothing in Visual Basic) if not applicable.

ServerRoleId

Gets the ID of the server role in the current context, or null (Nothing in Visual Basic) if not applicable.