com.cloudbees.plugins.flow
Class FlowListener
java.lang.Object
hudson.model.listeners.RunListener<hudson.model.AbstractBuild<?,?>>
com.cloudbees.plugins.flow.FlowListener
- All Implemented Interfaces:
- hudson.ExtensionPoint
@Extension
public class FlowListener
- extends hudson.model.listeners.RunListener<hudson.model.AbstractBuild<?,?>>
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Fields inherited from class hudson.model.listeners.RunListener |
LISTENERS, targetType |
|
Method Summary |
void |
onCompleted(hudson.model.AbstractBuild<?,?> finishedBuild,
hudson.model.TaskListener listener)
|
void |
onFinalized(hudson.model.AbstractBuild<?,?> finalizedBuild)
|
void |
onStarted(hudson.model.AbstractBuild<?,?> startedBuild,
hudson.model.TaskListener listener)
|
| Methods inherited from class hudson.model.listeners.RunListener |
all, fireCompleted, fireDeleted, fireFinalized, fireStarted, onDeleted, register, setUpEnvironment, unregister |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlowListener
public FlowListener()
onStarted
public void onStarted(hudson.model.AbstractBuild<?,?> startedBuild,
hudson.model.TaskListener listener)
- Overrides:
onStarted in class hudson.model.listeners.RunListener<hudson.model.AbstractBuild<?,?>>
onCompleted
public void onCompleted(hudson.model.AbstractBuild<?,?> finishedBuild,
hudson.model.TaskListener listener)
- Overrides:
onCompleted in class hudson.model.listeners.RunListener<hudson.model.AbstractBuild<?,?>>
onFinalized
public void onFinalized(hudson.model.AbstractBuild<?,?> finalizedBuild)
- Overrides:
onFinalized in class hudson.model.listeners.RunListener<hudson.model.AbstractBuild<?,?>>
Copyright © 2004-2014. All Rights Reserved.