Uses of Class
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.events.PluginGerritEvent
-
Packages that use PluginGerritEvent Package Description com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.events -
-
Uses of PluginGerritEvent in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger that return types with arguments of type PluginGerritEvent Modifier and Type Method Description List<PluginGerritEvent>
GerritTrigger. getTriggerOnEvents()
Getter for the triggerOnEvents list.Method parameters in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger with type arguments of type PluginGerritEvent Modifier and Type Method Description void
GerritTrigger. setTriggerOnEvents(List<PluginGerritEvent> triggerOnEvents)
The list of event types to trigger on. -
Uses of PluginGerritEvent in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.events
Subclasses of PluginGerritEvent in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.events Modifier and Type Class Description class
PluginChangeAbandonedEvent
An event configuration that causes the build to be triggered when a change is abandoned.class
PluginChangeMergedEvent
An event configuration that causes the build to be triggered when a change is merged.class
PluginChangeRestoredEvent
An event configuration that causes the build to be triggered when a change is restored.class
PluginCommentAddedContainsEvent
An event configuration that trigger the build when a comment is added and contains a message matching a configurable RegEx.class
PluginCommentAddedEvent
An event configuration that causes the build to be triggered when a comment is added.class
PluginDraftPublishedEvent
An event configuration that causes the build to be triggered when a draft is published.class
PluginHashtagsChangedEvent
An event configuration that causes the build to be triggered when a hashTag changed which matching a configurable RegEx.class
PluginPatchsetCreatedEvent
An event configuration that causes the build to be triggered when a patchset is created.class
PluginPrivateStateChangedEvent
An event configuration that causes the build to be triggered when a change's private state changed.class
PluginRefUpdatedEvent
An event configuration that causes the build to be triggered when a ref is updated.class
PluginRerunCheckEvent
An event configuration that causes the build to be (re-)triggered when the gerrit checks plugin rerun check is triggered.class
PluginTopicChangedEvent
An event configuration that causes the build to be triggered when a topic is changed.class
PluginWipStateChangedEvent
An event configuration that causes the build to be triggered when a change's WIP state changed.Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.events that return types with arguments of type PluginGerritEvent Modifier and Type Method Description Descriptor<PluginGerritEvent>
PluginChangeAbandonedEvent. getDescriptor()
Getter for the Descriptor.Descriptor<PluginGerritEvent>
PluginChangeMergedEvent. getDescriptor()
Getter for the Descriptor.Descriptor<PluginGerritEvent>
PluginChangeRestoredEvent. getDescriptor()
Getter for the Descriptor.Descriptor<PluginGerritEvent>
PluginCommentAddedEvent. getDescriptor()
Getter for the Descriptor.Descriptor<PluginGerritEvent>
PluginDraftPublishedEvent. getDescriptor()
Getter for the Descriptor.Descriptor<PluginGerritEvent>
PluginPatchsetCreatedEvent. getDescriptor()
Getter for the Descriptor.Descriptor<PluginGerritEvent>
PluginPrivateStateChangedEvent. getDescriptor()
Getter for the Descriptor.Descriptor<PluginGerritEvent>
PluginRefUpdatedEvent. getDescriptor()
Getter for the Descriptor.Descriptor<PluginGerritEvent>
PluginRerunCheckEvent. getDescriptor()
Getter for the Descriptor.Descriptor<PluginGerritEvent>
PluginTopicChangedEvent. getDescriptor()
Getter for the Descriptor.Descriptor<PluginGerritEvent>
PluginWipStateChangedEvent. getDescriptor()
Getter for the Descriptor.
-