Package com.atlassian.bamboo.plan.move
Class MovePlanValidationServiceImpl
- java.lang.Object
-
- com.atlassian.bamboo.plan.move.MovePlanValidationServiceImpl
-
- All Implemented Interfaces:
MovePlanValidationService
public class MovePlanValidationServiceImpl extends Object implements MovePlanValidationService
-
-
Constructor Summary
Constructors Constructor Description MovePlanValidationServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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)
-
-
-
Method Detail
-
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
-
-