Package com.atlassian.bamboo.plan.move
Class MovePlanValidationServiceImpl
java.lang.Object
com.atlassian.bamboo.plan.move.MovePlanValidationServiceImpl
- All Implemented Interfaces:
MovePlanValidationService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validatePlanKeysAndNamesForProject
(com.atlassian.struts.ValidationAware validationAware, Project project, Map<String, String> planKeyMappings, Map<String, String> planNameMappings) void
validateUsageOfProjectResources
(com.atlassian.struts.ValidationAware validationAware, Collection<TopLevelPlan> plans)
-
Constructor Details
-
MovePlanValidationServiceImpl
public MovePlanValidationServiceImpl()
-
-
Method Details
-
validatePlanKeysAndNamesForProject
public void validatePlanKeysAndNamesForProject(com.atlassian.struts.ValidationAware validationAware, Project project, Map<String, String> planKeyMappings, Map<String, String> planNameMappings) - Specified by:
validatePlanKeysAndNamesForProject
in interfaceMovePlanValidationService
-
validateUsageOfProjectResources
public void validateUsageOfProjectResources(com.atlassian.struts.ValidationAware validationAware, Collection<TopLevelPlan> plans) - Specified by:
validateUsageOfProjectResources
in interfaceMovePlanValidationService
-