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 BuildNumberUpgradeConstraintbuildNumber - the build number to test the constraint against.public int getConstraintBuildNumber()
Copyright © 2003–2019 Atlassian. All rights reserved.