Class GerritTriggerApi
- java.lang.Object
-
- com.sonyericsson.hudson.plugins.gerrit.trigger.api.GerritTriggerApi
-
public final class GerritTriggerApi extends Object
An API class to use this plugin from external.- Author:
- rinrinne <rinrin.ne@gmail.com>
-
-
Constructor Summary
Constructors Constructor Description GerritTriggerApi()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.sonymobile.tools.gerrit.gerritevents.Handler
getHandler()
Gets Handler.
-
-
-
Method Detail
-
getHandler
public com.sonymobile.tools.gerrit.gerritevents.Handler getHandler() throws PluginNotFoundException, PluginStatusException
Gets Handler.- Returns:
- the handler instance.
- Throws:
PluginNotFoundException
- if plugin is not found or still not loaded.PluginStatusException
- if plugin is inactive.
-
-