Modifier and Type | Method and Description |
---|---|
List<GerritVersionChecker.Feature> |
GerritServer.getDisabledFeatures()
Returns the list of disabled features.
|
Modifier and Type | Method and Description |
---|---|
List<GerritVersionChecker.Feature> |
GerritConnectionListener.getDisabledFeatures()
A list of the features that have been disabled due to old Gerrit version of a specific Gerrit server.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2004-2015. All Rights Reserved.