Package com.google.gerrit.server.plugins
Class TestServerPlugin
java.lang.Object
com.google.gerrit.server.plugins.Plugin
com.google.gerrit.server.plugins.ServerPlugin
com.google.gerrit.server.plugins.TestServerPlugin
- 
Nested Class SummaryNested classes/interfaces inherited from class com.google.gerrit.server.plugins.PluginPlugin.ApiType, Plugin.CacheKey
- 
Field SummaryFields inherited from class com.google.gerrit.server.plugins.ServerPluginAPI_MODULE, apiModuleClass, batchModule, httpModule, sshModule, sysModule
- 
Constructor SummaryConstructorsConstructorDescriptionTestServerPlugin(String name, String pluginCanonicalWebUrl, PluginUser user, ClassLoader classLoader, String sysName, String httpName, String sshName, String apiName, Path dataDir) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanvoidvoidMethods inherited from class com.google.gerrit.server.plugins.ServerPluginadd, getApiInjector, getApiModule, getApiVersion, getHttpInjector, getSshInjector, getSysInjector, loadMethods inherited from class com.google.gerrit.server.plugins.PlugingetApiType, getCacheKey, getCleanupHandle, getName, getSrcFile, isDisabled, setCleanupHandle, toString
- 
Constructor Details- 
TestServerPluginpublic TestServerPlugin(String name, String pluginCanonicalWebUrl, PluginUser user, ClassLoader classLoader, String sysName, String httpName, String sshName, String apiName, Path dataDir) throws InvalidPluginException - Throws:
- InvalidPluginException
 
 
- 
- 
Method Details- 
getVersion- Overrides:
- getVersionin class- ServerPlugin
 
- 
canReloadprotected boolean canReload()- Overrides:
- canReloadin class- ServerPlugin
 
- 
start- Overrides:
- startin class- ServerPlugin
- Throws:
- Exception
 
- 
stop- Overrides:
- stopin class- ServerPlugin
 
- 
getContentScanner- Overrides:
- getContentScannerin class- ServerPlugin
 
 
-