Uses of Interface
com.atlassian.bamboo.utils.BambooClosures.Throwing1
Package
Description
-
Uses of BambooClosures.Throwing1 in com.atlassian.bamboo.plan.job
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionprotected <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.