com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.events
Class PluginGerritEvent
java.lang.Object
hudson.model.AbstractDescribableImpl<PluginGerritEvent>
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>
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 |
PluginGerritEvent
public PluginGerritEvent()
getCorrespondingEventClass
public abstract Class getCorrespondingEventClass()
- Getter for the corresponding gerrit event class.
- Returns:
- the gerrit event class.
Copyright © 2004-2014. All Rights Reserved.