Uses of Interface
com.atlassian.confluence.upgrade.BuildNumberUpgradeConstraint
-
Packages that use BuildNumberUpgradeConstraint Package Description com.atlassian.confluence.upgrade -
-
Uses of BuildNumberUpgradeConstraint in com.atlassian.confluence.upgrade
Classes in com.atlassian.confluence.upgrade that implement BuildNumberUpgradeConstraint Modifier and Type Class Description class
IsNewerThan
A constraint that will test whether the build number configured on the constraint is newer than the build number passed toIsNewerThan.test(int)
.class
IsNewerThanAndConfiguredNumberHighEnough
A constraint that will test whether the build number configured on the constraint is newer than the build number passed toIsNewerThanAndConfiguredNumberHighEnough.test(int)
AND the application configured build number is higher than a configured value.Methods in com.atlassian.confluence.upgrade that return BuildNumberUpgradeConstraint Modifier and Type Method Description BuildNumberUpgradeConstraint
AbstractUpgradeTask. getConstraint()
BuildNumberUpgradeConstraint
UpgradeTask. getConstraint()
-