Class ChannelShutdownListener

java.lang.Object
hudson.slaves.ComputerListener
org.jvnet.hudson.test.ChannelShutdownListener
All Implemented Interfaces:
hudson.ExtensionPoint, EndOfTestListener

@Extension public class ChannelShutdownListener extends hudson.slaves.ComputerListener implements EndOfTestListener
Runs at the end of the test to cleanup any live channels.
Author:
Kohsuke Kawaguchi
  • Nested Class Summary

    Nested classes/interfaces inherited from interface hudson.ExtensionPoint

    hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onOnline(hudson.model.Computer c, hudson.model.TaskListener listener)
     
    void
    Called for clean up.

    Methods inherited from class hudson.slaves.ComputerListener

    all, onConfigurationChange, onLaunchFailure, onOffline, onOffline, onOnline, onTemporarilyOffline, onTemporarilyOnline, preLaunch, preOnline, register, unregister

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait