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
 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)

setPlans

public void setPlans(RestPlanList plans)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.