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

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

public class RestStageResults
extends java.lang.Object


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

Constructor Detail

RestStageResults

public RestStageResults()

RestStageResults

public RestStageResults(com.atlassian.plugins.rest.common.Link link,
                        RestStageResultList stages)
Method Detail

setLink

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

getStages

public RestStageResultList getStages()

setStages

public void setStages(RestStageResultList stages)


Copyright © 2012 Atlassian. All Rights Reserved.