org.jenkinsci.plugins.scripted_cloud
Class scriptedCloudRunListener

java.lang.Object
  extended by hudson.model.listeners.RunListener<hudson.model.Run>
      extended by org.jenkinsci.plugins.scripted_cloud.scriptedCloudRunListener
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public final class scriptedCloudRunListener
extends hudson.model.listeners.RunListener<hudson.model.Run>

Author:
Admin

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.model.listeners.RunListener
LISTENERS, targetType
 
Constructor Summary
scriptedCloudRunListener()
           
 
Method Summary
 void onFinalized(hudson.model.Run r)
           
 void onStarted(hudson.model.Run r, hudson.model.TaskListener listener)
           
 
Methods inherited from class hudson.model.listeners.RunListener
all, fireCompleted, fireDeleted, fireFinalized, fireStarted, onCompleted, onDeleted, register, setUpEnvironment, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

scriptedCloudRunListener

public scriptedCloudRunListener()
Method Detail

onStarted

public void onStarted(hudson.model.Run r,
                      hudson.model.TaskListener listener)
Overrides:
onStarted in class hudson.model.listeners.RunListener<hudson.model.Run>

onFinalized

public void onFinalized(hudson.model.Run r)
Overrides:
onFinalized in class hudson.model.listeners.RunListener<hudson.model.Run>


Copyright © 2004-2012. All Rights Reserved.