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

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<PluginGerritEvent>
      extended by com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.events.PluginGerritEvent
          extended by com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.events.PluginChangeMergedEvent
All Implemented Interfaces:
hudson.model.Describable<PluginGerritEvent>, Serializable

public class PluginChangeMergedEvent
extends PluginGerritEvent
implements Serializable

An event configuration that causes the build to be triggered when a change is merged.

Author:
Tomas Westling <tomas.westling@sonymobile.com>
See Also:
Serialized Form

Nested Class Summary
static class PluginChangeMergedEvent.PluginChangeMergedEventDescriptor
          The descriptor for the PluginChangeMergedEvent.
 
Nested classes/interfaces inherited from class com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.events.PluginGerritEvent
PluginGerritEvent.PluginGerritEventDescriptor
 
Constructor Summary
PluginChangeMergedEvent()
          Standard constructor.
 
Method Summary
 Class getCorrespondingEventClass()
          Getter for the corresponding gerrit event class.
 hudson.model.Descriptor<PluginGerritEvent> getDescriptor()
          Getter for the Descriptor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginChangeMergedEvent

@DataBoundConstructor
public PluginChangeMergedEvent()
Standard constructor.

Method Detail

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 PluginChangeMergedEvent.

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-2013. All Rights Reserved.