com.atlassian.bamboo.plugins.rest.model.plan
Class RestPlans

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.model.plan.RestPlans

public class RestPlans
extends java.lang.Object


Constructor Summary
RestPlans()
           
RestPlans(com.atlassian.plugins.rest.common.Link link, RestPlanList plans)
           
 
Method Summary
 RestPlanList getPlans()
           
 void setLink(com.atlassian.plugins.rest.common.Link link)
           
 void setPlans(RestPlanList plans)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestPlans

public RestPlans()

RestPlans

public RestPlans(com.atlassian.plugins.rest.common.Link link,
                 RestPlanList plans)
Method Detail

setLink

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

getPlans

public RestPlanList getPlans()

setPlans

public void setPlans(RestPlanList plans)


Copyright © 2012 Atlassian. All Rights Reserved.