Package | Description |
---|---|
com.atlassian.bamboo.plugins.rest.model.build | |
com.atlassian.bamboo.plugins.rest.model.plan | |
com.atlassian.bamboo.plugins.rest.resource |
Modifier and Type | Field and Description |
---|---|
protected RestPlan |
Result.plan |
Modifier and Type | Field and Description |
---|---|
protected RestPlan |
RestPlan.master |
Modifier and Type | Method and Description |
---|---|
protected RestPlan |
RestPlanExpander.expandInternal(RestPlan plan) |
Modifier and Type | Method and Description |
---|---|
List<RestPlan> |
RestPlanList.getPlans() |
Modifier and Type | Method and Description |
---|---|
protected RestPlan |
RestPlanExpander.expandInternal(RestPlan plan) |
Modifier and Type | Method and Description |
---|---|
void |
RestPlanList.setPlans(List<RestPlan> plans) |
Constructor and Description |
---|
RestPlanList(int size,
org.apache.commons.lang3.Range<Integer> range,
com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestPlan> callback) |
Modifier and Type | Method and Description |
---|---|
RestPlan |
CloneResource.getClone(String fromProjectKey,
String fromBuildKey,
String toProjectKey,
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(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) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.