Class IsNewerThan

    • Constructor Detail

      • IsNewerThan

        public IsNewerThan​(int constraintBuildNumber)
      • IsNewerThan

        public IsNewerThan​(String constraintBuildNumber)
    • Method Detail

      • test

        public boolean test​(int buildNumber)
        Specified by:
        test in interface BuildNumberUpgradeConstraint
        Parameters:
        buildNumber - the build number to test the constraint against.
        Returns:
        true if the constraint passes or false if it fails.
      • getConstraintBuildNumber

        public int getConstraintBuildNumber()