Class RestPlans
- java.lang.Object
-
- com.atlassian.bamboo.plugins.rest.model.plan.RestPlans
-
public class RestPlans extends Object
-
-
Constructor Summary
Constructors Constructor Description RestPlans()
RestPlans(com.atlassian.plugins.rest.common.Link link, RestPlanList plans)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RestPlanList
getPlans()
void
setLink(com.atlassian.plugins.rest.common.Link link)
void
setPlans(RestPlanList plans)
-
-
-
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)
-
-