Uses of Class
com.sonyericsson.hudson.plugins.gerrit.trigger.version.GerritVersionChecker.Feature

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
 List<GerritVersionChecker.Feature> GerritConnectionListener.getDisabledFeatures()
          A list of the features that have been disabled due to old Gerrit version of a specific Gerrit server.
 List<GerritVersionChecker.Feature> GerritAdministrativeMonitor.getDisabledFeatures(String serverName)
          Returns the list of disabled features for a specific 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.
 



Copyright © 2004-2013. All Rights Reserved.