Uses of Interface
com.atlassian.confluence.upgrade.BuildNumberUpgradeConstraint
-
Packages that use BuildNumberUpgradeConstraint Package Description com.atlassian.confluence.upgrade com.atlassian.confluence.upgrade.upgradetask -
-
Uses of BuildNumberUpgradeConstraint in com.atlassian.confluence.upgrade
Classes in com.atlassian.confluence.upgrade that implement BuildNumberUpgradeConstraint Modifier and Type Class Description classIsNewerThanA constraint that will test whether the build number configured on the constraint is newer than the build number passed toIsNewerThan.test(int).classIsNewerThanAndConfiguredNumberHighEnoughA 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 BuildNumberUpgradeConstraintAbstractUpgradeTask. getConstraint()BuildNumberUpgradeConstraintUpgradeTask. getConstraint() -
Uses of BuildNumberUpgradeConstraint in com.atlassian.confluence.upgrade.upgradetask
Methods in com.atlassian.confluence.upgrade.upgradetask that return BuildNumberUpgradeConstraint Modifier and Type Method Description BuildNumberUpgradeConstraintConvertToRelativeLinksUpgradeTask. getConstraint()
-