Package com.atlassian.bamboo.plan.branch
Class ChainPropagatingFacade
- java.lang.Object
-
- com.atlassian.bamboo.plan.branch.ChainPropagatingFacade
-
public class ChainPropagatingFacade extends Object
-
-
Constructor Summary
Constructors Constructor Description ChainPropagatingFacade(@NotNull ChainBranchManager chainBranchManager, @NotNull Chain masterChain)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ChainStage
addAndSaveNewStage(@NotNull PlanManager planManager, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull String stageName, @Nullable String stageDescription, boolean stageManual, boolean finalStage)
@NotNull ChainStage
addNewStage(@NotNull String stageName, @Nullable String stageDescription, boolean stageManual, boolean finalStage)
Deprecated.List<PlanKey>
createJob(JobCreationService jobCreationService, BuildConfiguration buildConfiguration, Map<String,?> actionParametersMap, PlanCreationService.EnablePlan isPlanEnabled)
void
savePlan(@NotNull PlanManager planManager)
Deprecated.since 6.9
-
-
-
Constructor Detail
-
ChainPropagatingFacade
public ChainPropagatingFacade(@NotNull @NotNull ChainBranchManager chainBranchManager, @NotNull @NotNull Chain masterChain)
-
-
Method Detail
-
addAndSaveNewStage
public ChainStage addAndSaveNewStage(@NotNull @NotNull PlanManager planManager, @NotNull @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull @NotNull String stageName, @Nullable @Nullable String stageDescription, boolean stageManual, boolean finalStage)
-
addNewStage
@Deprecated @NotNull public @NotNull ChainStage addNewStage(@NotNull @NotNull String stageName, @Nullable @Nullable String stageDescription, boolean stageManual, boolean finalStage)
Deprecated.
-
savePlan
@Deprecated public void savePlan(@NotNull @NotNull PlanManager planManager)
Deprecated.since 6.9
-
createJob
public List<PlanKey> createJob(JobCreationService jobCreationService, BuildConfiguration buildConfiguration, Map<String,?> actionParametersMap, PlanCreationService.EnablePlan isPlanEnabled) throws PlanCreationDeniedException
- Throws:
PlanCreationDeniedException
-
-