Uses of Interface
com.atlassian.bamboo.plan.TopLevelPlan
Packages that use TopLevelPlan
Package
Description
-
Uses of TopLevelPlan in com.atlassian.bamboo.chains
Classes in com.atlassian.bamboo.chains that implement TopLevelPlan -
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 TopLevelPlanModifier and TypeMethodDescriptionstatic 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 TopLevelPlanModifier and TypeMethodDescriptionPlanManager.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 TopLevelPlanModifier and TypeMethodDescriptionMovePlanService.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 TopLevelPlanModifier and TypeMethodDescriptionMovePlanServiceImpl.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 TopLevelPlanModifier and TypeMethodDescriptionProjectStatusHelper.getUniqueProjects
(Collection<? extends TopLevelPlan> plans) 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 TopLevelPlanModifier and TypeMethodDescriptionBulkEditBuildPermissions.getProjectBuilds()
BulkEditBuildPermissions.getSelectedBuilds()
@NotNull Collection<TopLevelPlan>
MoveBuilds.getSelectedPlans()