com.sonyericsson.hudson.plugins.gerrit.trigger.api
Class GerritTriggerApi

java.lang.Object
  extended by 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
GerritTriggerApi()
           
 
Method Summary
 com.sonymobile.tools.gerrit.gerritevents.Handler getHandler()
          Gets Handler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GerritTriggerApi

public GerritTriggerApi()
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.


Copyright © 2004-2014. All Rights Reserved.