Uses of Class
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.GerritCause
-
-
Uses of GerritCause in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier with parameters of type GerritCause Modifier and Type Method Description void
ToGerritRunListener. allBuildsCompleted(com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event, GerritCause cause, TaskListener listener)
Manages the end of a Gerrit Event.protected void
ToGerritRunListener. 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 GerritCause Modifier and Type Method Description void
BuildMemory. updateTriggerContext(GerritCause cause, Run r)
Updates theTriggerContext
for the event. -
Uses of GerritCause in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger
Subclasses of GerritCause in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger Modifier and Type Class Description class
GerritManualCause
A Cause of aManualPatchsetCreated
.class
GerritUserCause
Represents a Cause for a re-triggered/user-triggered Gerrit job.Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger with parameters of type GerritCause Modifier and Type Method Description protected void
EventListener. schedule(GerritTrigger t, GerritCause cause, com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event)
Schedules a build with parameters from the event.protected void
EventListener. 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 Future
EventListener. schedule(Job theJob, int quitePeriod, GerritCause cause, BadgeAction badgeAction, ParametersAction parameters)
Schedules a build of a job.protected void
GerritTrigger. schedule(GerritCause cause, com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event)
Deprecated.protected void
GerritTrigger. schedule(GerritCause cause, com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event, Job project)
Deprecated.
-