com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.events
Class PluginGerritEvent

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<PluginGerritEvent>
      extended by com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.events.PluginGerritEvent
All Implemented Interfaces:
hudson.model.Describable<PluginGerritEvent>
Direct Known Subclasses:
PluginChangeAbandonedEvent, PluginChangeMergedEvent, PluginChangeRestoredEvent, PluginCommentAddedEvent, PluginDraftPublishedEvent, PluginPatchsetCreatedEvent, PluginRefUpdatedEvent

public abstract class PluginGerritEvent
extends hudson.model.AbstractDescribableImpl<PluginGerritEvent>

Super class to all the events that can be configured to trigger on.

Author:
Tomas Westling <tomas.westling@sonymobile.com>

Nested Class Summary
static class PluginGerritEvent.PluginGerritEventDescriptor
          The Descriptor for the PluginGerritEvent.
 
Constructor Summary
PluginGerritEvent()
           
 
Method Summary
abstract  Class getCorrespondingEventClass()
          Getter for the corresponding gerrit event class.
 
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginGerritEvent

public PluginGerritEvent()
Method Detail

getCorrespondingEventClass

public abstract Class getCorrespondingEventClass()
Getter for the corresponding gerrit event class.

Returns:
the gerrit event class.


Copyright © 2004-2013. All Rights Reserved.