Uses of Class
com.atlassian.bamboo.rest.model.plan.stage.RestStage
Packages that use RestStage
Package
Description
-
Uses of RestStage in com.atlassian.bamboo.plugins.rest.plan.stage
Fields in com.atlassian.bamboo.plugins.rest.plan.stage declared as RestStageModifier and TypeFieldDescriptionstatic final RestStageStageConfigResource.ADD_STAGEUsed for REST documentation generation.static final RestStageStageConfigResource.STAGEFields in com.atlassian.bamboo.plugins.rest.plan.stage with type parameters of type RestStageModifier and TypeFieldDescriptionstatic final RestPageModel<RestStage> StageConfigResource.ALL_STAGESMethods in com.atlassian.bamboo.plugins.rest.plan.stage that return RestStageModifier and TypeMethodDescription@NotNull RestStageStageConversionFunction.apply(@NotNull ImmutableChainStage stage, @NotNull Expansion expansion, @NotNull jakarta.ws.rs.core.UriInfo uriInfo) StageConfigResource.getStage(String planKeyString, long stageId, ExpansionParam expansion, jakarta.ws.rs.core.UriInfo uriInfo) Retrieves the details of a specific stage of a build plan.@NotNull RestStageRestStageService.updateStage(@NotNull PlanKey planKey, long stageId, @NotNull RestStage restStage, @NotNull io.atlassian.fugue.Option<ConfirmationToken> token, @Nullable Expansion expansion, @NotNull jakarta.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 RestStageRestStageServiceImpl.updateStage(@NotNull PlanKey planKey, long stageId, @NotNull RestStage updatedStage, @NotNull io.atlassian.fugue.Option<ConfirmationToken> token, @Nullable Expansion expansion, @NotNull jakarta.ws.rs.core.UriInfo uriInfo) StageConfigResource.updateStage(String planKeyString, long stageId, @Nullable ConfirmationToken confirmationToken, ExpansionParam expansion, jakarta.ws.rs.core.UriInfo uriInfo, RestStage restStage) Updates a stage partially, not overriding any field that it's not specified.Methods in com.atlassian.bamboo.plugins.rest.plan.stage that return types with arguments of type RestStageModifier and TypeMethodDescriptionStageConfigResource.getAllStagesForPlan(String planKeyString, ExpansionParam expansion, PageRequest pageRequest, jakarta.ws.rs.core.UriInfo uriInfo) Retrieves all the stages that make up a build plan.Methods in com.atlassian.bamboo.plugins.rest.plan.stage with parameters of type RestStageModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseStageConfigResource.addStageToPlan(String planKeyString, jakarta.ws.rs.core.UriInfo uriInfo, RestStage restStage) Adds a stage to a build plan.@NotNull RestStageRestStageService.updateStage(@NotNull PlanKey planKey, long stageId, @NotNull RestStage restStage, @NotNull io.atlassian.fugue.Option<ConfirmationToken> token, @Nullable Expansion expansion, @NotNull jakarta.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 RestStageRestStageServiceImpl.updateStage(@NotNull PlanKey planKey, long stageId, @NotNull RestStage updatedStage, @NotNull io.atlassian.fugue.Option<ConfirmationToken> token, @Nullable Expansion expansion, @NotNull jakarta.ws.rs.core.UriInfo uriInfo) StageConfigResource.updateStage(String planKeyString, long stageId, @Nullable ConfirmationToken confirmationToken, ExpansionParam expansion, jakarta.ws.rs.core.UriInfo uriInfo, RestStage restStage) Updates a stage partially, not overriding any field that it's not specified. -
Uses of RestStage in com.atlassian.bamboo.rest.model.plan
Methods in com.atlassian.bamboo.rest.model.plan that return types with arguments of type RestStageMethod parameters in com.atlassian.bamboo.rest.model.plan with type arguments of type RestStageModifier and TypeMethodDescriptionvoidRestPlanConfig.setStages(RestPageModel<RestStage> stages) RestPlanConfig.Builder.stages(RestPageModel<RestStage> stages) -
Uses of RestStage in com.atlassian.bamboo.rest.model.plan.stage
Methods in com.atlassian.bamboo.rest.model.plan.stage that return RestStage -
Uses of RestStage in com.atlassian.bamboo.rest.model.plan.stage.job
Methods in com.atlassian.bamboo.rest.model.plan.stage.job that return RestStageMethods in com.atlassian.bamboo.rest.model.plan.stage.job with parameters of type RestStageModifier and TypeMethodDescriptionvoid