Uses of Class
com.atlassian.bamboo.rest.model.confirmation.ConfirmationToken
Package
Description
-
Uses of ConfirmationToken in com.atlassian.bamboo.plugins.rest.plan.stage
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
StageConfigResource.removeStage
(String planKeyString, long stageId, @Nullable ConfirmationToken confirmationToken, javax.ws.rs.core.UriInfo uriInfo) Deletes a specific stage of a build plan.StageConfigResource.updateStage
(String planKeyString, long stageId, @Nullable ConfirmationToken confirmationToken, ExpansionParam expansion, javax.ws.rs.core.UriInfo uriInfo, RestStage restStage) Updates a stage partially, not overriding any field that it's not specified.Modifier and TypeMethodDescriptionvoid
RestStageService.deleteStage
(@NotNull PlanKey planKey, long stageId, @NotNull io.atlassian.fugue.Option<ConfirmationToken> confirmationToken, @NotNull javax.ws.rs.core.UriInfo uriInfo) Deletes the given stage.void
RestStageServiceImpl.deleteStage
(@NotNull PlanKey planKey, long stageId, @NotNull io.atlassian.fugue.Option<ConfirmationToken> confirmationToken, @NotNull javax.ws.rs.core.UriInfo uriInfo) @NotNull RestStage
RestStageService.updateStage
(@NotNull PlanKey planKey, long stageId, @NotNull RestStage restStage, @NotNull io.atlassian.fugue.Option<ConfirmationToken> token, @Nullable Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) Performs a partial update on a stage, updating just the fields that are specified while the rest will remain the same.@NotNull RestStage
RestStageServiceImpl.updateStage
(@NotNull PlanKey planKey, long stageId, @NotNull RestStage updatedStage, @NotNull io.atlassian.fugue.Option<ConfirmationToken> token, @Nullable Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) -
Uses of ConfirmationToken in com.atlassian.bamboo.plugins.rest.plan.stage.job
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
JobConfigResource.removeJob
(String planKeyString, long stageId, String jobKeyString, @Nullable ConfirmationToken confirmationToken, javax.ws.rs.core.UriInfo uriInfo) Deletes a specific job of a build plan.javax.ws.rs.core.Response
JobConfigShortcutResource.removeJob
(String jobKeyString, @Nullable ConfirmationToken confirmationToken, javax.ws.rs.core.UriInfo uriInfo) Deletes a specific job of a build plan.JobConfigResource.updateJob
(String planKeyString, long stageId, String jobKeyString, @Nullable ConfirmationToken confirmationToken, ExpansionParam expansion, javax.ws.rs.core.UriInfo uriInfo, RestJob restJob) Updates a job partially, not overriding any field that it's not specified.JobConfigShortcutResource.updateJob
(String jobKeyString, @Nullable ConfirmationToken confirmationToken, ExpansionParam expansion, javax.ws.rs.core.UriInfo uriInfo, RestJob restJob) Updates a job partially, not overriding any field that it's not specified.Modifier and TypeMethodDescriptionvoid
RestJobService.deleteJob
(@NotNull PlanKey jobKey, @NotNull Optional<ConfirmationToken> confirmationToken, @NotNull javax.ws.rs.core.UriInfo uriInfo) Remove a job.void
RestJobServiceImpl.deleteJob
(@NotNull PlanKey jobKey, @NotNull Optional<ConfirmationToken> confirmationToken, @NotNull javax.ws.rs.core.UriInfo uriInfo) @NotNull RestJob
RestJobService.updateJob
(@NotNull PlanKey jobKey, @Nullable RestJob restJob, @NotNull Optional<ConfirmationToken> confirmationToken, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) Updates the details of a specific job.@NotNull RestJob
RestJobServiceImpl.updateJob
(@NotNull PlanKey jobKey, @Nullable RestJob restJob, @NotNull Optional<ConfirmationToken> confirmationToken, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo)