Class RestStage
java.lang.Object
com.atlassian.bamboo.rest.model.AbstractRestModel
com.atlassian.bamboo.rest.model.plan.stage.RestStage
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
self -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RestStage.Builderbuilder()getId()getIndex()@Nullable RestPageModel<RestJob> getJobs()getName()getPlan()isFinal()isManual()voidvoidsetJobs(RestPageModel<RestJob> jobs) voidsetPlan(RestPlanConfig plan) Methods inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
getSelf, setSelf
-
Constructor Details
-
RestStage
public RestStage() -
RestStage
-
RestStage
Deprecated.since 5.13 useRestStage(Long, String, String, Boolean, Boolean) -
RestStage
-
-
Method Details
-
setJobs
-
getName
-
getDescription
-
isManual
-
isFinal
-
getJobs
-
getId
-
getPlan
-
setPlan
-
getIndex
-
setIndex
-
builder
-
RestStage(Long, String, String, Boolean, Boolean)