Class PlanRepositoryValidator
java.lang.Object
com.atlassian.bamboo.configuration.external.helpers.PlanRepositoryValidator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canChangeDefaultRepository
(@NotNull ImmutablePlan plan) Check if default plan repository can be replaced by another repository.
-
Constructor Details
-
PlanRepositoryValidator
-
-
Method Details
-
canChangeDefaultRepository
Check if default plan repository can be replaced by another repository.- Parameters:
plan
- plan to test- Returns:
- true if it's allowed to change default repository
-