Class RestPlanConfig
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.AbstractRestModel
-
- com.atlassian.bamboo.rest.model.plan.RestPlanConfig
-
public class RestPlanConfig extends AbstractRestModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRestPlanConfig.Builder
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
self
-
-
Constructor Summary
Constructors Constructor Description RestPlanConfig()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RestPlanConfig.Builderbuilder()StringgetDescription()LonggetId()RestKeygetKey()StringgetName()RestProjectgetProject()RestPageModel<RestStage>getStages()BooleanisSuspended()voidsetProject(RestProject project)voidsetStages(RestPageModel<RestStage> stages)-
Methods inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
getSelf, setSelf
-
-
-
-
Method Detail
-
getId
public Long getId()
-
getKey
public RestKey getKey()
-
getName
public String getName()
-
getDescription
public String getDescription()
-
isSuspended
public Boolean isSuspended()
-
getStages
public RestPageModel<RestStage> getStages()
-
getProject
public RestProject getProject()
-
setStages
public void setStages(RestPageModel<RestStage> stages)
-
setProject
public void setProject(RestProject project)
-
builder
public static RestPlanConfig.Builder builder()
-
-