Uses of Class
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.GerritCause
Packages that use GerritCause
Package
Description
-
Uses of GerritCause in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier with parameters of type GerritCauseModifier and TypeMethodDescriptionvoidToGerritRunListener.allBuildsCompleted(com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event, GerritCause cause, TaskListener listener) Manages the end of a Gerrit Event.protected voidToGerritRunListener.cleanUpGerritCauses(GerritCause firstFound, Run build) Workaround for builds that are triggered by the same Gerrit cause but multiple times in the same quiet period. -
Uses of GerritCause in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.model
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.model with parameters of type GerritCauseModifier and TypeMethodDescriptionvoidBuildMemory.updateTriggerContext(GerritCause cause, Run r) Updates theTriggerContextfor the event. -
Uses of GerritCause in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger
Subclasses of GerritCause in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontriggerModifier and TypeClassDescriptionclassA Cause of aManualPatchsetCreated.classRepresents a Cause for a re-triggered/user-triggered Gerrit job.Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger with parameters of type GerritCauseModifier and TypeMethodDescriptionprotected voidEventListener.schedule(GerritTrigger t, GerritCause cause, com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event) Schedules a build with parameters from the event.protected voidEventListener.schedule(GerritTrigger t, GerritCause cause, com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event, Job project) Schedules a build with parameters from the event.protected FutureEventListener.schedule(Job theJob, int quitePeriod, GerritCause cause, BadgeAction badgeAction, ParametersAction parameters) Schedules a build of a job.protected voidGerritTrigger.schedule(GerritCause cause, com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event) Deprecated.protected voidGerritTrigger.schedule(GerritCause cause, com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event, Job project) Deprecated.
EventListener.schedule(GerritTrigger, GerritCause, GerritTriggeredEvent)