public interface GerritEventLifecycleListener
| Modifier and Type | Method and Description |
|---|---|
void |
allBuildsCompleted(PatchsetCreated event)
Called when all builds triggered by the event are completed.
|
void |
buildCompleted(PatchsetCreated event,
hudson.model.AbstractBuild build)
Called when a build is completed.
|
void |
buildStarted(PatchsetCreated event,
hudson.model.AbstractBuild build)
Called when a build has started.
|
void |
projectTriggered(PatchsetCreated event,
hudson.model.AbstractProject project)
Called when the trigger of a project has decided to trigger on the event.
|
void |
triggerScanDone(PatchsetCreated event)
Called after all triggers has been enumerated.
|
void |
triggerScanStarting(PatchsetCreated event)
Called before any triggers are enumerated.
|
void triggerScanStarting(PatchsetCreated event)
event - the event.void triggerScanDone(PatchsetCreated event)
event - the event.void projectTriggered(PatchsetCreated event, hudson.model.AbstractProject project)
event - the event.project - the project that was triggered.void buildStarted(PatchsetCreated event, hudson.model.AbstractBuild build)
event - the event.build - the build.void buildCompleted(PatchsetCreated event, hudson.model.AbstractBuild build)
event - the event.build - the build.void allBuildsCompleted(PatchsetCreated event)
event - the event.Copyright © 2004-2015 Hudson. All Rights Reserved.