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