Uses of Class
com.atlassian.bamboo.rest.model.RestWarnings
Package
Description
-
Uses of RestWarnings in com.atlassian.bamboo.plugins.rest.plan.stage
Modifier and TypeFieldDescriptionstatic final RestWarnings
StageConfigResource.STAGE_WARNINGS
Used for REST documentation generation.Modifier and TypeMethodDescriptionStageConfigResource.getDeletionWarnings
(String planKeyString, long stageId, ExpansionParam expansion, javax.ws.rs.core.UriInfo uriInfo) Retrieves the warnings in relation to deleting a stage.StageConfigResource.getMoveWarnings
(String planKeyString, long stageId, int index, ExpansionParam expansion, javax.ws.rs.core.UriInfo uriInfo) Retrieves the warnings associated to trying to move a stage.RestStageService.getStageDeletionWarnings
(@NotNull PlanKey planKey, long stageId, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) Get warnings related to stage deletion.@NotNull RestWarnings
RestStageServiceImpl.getStageDeletionWarnings
(@NotNull PlanKey planKey, long stageId, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) RestStageService.getStageMoveWarnings
(@NotNull PlanKey planKey, long stageId, int index, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) Returns warnings related to a stage move action.@NotNull RestWarnings
RestStageServiceImpl.getStageMoveWarnings
(@NotNull PlanKey planKey, long stageId, int index, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) -
Uses of RestWarnings in com.atlassian.bamboo.plugins.rest.plan.stage.job
Modifier and TypeFieldDescriptionstatic final RestWarnings
JobConfigResource.JOB_WARNINGS
Used for REST documentation generation.Modifier and TypeMethodDescriptionJobConfigResource.getDeletionWarnings
(String planKeyString, long stageId, String jobKeyString, ExpansionParam expansion, javax.ws.rs.core.UriInfo uriInfo) Retrieves the warnings in relation to deleting a job.@NotNull RestWarnings
RestJobService.getJobDeletionWarnings
(@NotNull PlanKey jobKey, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) Get warnings related to job deletion.@NotNull RestWarnings
RestJobServiceImpl.getJobDeletionWarnings
(@NotNull PlanKey jobKey, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) @NotNull RestWarnings
RestJobService.getJobMoveWarnings
(@NotNull PlanKey jobKey, long targetStageId, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) Get warnings related to job move.@NotNull RestWarnings
RestJobServiceImpl.getJobMoveWarnings
(@NotNull PlanKey jobKey, long targetStageId, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) JobConfigResource.getMoveWarnings
(String planKeyString, long stageId, String jobKeyString, long targetStageId, ExpansionParam expansion, javax.ws.rs.core.UriInfo uriInfo) Retrieves the warnings in relation to moving a job.