public class RestPlanConfig extends AbstractRestModel
Modifier and Type | Class and Description |
---|---|
static class |
RestPlanConfig.Builder |
self
Constructor and Description |
---|
RestPlanConfig() |
Modifier and Type | Method and Description |
---|---|
static RestPlanConfig.Builder |
builder() |
String |
getDescription() |
Long |
getId() |
RestKey |
getKey() |
String |
getName() |
RestProject |
getProject() |
RestPageModel<RestStage> |
getStages() |
Boolean |
isSuspended() |
void |
setProject(RestProject project) |
void |
setStages(RestPageModel<RestStage> stages) |
getSelf, setSelf
public Long getId()
public RestKey getKey()
public String getName()
public String getDescription()
public Boolean isSuspended()
public RestPageModel<RestStage> getStages()
public RestProject getProject()
public void setStages(RestPageModel<RestStage> stages)
public void setProject(RestProject project)
public static RestPlanConfig.Builder builder()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.