Uses of Interface
com.sonyericsson.hudson.plugins.gerrit.trigger.events.lifecycle.GerritEventLifecycle
-
Packages that use GerritEventLifecycle Package Description com.sonyericsson.hudson.plugins.gerrit.trigger.events com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.actions.manual -
-
Uses of GerritEventLifecycle in com.sonyericsson.hudson.plugins.gerrit.trigger.events
Classes in com.sonyericsson.hudson.plugins.gerrit.trigger.events that implement GerritEventLifecycle Modifier and Type Class Description class
ManualPatchsetCreated
Represents a Patchset manually selected to be built by a user. -
Uses of GerritEventLifecycle in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.actions.manual
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.actions.manual that return GerritEventLifecycle Modifier and Type Method Description GerritEventLifecycle
TriggerMonitor.EventState. getEvent()
The event.Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.actions.manual with parameters of type GerritEventLifecycle Modifier and Type Method Description void
TriggerMonitor. add(GerritEventLifecycle gerritEventLifecycle)
Adds the event and a holder for its state to the list of triggered events.boolean
TriggerMonitor. contains(GerritEventLifecycle gerritEventLifecycle)
Checks to see if the list of triggered events and their states contains the given event.
-