PromotionContext Class

Provides important information about a promotion.

Inheritance Hierarchy

Syntax

public sealed class PromotionContext

Constructors

Name Description
PromotionContext(int applicationId, string releaseNumber, string buildNumber, string pipelineStage, System.Collections.Generic.ISet<int> environmentIds, int? releaseId, int? buildId)

Properties

Name Description
ApplicationId

Gets the current application ID.

BuildId

Gets the current build id.

BuildNumber

Gets the current build number.

EnvironmentIds

Gets the environment IDs in the target pipeline stage.

PipelineStage

Gets the target pipeline stage name.

ReleaseId

Gets the current release id.

ReleaseNumber

Gets the current release number.