Class Extension<T>
java.lang.Object
com.google.gerrit.extensions.registration.Extension<T>
- Type Parameters:
T
- Type of extension point that this extension implements
An extension that is provided by a plugin.
Contains the name of the plugin that provides the extension, the extension point implementation and optionally the export name under which the extension was exported.
An export name is only available if this extension is an entry in a DynamicMap
.
-
Constructor Details
-
Extension
-
Extension
-
-
Method Details
-
getPluginName
-
getExportName
-
getProvider
-
get
-