public abstract class PluginGerritEvent extends AbstractDescribableImpl<PluginGerritEvent>
Modifier and Type | Class and Description |
---|---|
static class |
PluginGerritEvent.PluginGerritEventDescriptor
The Descriptor for the PluginGerritEvent.
|
Constructor and Description |
---|
PluginGerritEvent() |
Modifier and Type | Method and Description |
---|---|
abstract Class |
getCorrespondingEventClass()
Getter for the corresponding gerrit event class.
|
boolean |
shouldTriggerOn(com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event)
Return if it should trigger build for the specified event.
|
getDescriptor
public abstract Class getCorrespondingEventClass()
public boolean shouldTriggerOn(com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event)
event
- The event to validate.Copyright © 2016–2019. All rights reserved.