| Package | Description |
|---|---|
| com.atlassian.bamboo.plugins.rest.model.plan.branch | |
| com.atlassian.bamboo.plugins.rest.resource |
| Modifier and Type | Method and Description |
|---|---|
protected RestPlanBranch |
RestPlanBranchExpander.expandInternal(RestPlanBranch branch) |
| Modifier and Type | Method and Description |
|---|---|
List<RestPlanBranch> |
RestPlanBranchList.getBranches() |
| Modifier and Type | Method and Description |
|---|---|
protected RestPlanBranch |
RestPlanBranchExpander.expandInternal(RestPlanBranch branch) |
| Constructor and Description |
|---|
RestPlanBranchList(int size,
org.apache.commons.lang3.Range<Integer> range,
com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestPlanBranch> callback) |
| Modifier and Type | Method and Description |
|---|---|
RestPlanBranch |
PlanResource.createNewBranch(String projectKey,
String buildKey,
String branchName,
String vcsBranchName,
Boolean enabled,
javax.ws.rs.core.UriInfo uriInfo,
com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
Method for creating branch for a specified plan.
|
RestPlanBranch |
PlanResource.getPlanBranch(String projectKey,
String buildKey,
String branchName,
javax.ws.rs.core.UriInfo uriInfo,
com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
Provide details for specified Branch of a specified Plan.
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.