Uses of Class
com.atlassian.bamboo.rest.model.RestWarnings
-
Packages that use RestWarnings Package Description com.atlassian.bamboo.plugins.rest.plan.stage com.atlassian.bamboo.plugins.rest.plan.stage.job -
-
Uses of RestWarnings in com.atlassian.bamboo.plugins.rest.plan.stage
Fields in com.atlassian.bamboo.plugins.rest.plan.stage declared as RestWarnings Modifier and Type Field Description static RestWarnings
StageConfigResource. STAGE_WARNINGS
Used for REST documentation generation.Methods in com.atlassian.bamboo.plugins.rest.plan.stage that return RestWarnings Modifier and Type Method Description RestWarnings
StageConfigResource. getDeletionWarnings(String planKeyString, long stageId, Expansion expansion, javax.ws.rs.core.UriInfo uriInfo)
Retrieves the warnings in relation to deleting a stage.RestWarnings
StageConfigResource. getMoveWarnings(String planKeyString, long stageId, int index, Expansion expansion, javax.ws.rs.core.UriInfo uriInfo)
Retrieves the warnings associated to trying to move a stage.RestWarnings
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)
RestWarnings
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
Fields in com.atlassian.bamboo.plugins.rest.plan.stage.job declared as RestWarnings Modifier and Type Field Description static RestWarnings
JobConfigResource. JOB_WARNINGS
Used for REST documentation generation.Methods in com.atlassian.bamboo.plugins.rest.plan.stage.job that return RestWarnings Modifier and Type Method Description RestWarnings
JobConfigResource. getDeletionWarnings(String planKeyString, long stageId, String jobKeyString, Expansion 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)
RestWarnings
JobConfigResource. getMoveWarnings(String planKeyString, long stageId, String jobKeyString, long targetStageId, Expansion expansion, javax.ws.rs.core.UriInfo uriInfo)
Retrieves the warnings in relation to moving a job.
-