Uses of Class
com.sonyericsson.hudson.plugins.gerrit.trigger.version.GerritVersionNumber
-
Packages that use GerritVersionNumber Package Description com.sonyericsson.hudson.plugins.gerrit.trigger.version -
-
Uses of GerritVersionNumber in com.sonyericsson.hudson.plugins.gerrit.trigger.version
Subclasses of GerritVersionNumber in com.sonyericsson.hudson.plugins.gerrit.trigger.version Modifier and Type Class Description class
HighestVersionNumber
Subclass of GerritVersionNumber which represents the highest possible version number.Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.version that return GerritVersionNumber Modifier and Type Method Description static GerritVersionNumber
GerritVersionChecker. createVersionNumber(String version)
Creates a new VersionNumber from the response of the gerrit server.static GerritVersionNumber
GerritVersionNumber. getGerritVersionNumber(String num)
Returns a new GerritVersionNumber from a String.Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.version with parameters of type GerritVersionNumber Modifier and Type Method Description static boolean
GerritVersionChecker. isCorrectVersion(GerritVersionNumber gerritVersion, GerritVersionChecker.Feature feature)
Tells us if we are running the correct version for a particular feature.static boolean
GerritVersionChecker. isCorrectVersion(GerritVersionNumber gerritVersion, GerritVersionChecker.Feature feature, boolean excludeSnapshotVersions)
Tells us if we are running the correct version for a particular feature.
-