Uses of Interface
com.atlassian.confluence.upgrade.BuildNumberUpgradeConstraint

Packages that use BuildNumberUpgradeConstraint
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
 class IsNewerThan
          A constraint that will test whether the build number configured on the constraint is newer than the build number passed to IsNewerThan.test(int).
 class IsNewerThanAndConfiguredNumberHighEnough
           A constraint that will test whether the build number configured on the constraint is newer than the build number passed to IsNewerThanAndConfiguredNumberHighEnough.test(int) AND the application configured build number is higher than a configured value.
 

Methods in com.atlassian.confluence.upgrade that return BuildNumberUpgradeConstraint
 BuildNumberUpgradeConstraint UpgradeTask.getConstraint()
           
 BuildNumberUpgradeConstraint AbstractUpgradeTask.getConstraint()
           
 

Uses of BuildNumberUpgradeConstraint in com.atlassian.confluence.upgrade.upgradetask
 

Methods in com.atlassian.confluence.upgrade.upgradetask that return BuildNumberUpgradeConstraint
 BuildNumberUpgradeConstraint LikesSqlConstraintsUpgradeTask.getConstraint()
           
 BuildNumberUpgradeConstraint JiraIssueMacroServerParamsUpgradeTask.getConstraint()
           
 BuildNumberUpgradeConstraint ConvertToRelativeLinksUpgradeTask.getConstraint()
           
 BuildNumberUpgradeConstraint ChangeSpaceDescriptionsBodyTypeUpgradeTask.getConstraint()
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.