Package com.atlassian.confluence.upgrade
Interface BuildNumberUpgradeConstraint
- 
- All Known Implementing Classes:
 IsNewerThan,IsNewerThanAndConfiguredNumberHighEnough
public interface BuildNumberUpgradeConstraintRepresents a build number related constraint to be tested against an UpgradeTask which decides whether the task should apply or not.- Since:
 - 4.0
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleantest(int buildNumber) 
 -