Uses of Class
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.events.PluginGerritEvent
Packages that use PluginGerritEvent
Package
Description
-
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 PluginGerritEventModifier and TypeMethodDescriptionGerritTrigger.getTriggerOnEvents()Getter for the triggerOnEvents list.Method parameters in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger with type arguments of type PluginGerritEventModifier and TypeMethodDescriptionvoidGerritTrigger.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.eventsModifier and TypeClassDescriptionclassAn event configuration that causes the build to be triggered when a change is abandoned.classAn event configuration that causes the build to be triggered when a change is merged.classAn event configuration that causes the build to be triggered when a change is restored.classAn event configuration that trigger the build when a comment is added and contains a message matching a configurable RegEx.classAn event configuration that causes the build to be triggered when a comment is added.classAn event configuration that causes the build to be triggered when a draft is published.classAn event configuration that causes the build to be triggered when a hashTag changed which matching a configurable RegEx.classAn event configuration that causes the build to be triggered when a patchset is created.classAn event configuration that causes the build to be triggered when a change's private state changed.classAn event configuration that causes the build to be triggered when a ref is updated.classAn event configuration that causes the build to be (re-)triggered when the gerrit checks plugin rerun check is triggered.classAn event configuration that causes the build to be triggered when a topic is changed.classAn 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 PluginGerritEventModifier and TypeMethodDescriptionPluginChangeAbandonedEvent.getDescriptor()Getter for the Descriptor.PluginChangeMergedEvent.getDescriptor()Getter for the Descriptor.PluginChangeRestoredEvent.getDescriptor()Getter for the Descriptor.PluginCommentAddedEvent.getDescriptor()Getter for the Descriptor.PluginDraftPublishedEvent.getDescriptor()Getter for the Descriptor.PluginPatchsetCreatedEvent.getDescriptor()Getter for the Descriptor.PluginPrivateStateChangedEvent.getDescriptor()Getter for the Descriptor.PluginRefUpdatedEvent.getDescriptor()Getter for the Descriptor.PluginRerunCheckEvent.getDescriptor()Getter for the Descriptor.PluginTopicChangedEvent.getDescriptor()Getter for the Descriptor.PluginWipStateChangedEvent.getDescriptor()Getter for the Descriptor.