| Package | Description |
|---|---|
| com.atlassian.bamboo.plan.job | |
| com.atlassian.bamboo.plan.stage | |
| com.atlassian.bamboo.upgrade |
| Modifier and Type | Method and Description |
|---|---|
void |
JobServiceImpl.deleteJob(@NotNull PlanKey jobKey,
BambooClosures.Throwing1<ImmutableJob,WebValidationException>... runBefore) |
void |
JobService.deleteJob(@NotNull PlanKey jobKey,
BambooClosures.Throwing1<ImmutableJob,WebValidationException>... runBefore)
Remove a job.
|
@NotNull ImmutableJob |
JobServiceImpl.updateJob(@NotNull PlanKey jobKey,
@NotNull String name,
@Nullable String description,
boolean suspended,
long stageId,
BambooClosures.Throwing1<ImmutableJob,WebValidationException>... runBefore) |
@NotNull ImmutableJob |
JobService.updateJob(@NotNull PlanKey jobKey,
@NotNull String name,
@Nullable String description,
boolean suspended,
long stageId,
BambooClosures.Throwing1<ImmutableJob,WebValidationException>... runBefore)
Update the details of a job
|
| Modifier and Type | Method and Description |
|---|---|
void |
StageServiceImpl.deleteStage(@NotNull PlanKey planKey,
long stageId,
BambooClosures.Throwing1<ImmutableChainStage,WebValidationException>... runBefore) |
void |
StageService.deleteStage(@NotNull PlanKey planKey,
long stageId,
BambooClosures.Throwing1<ImmutableChainStage,WebValidationException>... runBefore)
Deletes the given stage and any jobs under the stage.
|
@NotNull ImmutableChainStage |
StageServiceImpl.updateStage(@NotNull PlanKey planKey,
long stageId,
@NotNull String name,
@NotNull String description,
boolean manual,
boolean isFinal,
@Nullable Integer index,
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,
BambooClosures.Throwing1<ImmutableChainStage,WebValidationException>... runBefore)
Update the details of a stage.
|
| Modifier and Type | Method and Description |
|---|---|
protected <E extends Exception> |
AbstractUpgradeManager.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.
|
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.