Version:
PromotionContext(int applicationId, string releaseNumber, string buildNumber, string pipelineStage, System.Collections.Generic.ISet<int> environmentIds, int? releaseId, int? buildId) Constructor
Syntax
public PromotionContext(int applicationId, string releaseNumber, string buildNumber, string pipelineStage, ISet<int> environmentIds, Nullable<int> releaseId, Nullable<int> buildId)
Parameters
- applicationId
- Type: int
- releaseNumber
- Type: string
- buildNumber
- Type: string
- pipelineStage
- Type: string
- environmentIds
- Type: System.Collections.Generic.ISet<int>
- releaseId
- Type: int?
- buildId
- Type: int?