Uses of Interface
com.atlassian.bamboo.plan.TopLevelPlan
-
-
Uses of TopLevelPlan in com.atlassian.bamboo.chains
Classes in com.atlassian.bamboo.chains that implement TopLevelPlan Modifier and Type Class Description class
DefaultChain
-
Uses of TopLevelPlan in com.atlassian.bamboo.configuration.external.helpers
Methods in com.atlassian.bamboo.configuration.external.helpers that return types with arguments of type TopLevelPlan Modifier and Type Method Description static Optional<TopLevelPlan>
PlanImportHelper. findExistingPlanByOidOrKey(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierProperties planProperties, PlanManager planManager)
-
Uses of TopLevelPlan in com.atlassian.bamboo.plan
Methods in com.atlassian.bamboo.plan that return types with arguments of type TopLevelPlan Modifier and Type Method Description @NotNull List<TopLevelPlan>
PlanManager. getAllPlans()
Deprecated.since 5.0 please useCachedPlanManager
@NotNull List<TopLevelPlan>
PlanManagerImpl. getAllPlans()
List<TopLevelPlan>
PlanManager. getAllPlansUnrestricted()
Returns allTopLevelPlan
's ignoring permissions@NotNull List<TopLevelPlan>
PlanManagerImpl. getAllPlansUnrestricted()
@NotNull List<TopLevelPlan>
PlanManager. getPlansByProject(Project project)
Returns allTopLevelPlan
's filtered byProject
Result of this method is filtered by Acegi.@NotNull List<TopLevelPlan>
PlanManagerImpl. getPlansByProject(Project project)
Method parameters in com.atlassian.bamboo.plan with type arguments of type TopLevelPlan Modifier and Type Method Description Map<PlanKey,PlanKey>
MovePlanService. movePlansToProject(Collection<TopLevelPlan> plans, Project project, Map<String,String> planIdMappings, Map<String,String> planKeyMappings, Map<String,String> planNameMappings)
Moves a list of plans to a new project.void
MovePlanService. validateUsageOfProjectResources(@NotNull com.atlassian.struts.ValidationAware validationAware, Collection<TopLevelPlan> plans)
Validate if source plans don't use project repositories or shared credentials. -
Uses of TopLevelPlan in com.atlassian.bamboo.plan.move
Method parameters in com.atlassian.bamboo.plan.move with type arguments of type TopLevelPlan Modifier and Type Method Description Map<PlanKey,PlanKey>
MovePlanServiceImpl. movePlansToProject(Collection<TopLevelPlan> plans, Project newProject, Map<String,String> planIdMappings, Map<String,String> planKeyMappings, Map<String,String> planNameMappings)
void
MovePlanServiceImpl. validateUsageOfProjectResources(@NotNull com.atlassian.struts.ValidationAware validationAware, Collection<TopLevelPlan> plans)
void
MovePlanValidationService. validateUsageOfProjectResources(com.atlassian.struts.ValidationAware validationAware, Collection<TopLevelPlan> plans)
void
MovePlanValidationServiceImpl. validateUsageOfProjectResources(com.atlassian.struts.ValidationAware validationAware, Collection<TopLevelPlan> plans)
-
Uses of TopLevelPlan in com.atlassian.bamboo.project
Method parameters in com.atlassian.bamboo.project with type arguments of type TopLevelPlan Modifier and Type Method Description @NotNull Set<Project>
ProjectStatusHelper. getUniqueProjects(Collection<? extends TopLevelPlan> plans)
@NotNull Set<Project>
ProjectStatusHelperImpl. getUniqueProjects(Collection<? extends TopLevelPlan> plans)
-
Uses of TopLevelPlan in com.atlassian.bamboo.ww2.actions.build.admin
Methods in com.atlassian.bamboo.ww2.actions.build.admin that return types with arguments of type TopLevelPlan Modifier and Type Method Description Collection<TopLevelPlan>
BulkEditBuildPermissions. getBuilds(Project project)
Map<Project,Collection<TopLevelPlan>>
BulkEditBuildPermissions. getProjectBuilds()
Collection<TopLevelPlan>
BulkEditBuildPermissions. getSelectedBuilds()
@NotNull Collection<TopLevelPlan>
MoveBuilds. getSelectedPlans()
-