| Package | Description |
|---|---|
| com.atlassian.bamboo.plan |
| Modifier and Type | Method and Description |
|---|---|
List<TopLevelPlan> |
PlanManager.getAllPlans()
Deprecated.
since 5.0 please use
CachedPlanManager |
List<TopLevelPlan> |
PlanManager.getAllPlansUnrestricted()
Returns all
TopLevelPlan's ignoring permissions |
List<TopLevelPlan> |
PlanManager.getPlansByProject(Project project)
Returns all
TopLevelPlan's filtered by Project
Result of this method is filtered by Acegi. |
| Modifier and Type | Method and Description |
|---|---|
Map<PlanKey,PlanKey> |
MovePlanService.movePlansToProject(Collection<TopLevelPlan> plans,
Project project,
Map<String,String> planKeyMappings,
Map<String,String> planNameMappings)
Moves a list of plans to a new project.
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.