Uses of Class
com.atlassian.bamboo.plugins.rest.model.plan.branch.RestPlanBranchList
-
Packages that use RestPlanBranchList Package Description com.atlassian.bamboo.plugins.rest.model.plan com.atlassian.bamboo.plugins.rest.model.plan.branch com.atlassian.bamboo.plugins.rest.service -
-
Uses of RestPlanBranchList in com.atlassian.bamboo.plugins.rest.model.plan
Methods in com.atlassian.bamboo.plugins.rest.model.plan that return RestPlanBranchList Modifier and Type Method Description RestPlanBranchList
RestPlan. getBranches()
Methods in com.atlassian.bamboo.plugins.rest.model.plan with parameters of type RestPlanBranchList Modifier and Type Method Description void
RestPlan. setBranches(RestPlanBranchList branches)
-
Uses of RestPlanBranchList in com.atlassian.bamboo.plugins.rest.model.plan.branch
Constructors in com.atlassian.bamboo.plugins.rest.model.plan.branch with parameters of type RestPlanBranchList Constructor Description RestBranches(com.atlassian.plugins.rest.common.Link link, RestPlanBranchList branches)
-
Uses of RestPlanBranchList in com.atlassian.bamboo.plugins.rest.service
Methods in com.atlassian.bamboo.plugins.rest.service that return RestPlanBranchList Modifier and Type Method Description RestPlanBranchList
PlanRestService. createPaginatedBranchResponse(List<? extends ImmutablePlan> branches, @Nullable com.atlassian.user.User user, javax.ws.rs.core.UriInfo uriInfo, boolean allBranches)
RestPlanBranchList
PlanRestServiceImpl. createPaginatedBranchResponse(List<? extends ImmutablePlan> branches, @Nullable com.atlassian.user.User user, javax.ws.rs.core.UriInfo uriInfo, boolean allBranches)
-