|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GerritVersionChecker.Feature in com.sonyericsson.hudson.plugins.gerrit.trigger |
---|
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger that return types with arguments of type GerritVersionChecker.Feature | |
---|---|
List<GerritVersionChecker.Feature> |
GerritServer.getDisabledFeatures()
Returns the list of disabled features. |
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 | |
---|---|
List<GerritVersionChecker.Feature> |
GerritConnectionListener.getDisabledFeatures()
A list of the features that have been disabled due to old Gerrit version of a specific Gerrit server. |
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(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,
String serverName)
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 |