Modifier and Type | Method and Description |
---|---|
void |
ToGerritRunListener.allBuildsCompleted(com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event,
GerritCause cause,
hudson.model.TaskListener listener)
Manages the end of a Gerrit Event.
|
protected void |
ToGerritRunListener.cleanUpGerritCauses(GerritCause firstFound,
hudson.model.Run build)
Workaround for builds that are triggered by the same Gerrit cause but multiple times in the same quiet period.
|
Modifier and Type | Method and Description |
---|---|
void |
BuildMemory.updateTriggerContext(GerritCause cause,
hudson.model.Run r)
Updates the
TriggerContext for the event. |
Modifier and Type | Class and Description |
---|---|
class |
GerritManualCause
A Cause of a
ManualPatchsetCreated . |
class |
GerritUserCause
Represents a Cause for a re-triggered/user-triggered Gerrit job.
|
Modifier and Type | Method and Description |
---|---|
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,
hudson.model.Job project)
Deprecated.
|
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,
hudson.model.Job project)
Schedules a build with parameters from the event.
|
protected Future |
EventListener.schedule(hudson.model.Job theJob,
int quitePeriod,
GerritCause cause,
BadgeAction badgeAction,
hudson.model.ParametersAction parameters)
Schedules a build of a job.
|
Copyright © 2004-2015. All Rights Reserved.