com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.events
Class PluginChangeRestoredEvent
java.lang.Object
hudson.model.AbstractDescribableImpl<PluginGerritEvent>
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.events.PluginGerritEvent
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.events.PluginChangeRestoredEvent
- All Implemented Interfaces:
- hudson.model.Describable<PluginGerritEvent>, Serializable
public class PluginChangeRestoredEvent
- extends PluginGerritEvent
- implements Serializable
An event configuration that causes the build to be triggered when a change is
restored.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginChangeRestoredEvent
@DataBoundConstructor
public PluginChangeRestoredEvent()
- 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 PluginChangeRestoredEvent.
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.