com.atlassian.bamboo.rest.model.plan
Class RestPlanConfig
java.lang.Object
com.atlassian.bamboo.rest.model.RestResource
com.atlassian.bamboo.rest.model.plan.RestPlanConfig
public class RestPlanConfig
- extends RestResource
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FROM_PLAN
public static com.google.common.base.Function<ImmutableChain,RestPlanConfig> FROM_PLAN
id
protected long id
key
protected RestKey key
name
protected String name
description
protected String description
suspended
protected boolean suspended
stages
protected PageResponse<RestStage> stages
RestPlanConfig
public RestPlanConfig(ImmutableChain plan)
RestPlanConfig
public RestPlanConfig()
setStages
public void setStages(PageResponse<RestStage> stages)
setProject
public void setProject(RestProject project)
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.