Uses of Class
com.sonyericsson.hudson.plugins.gerrit.trigger.events.ManualPatchsetCreated
Packages that use ManualPatchsetCreated
- 
Uses of ManualPatchsetCreated in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger with parameters of type ManualPatchsetCreatedModifier and TypeMethodDescriptionvoidEventListener.gerritEvent(ManualPatchsetCreated event) Called when a ManualPatchsetCreated event arrives.Constructors in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger with parameters of type ManualPatchsetCreatedModifierConstructorDescriptionGerritManualCause(ManualPatchsetCreated event, boolean silentMode) Standard constructor.GerritManualCause(ManualPatchsetCreated event, boolean silentMode, TriggerContext context) Standard constructor.