com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.events
Class PluginChangeAbandonedEvent
java.lang.Object
hudson.model.AbstractDescribableImpl<PluginGerritEvent>
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.events.PluginGerritEvent
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.events.PluginChangeAbandonedEvent
- All Implemented Interfaces:
- hudson.model.Describable<PluginGerritEvent>, Serializable
public class PluginChangeAbandonedEvent
- extends PluginGerritEvent
- implements Serializable
An event configuration that causes the build to be triggered when a change is abandoned.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginChangeAbandonedEvent
@DataBoundConstructor
public PluginChangeAbandonedEvent()
- Standard constructor.
getDescriptor
public hudson.model.Descriptor<PluginGerritEvent> getDescriptor()
- Getter for the Descriptor.
- Specified by:
getDescriptor
in interface hudson.model.Describable<PluginGerritEvent>
- Overrides:
getDescriptor
in class hudson.model.AbstractDescribableImpl<PluginGerritEvent>
- Returns:
- the Descriptor for the PluginChangeAbandonedEvent.
getCorrespondingEventClass
public Class getCorrespondingEventClass()
- Description copied from class:
PluginGerritEvent
- Getter for the corresponding gerrit event class.
- Specified by:
getCorrespondingEventClass
in class PluginGerritEvent
- Returns:
- the gerrit event class.
Copyright © 2004-2014. All Rights Reserved.