Uses of Class
com.sonyericsson.hudson.plugins.gerrit.trigger.events.ManualPatchsetCreated
-
Packages that use ManualPatchsetCreated Package Description com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger -
-
Uses of ManualPatchsetCreated in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger with parameters of type ManualPatchsetCreated Modifier and Type Method Description void
EventListener. gerritEvent(ManualPatchsetCreated event)
Called when a ManualPatchsetCreated event arrives.Constructors in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger with parameters of type ManualPatchsetCreated Constructor Description GerritManualCause(ManualPatchsetCreated event, boolean silentMode)
Standard constructor.GerritManualCause(ManualPatchsetCreated event, boolean silentMode, TriggerContext context)
Standard constructor.
-