|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GerritVersionChecker.Feature | |
---|---|
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger | |
com.sonyericsson.hudson.plugins.gerrit.trigger.version |
Uses of GerritVersionChecker.Feature in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger |
---|
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger that return types with arguments of type GerritVersionChecker.Feature | |
---|---|
java.util.List<GerritVersionChecker.Feature> |
GerritAdministrativeMonitor.getDisabledFeatures()
A list of the features that has been disabled due to old Gerrit version. |
Uses of GerritVersionChecker.Feature in com.sonyericsson.hudson.plugins.gerrit.trigger.version |
---|
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.version that return GerritVersionChecker.Feature | |
---|---|
static GerritVersionChecker.Feature |
GerritVersionChecker.Feature.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static GerritVersionChecker.Feature[] |
GerritVersionChecker.Feature.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.version with parameters of type GerritVersionChecker.Feature | |
---|---|
static boolean |
GerritVersionChecker.isCorrectVersion(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)
Tells us if we are running the correct version for a particular feature. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |