Uses of Class
com.atlassian.bamboo.plugins.rest.model.plan.RestPlan
-
-
Uses of RestPlan in com.atlassian.bamboo.plugins.rest.build
Methods in com.atlassian.bamboo.plugins.rest.build that return RestPlan Modifier and Type Method Description RestPlan
PlanResource. getPlan(String projectKey, String buildKey, javax.ws.rs.core.UriInfo uriInfo, com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
RestPlan
PlanResource. getPlanAlias(String projectKey, String buildKey, javax.ws.rs.core.UriInfo uriInfo, com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
-
Uses of RestPlan in com.atlassian.bamboo.plugins.rest.model.build
Fields in com.atlassian.bamboo.plugins.rest.model.build declared as RestPlan Modifier and Type Field Description protected RestPlan
Result. plan
-
Uses of RestPlan in com.atlassian.bamboo.plugins.rest.model.plan
Fields in com.atlassian.bamboo.plugins.rest.model.plan declared as RestPlan Modifier and Type Field Description protected RestPlan
RestPlan. master
Methods in com.atlassian.bamboo.plugins.rest.model.plan that return RestPlan Modifier and Type Method Description protected RestPlan
RestPlanExpander. expandInternal(RestPlan plan)
RestPlan
RestPlan. getMaster()
Methods in com.atlassian.bamboo.plugins.rest.model.plan that return types with arguments of type RestPlan Modifier and Type Method Description List<RestPlan>
RestPlanList. getPlans()
Methods in com.atlassian.bamboo.plugins.rest.model.plan with parameters of type RestPlan Modifier and Type Method Description protected RestPlan
RestPlanExpander. expandInternal(RestPlan plan)
Method parameters in com.atlassian.bamboo.plugins.rest.model.plan with type arguments of type RestPlan Modifier and Type Method Description void
RestPlanList. setPlans(List<RestPlan> plans)
Constructor parameters in com.atlassian.bamboo.plugins.rest.model.plan with type arguments of type RestPlan Constructor Description RestPlanList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestPlan> callback)
-
Uses of RestPlan in com.atlassian.bamboo.plugins.rest.resource
Methods in com.atlassian.bamboo.plugins.rest.resource that return RestPlan Modifier and Type Method Description RestPlan
CloneResource. getClone(String fromProjectKey, String fromBuildKey, String toProjectKey, String toBuildKey, javax.ws.rs.core.UriInfo uriInfo)
-