com.atlassian.bamboo.rest.model.plan
Class RestPlanConfig

java.lang.Object
  extended by com.atlassian.bamboo.rest.model.RestResource
      extended by com.atlassian.bamboo.rest.model.plan.RestPlanConfig

public class RestPlanConfig
extends RestResource


Field Summary
protected  String description
           
static com.google.common.base.Function<ImmutableChain,RestPlanConfig> FROM_PLAN
           
protected  long id
           
protected  RestKey key
           
protected  String name
           
protected  PageResponse<RestStage> stages
           
protected  boolean suspended
           
 
Constructor Summary
RestPlanConfig()
           
RestPlanConfig(ImmutableChain plan)
           
 
Method Summary
 void setProject(RestProject project)
           
 void setStages(PageResponse<RestStage> stages)
           
 
Methods inherited from class com.atlassian.bamboo.rest.model.RestResource
getLinks, setLinks
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

RestPlanConfig

public RestPlanConfig(ImmutableChain plan)

RestPlanConfig

public RestPlanConfig()
Method Detail

setStages

public void setStages(PageResponse<RestStage> stages)

setProject

public void setProject(RestProject project)


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.