public class IsNewerThan extends Object implements BuildNumberUpgradeConstraint
test(int)
.Constructor and Description |
---|
IsNewerThan(int constraintBuildNumber) |
IsNewerThan(String constraintBuildNumber) |
Modifier and Type | Method and Description |
---|---|
int |
getConstraintBuildNumber() |
boolean |
test(int buildNumber) |
String |
toString() |
public IsNewerThan(int constraintBuildNumber)
public IsNewerThan(String constraintBuildNumber)
public boolean test(int buildNumber)
test
in interface BuildNumberUpgradeConstraint
buildNumber
- the build number to test the constraint against.public int getConstraintBuildNumber()
Copyright © 2003–2020 Atlassian. All rights reserved.