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.AbstractBuild 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.AbstractBuild 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.
moved to
EventListener.schedule(GerritTrigger, GerritCause, GerritTriggeredEvent) |
protected void |
GerritTrigger.schedule(GerritCause cause,
com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event,
hudson.model.AbstractProject project)
Deprecated.
moved to
EventListener.schedule(GerritTrigger, GerritCause, GerritTriggeredEvent, AbstractProject) |
Copyright © 2004-2015. All Rights Reserved.