| Modifier and Type | Class and Description |
|---|---|
class |
DefaultChain |
| Modifier and Type | Method and Description |
|---|---|
static Optional<TopLevelPlan> |
PlanImportHelper.findExistingPlanByOidOrKey(com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierProperties planProperties,
PlanManager planManager) |
| Modifier and Type | Method and Description |
|---|---|
static void |
LicenseValidator.validateJobsLimit(TopLevelPlan plan,
com.atlassian.bamboo.specs.api.model.plan.PlanProperties planProperties,
int allowedNumberOfJobs,
int jobsCount) |
| Modifier and Type | Method and Description |
|---|---|
List<TopLevelPlan> |
PlanManagerImpl.getAllPlans() |
List<TopLevelPlan> |
PlanManager.getAllPlans()
Deprecated.
since 5.0 please use
CachedPlanManager |
List<TopLevelPlan> |
PlanManagerImpl.getAllPlansUnrestricted() |
List<TopLevelPlan> |
PlanManager.getAllPlansUnrestricted()
Returns all
TopLevelPlan's ignoring permissions |
List<TopLevelPlan> |
PlanManagerImpl.getPlansByProject(Project project) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
Map<PlanKey,PlanKey> |
MovePlanServiceImpl.movePlansToProject(Collection<TopLevelPlan> plans,
Project newProject,
Map<String,String> planKeyMappings,
Map<String,String> planNameMappings) |
| Modifier and Type | Method and Description |
|---|---|
Set<Project> |
ProjectStatusHelperImpl.getUniqueProjects(Collection<? extends TopLevelPlan> plans) |
Set<Project> |
ProjectStatusHelper.getUniqueProjects(Collection<? extends TopLevelPlan> plans) |
| Modifier and Type | Method and Description |
|---|---|
Collection<TopLevelPlan> |
BulkEditBuildPermissions.getBuilds(Project project) |
Map<Project,Collection<TopLevelPlan>> |
BulkEditBuildPermissions.getProjectBuilds() |
Collection<TopLevelPlan> |
BulkEditBuildPermissions.getSelectedBuilds() |
Collection<TopLevelPlan> |
MoveBuilds.getSelectedPlans() |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.