Class PluginChangeMergedEvent
java.lang.Object
hudson.model.AbstractDescribableImpl<PluginGerritEvent>
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.events.PluginGerritEvent
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.events.PluginChangeMergedEvent
- All Implemented Interfaces:
- Describable<PluginGerritEvent>,- 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:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classThe descriptor for the PluginChangeMergedEvent.Nested classes/interfaces inherited from class com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.events.PluginGerritEventPluginGerritEvent.PluginGerritEventDescriptor
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGetter for the corresponding gerrit event class.Getter for the Descriptor.Methods inherited from class com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.events.PluginGerritEventshouldTriggerOn
- 
Constructor Details- 
PluginChangeMergedEvent@DataBoundConstructor public PluginChangeMergedEvent()Standard constructor.
 
- 
- 
Method Details- 
getDescriptorGetter for the Descriptor.- Specified by:
- getDescriptorin interface- Describable<PluginGerritEvent>
- Overrides:
- getDescriptorin class- AbstractDescribableImpl<PluginGerritEvent>
- Returns:
- the Descriptor for the PluginChangeMergedEvent.
 
- 
getCorrespondingEventClassDescription copied from class:PluginGerritEventGetter for the corresponding gerrit event class.- Specified by:
- getCorrespondingEventClassin class- PluginGerritEvent
- Returns:
- the gerrit event class.
 
 
-