public abstract class GerritTriggeredBuildListener extends Object implements hudson.ExtensionPoint
Constructor and Description |
---|
GerritTriggeredBuildListener() |
Modifier and Type | Method and Description |
---|---|
static hudson.ExtensionList<GerritTriggeredBuildListener> |
all()
Gets all listeners.
|
static void |
fireOnCompleted(BuildMemory.MemoryImprint memoryImprint,
String command)
Fire onCompleted.
|
static void |
fireOnStarted(com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event,
String command)
Fire onStarted.
|
abstract void |
onCompleted(hudson.model.Result result,
com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event,
String command)
Calls when all builds completed.
|
abstract void |
onStarted(com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event,
String command)
Calls when build started.
|
public abstract void onStarted(com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event, String command)
event
- the event.command
- the command.public abstract void onCompleted(hudson.model.Result result, com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event, String command)
result
- the result.event
- the event.command
- the command.public static void fireOnStarted(com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event, String command)
event
- the eventcommand
- the command.public static void fireOnCompleted(BuildMemory.MemoryImprint memoryImprint, String command)
memoryImprint
- the memoryimprint.command
- the command.public static hudson.ExtensionList<GerritTriggeredBuildListener> all()
Copyright © 2016–2020. All rights reserved.