Uses of Class
com.atlassian.bamboo.plugins.rest.model.plan.RestPlan

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

Uses of RestPlan in com.atlassian.bamboo.plugins.rest.model.plan
 

Methods in com.atlassian.bamboo.plugins.rest.model.plan that return RestPlan
protected  RestPlan RestPlanExpander.expandInternal(RestPlan plan)
           
 

Methods in com.atlassian.bamboo.plugins.rest.model.plan that return types with arguments of type RestPlan
 java.util.List<RestPlan> RestPlanList.getPlans()
           
 

Methods in com.atlassian.bamboo.plugins.rest.model.plan with parameters of type RestPlan
protected  RestPlan RestPlanExpander.expandInternal(RestPlan plan)
           
 

Method parameters in com.atlassian.bamboo.plugins.rest.model.plan with type arguments of type RestPlan
 void RestPlanList.setPlans(java.util.List<RestPlan> plans)
           
 

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

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

Methods in com.atlassian.bamboo.plugins.rest.resource that return RestPlan
 RestPlan PlanResource.getPlan(java.lang.String projectKey, java.lang.String buildKey, javax.ws.rs.core.UriInfo uriInfo, com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
           
 RestPlan PlanResource.getPlanAlias(java.lang.String projectKey, java.lang.String buildKey, javax.ws.rs.core.UriInfo uriInfo, com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.