Class DatabaseSyncRunListener
java.lang.Object
hudson.model.listeners.RunListener<Run<?,?>>
org.jenkinsci.plugins.pipeline.maven.listeners.AbstractWorkflowRunListener
org.jenkinsci.plugins.pipeline.maven.listeners.DatabaseSyncRunListener
- All Implemented Interfaces:
ExtensionPoint
- Author:
- Cyrille Le Clerc
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from class hudson.model.listeners.RunListener
LISTENERS, targetType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonCompleted(Run<?, ?> workflowRun, TaskListener listener) voidvoidonInitialize(Run<?, ?> run) Methods inherited from class org.jenkinsci.plugins.pipeline.maven.listeners.AbstractWorkflowRunListener
shouldRunMethods inherited from class hudson.model.listeners.RunListener
all, allowLoad, createLoadAllower, fireCompleted, fireDeleted, fireFinalized, fireInitialize, fireStarted, onFinalized, onStarted, register, setUpEnvironment, unregister
-
Constructor Details
-
DatabaseSyncRunListener
public DatabaseSyncRunListener()
-
-
Method Details
-
onDeleted
- Overrides:
onDeletedin classRunListener<Run<?,?>>
-
onInitialize
- Overrides:
onInitializein classRunListener<Run<?,?>>
-
onCompleted
- Overrides:
onCompletedin classRunListener<Run<?,?>>
-