com.atlassian.bamboo.plugins.rest.model.chain
Class RestStages

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.model.chain.RestStages

public class RestStages
extends java.lang.Object


Constructor Summary
RestStages()
           
RestStages(com.atlassian.plugins.rest.common.Link link, RestStageList stages)
           
 
Method Summary
 RestStageList getStages()
           
 void setLink(com.atlassian.plugins.rest.common.Link resourceLink)
           
 void setStages(RestStageList stages)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestStages

public RestStages()

RestStages

public RestStages(com.atlassian.plugins.rest.common.Link link,
                  RestStageList stages)
Method Detail

setLink

public void setLink(com.atlassian.plugins.rest.common.Link resourceLink)

getStages

public RestStageList getStages()

setStages

public void setStages(RestStageList stages)


Copyright © 2011 Atlassian. All Rights Reserved.