Uses of Class
com.atlassian.bamboo.plugins.rest.model.plan.branch.RestPlanBranch
-
Packages that use RestPlanBranch Package Description com.atlassian.bamboo.plugins.rest.build com.atlassian.bamboo.plugins.rest.model.plan.branch -
-
Uses of RestPlanBranch in com.atlassian.bamboo.plugins.rest.build
Methods in com.atlassian.bamboo.plugins.rest.build that return RestPlanBranch Modifier and Type Method Description RestPlanBranch
PlanResource. createNewBranch(String projectKey, String buildKey, String branchName, String vcsBranchName, Boolean enabled, Boolean cleanupEnabled, javax.ws.rs.core.UriInfo uriInfo, com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
-
Uses of RestPlanBranch in com.atlassian.bamboo.plugins.rest.model.plan.branch
Methods in com.atlassian.bamboo.plugins.rest.model.plan.branch that return RestPlanBranch Modifier and Type Method Description protected RestPlanBranch
RestPlanBranchExpander. expandInternal(RestPlanBranch branch)
Methods in com.atlassian.bamboo.plugins.rest.model.plan.branch that return types with arguments of type RestPlanBranch Modifier and Type Method Description List<RestPlanBranch>
RestPlanBranchList. getBranches()
Methods in com.atlassian.bamboo.plugins.rest.model.plan.branch with parameters of type RestPlanBranch Modifier and Type Method Description protected RestPlanBranch
RestPlanBranchExpander. expandInternal(RestPlanBranch branch)
Constructor parameters in com.atlassian.bamboo.plugins.rest.model.plan.branch with type arguments of type RestPlanBranch Constructor Description RestPlanBranchList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestPlanBranch> callback)
-