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)

Properties

Name Description
ApplicationId

Gets the current application ID.

BuildNumber

Gets the current build number.

EnvironmentIds

Gets the environment IDs in the target pipeline stage.

PipelineStage

Gets the target pipeline stage name.

ReleaseNumber

Gets the current release number.