Class RestDependencies
- java.lang.Object
-
- com.atlassian.bamboo.plugins.rest.model.plan.dependency.RestDependencies
-
public class RestDependencies extends Object
-
-
Constructor Summary
Constructors Constructor Description RestDependencies(com.atlassian.plugins.rest.common.Link link, RestPlanList dependencies)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RestPlanList
getDependencies()
String
getExpand()
com.atlassian.plugins.rest.common.Link
getLink()
-
-
-
Constructor Detail
-
RestDependencies
public RestDependencies(com.atlassian.plugins.rest.common.Link link, RestPlanList dependencies)
-
-
Method Detail
-
getExpand
public String getExpand()
-
getLink
public com.atlassian.plugins.rest.common.Link getLink()
-
getDependencies
public RestPlanList getDependencies()
-
-