org.jenkinsci.plugins.buildcontextcapture
Class BuildContextListener

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

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

Author:
Gregory Boissinot

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
BuildContextListener()
           
 
Method Summary
 void onCompleted(hudson.model.Run run, hudson.model.TaskListener listener)
           
 
Methods inherited from class hudson.model.listeners.RunListener
all, fireCompleted, fireDeleted, fireFinalized, fireStarted, onDeleted, onFinalized, onStarted, register, setUpEnvironment, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildContextListener

public BuildContextListener()
Method Detail

onCompleted

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


Copyright © 2004-2012. All Rights Reserved.