Uses of Interface
com.atlassian.bamboo.utils.BambooClosures.Throwing1
-
Packages that use BambooClosures.Throwing1 Package Description com.atlassian.bamboo.plan.job com.atlassian.bamboo.plan.stage com.atlassian.bamboo.upgrade -
-
Uses of BambooClosures.Throwing1 in com.atlassian.bamboo.plan.job
Methods in com.atlassian.bamboo.plan.job with parameters of type BambooClosures.Throwing1 Modifier and Type Method Description void
JobService. deleteJob(@NotNull PlanKey jobKey, @NotNull BambooClosures.Throwing1<ImmutableJob,WebValidationException>... runBefore)
Remove a job.void
JobServiceImpl. deleteJob(@NotNull PlanKey jobKey, @NotNull BambooClosures.Throwing1<ImmutableJob,WebValidationException>... runBefore)
@NotNull ImmutableJob
JobService. updateJob(@NotNull PlanKey jobKey, @NotNull String name, @Nullable String description, boolean suspended, long stageId, @NotNull BambooClosures.Throwing1<ImmutableJob,WebValidationException>... runBefore)
Update the details of a job@NotNull ImmutableJob
JobServiceImpl. updateJob(@NotNull PlanKey jobKey, @NotNull String name, @Nullable String description, boolean suspended, long stageId, @NotNull BambooClosures.Throwing1<ImmutableJob,WebValidationException>... runBefore)
-
Uses of BambooClosures.Throwing1 in com.atlassian.bamboo.plan.stage
Methods in com.atlassian.bamboo.plan.stage with parameters of type BambooClosures.Throwing1 Modifier and Type Method Description void
StageService. deleteStage(@NotNull PlanKey planKey, long stageId, @NotNull BambooClosures.Throwing1<ImmutableChainStage,WebValidationException>... runBefore)
Deletes the given stage and any jobs under the stage.void
StageServiceImpl. deleteStage(@NotNull PlanKey planKey, long stageId, @NotNull BambooClosures.Throwing1<ImmutableChainStage,WebValidationException>... runBefore)
@NotNull ImmutableChainStage
StageService. updateStage(@NotNull PlanKey planKey, long stageId, @NotNull String name, @NotNull String description, boolean manual, boolean isFinal, @Nullable Integer index, @NotNull BambooClosures.Throwing1<ImmutableChainStage,WebValidationException>... runBefore)
Update the details of a stage.@NotNull ImmutableChainStage
StageServiceImpl. updateStage(@NotNull PlanKey planKey, long stageId, @NotNull String name, @NotNull String description, boolean manual, boolean isFinal, @Nullable Integer index, @NotNull BambooClosures.Throwing1<ImmutableChainStage,WebValidationException>... runBefore)
-
Uses of BambooClosures.Throwing1 in com.atlassian.bamboo.upgrade
Methods in com.atlassian.bamboo.upgrade with parameters of type BambooClosures.Throwing1 Modifier and Type Method Description protected <E extends Exception>
voidAbstractUpgradeManager. forEachTask(@NotNull String xPathExpression, @NotNull String installationBuildNumber, @NotNull String upgradeBuildNumber, BambooClosures.Throwing1<UpgradeTask,E> action)
Iterates over upgrade tasks, lazily instantiating them on the fly.
-