|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RestPlan | |
---|---|
com.atlassian.bamboo.plugins.rest.model.plan | |
com.atlassian.bamboo.plugins.rest.resource |
Uses of RestPlan in com.atlassian.bamboo.plugins.rest.model.plan |
---|
Fields in com.atlassian.bamboo.plugins.rest.model.plan declared as RestPlan | |
---|---|
protected RestPlan |
RestPlan.master
|
Methods in com.atlassian.bamboo.plugins.rest.model.plan that return RestPlan | |
---|---|
protected RestPlan |
RestPlanExpander.expandInternal(RestPlan plan)
|
Methods in com.atlassian.bamboo.plugins.rest.model.plan that return types with arguments of type RestPlan | |
---|---|
java.util.List<RestPlan> |
RestPlanList.getPlans()
|
Methods in com.atlassian.bamboo.plugins.rest.model.plan with parameters of type RestPlan | |
---|---|
protected RestPlan |
RestPlanExpander.expandInternal(RestPlan plan)
|
Method parameters in com.atlassian.bamboo.plugins.rest.model.plan with type arguments of type RestPlan | |
---|---|
void |
RestPlanList.setPlans(java.util.List<RestPlan> plans)
|
Constructor parameters in com.atlassian.bamboo.plugins.rest.model.plan with type arguments of type RestPlan | |
---|---|
RestPlanList(int size,
org.apache.commons.lang.math.IntRange 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 | |
---|---|
RestPlan |
CloneResource.getClone(java.lang.String fromProjectKey,
java.lang.String fromBuildKey,
java.lang.String toProjectKey,
java.lang.String toBuildKey,
javax.ws.rs.core.UriInfo uriInfo)
Method used to clone an existing Plan into a new one, possibly into different project. |
RestPlan |
PlanResource.getPlan(java.lang.String projectKey,
java.lang.String buildKey,
javax.ws.rs.core.UriInfo uriInfo,
com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
|
RestPlan |
PlanResource.getPlanAlias(java.lang.String projectKey,
java.lang.String buildKey,
javax.ws.rs.core.UriInfo uriInfo,
com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |