Package | Description |
---|---|
com.sonyericsson.hudson.plugins.gerrit.trigger.version |
Modifier and Type | Class and Description |
---|---|
class |
HighestVersionNumber
Subclass of GerritVersionNumber which represents the highest possible version number.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2016–2017. All rights reserved.