Uses of Class
com.atlassian.bamboo.plan.MovePlansException
-
Packages that use MovePlansException Package Description com.atlassian.bamboo.plan com.atlassian.bamboo.plan.move -
-
Uses of MovePlansException in com.atlassian.bamboo.plan
Methods in com.atlassian.bamboo.plan that throw MovePlansException 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. -
Uses of MovePlansException in com.atlassian.bamboo.plan.move
Methods in com.atlassian.bamboo.plan.move that throw MovePlansException 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)
-