Uses of Class
com.atlassian.bamboo.plugins.rest.model.plan.branch.RestPlanBranch

Packages that use RestPlanBranch
com.atlassian.bamboo.plugins.rest.model.plan.branch   
com.atlassian.bamboo.plugins.rest.resource   
 

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
protected  RestPlanBranch RestPlanBranchExpander.expandInternal(RestPlanBranch branch)
           
 

Methods in com.atlassian.bamboo.plugins.rest.model.plan.branch that return types with arguments of type RestPlanBranch
 java.util.List<RestPlanBranch> RestPlanBranchList.getBranches()
           
 

Methods in com.atlassian.bamboo.plugins.rest.model.plan.branch with parameters of type RestPlanBranch
protected  RestPlanBranch RestPlanBranchExpander.expandInternal(RestPlanBranch branch)
           
 

Constructor parameters in com.atlassian.bamboo.plugins.rest.model.plan.branch with type arguments of type RestPlanBranch
RestPlanBranchList(int size, org.apache.commons.lang.math.IntRange range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestPlanBranch> callback)
           
 

Uses of RestPlanBranch in com.atlassian.bamboo.plugins.rest.resource
 

Methods in com.atlassian.bamboo.plugins.rest.resource that return RestPlanBranch
 RestPlanBranch PlanResource.getPlanBranch(java.lang.String projectKey, java.lang.String buildKey, java.lang.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 © 2012 Atlassian. All Rights Reserved.