Package jetbrains.buildServer.pipeline
Interface PipelinePromotionsGenerator
-
- All Known Implementing Classes:
PipelinePromotionsGeneratorImpl
public interface PipelinePromotionsGenerator
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEBUG_PIPELINE_JOBS_LIST
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<BuildPromotion>
freezePromotionAndDependenciesSettings(BuildPromotion pipelineRunHead)
List<BuildPromotion>
generatePromotionsForQueue(BuildPromotion pipelineRunHead)
-
-
-
Field Detail
-
DEBUG_PIPELINE_JOBS_LIST
static final String DEBUG_PIPELINE_JOBS_LIST
- See Also:
- Constant Field Values
-
-
Method Detail
-
generatePromotionsForQueue
@NotNull List<BuildPromotion> generatePromotionsForQueue(@NotNull BuildPromotion pipelineRunHead)
-
freezePromotionAndDependenciesSettings
@NotNull List<BuildPromotion> freezePromotionAndDependenciesSettings(@NotNull BuildPromotion pipelineRunHead)
-
-