org.jvnet.hudson.test
Interface EndOfTestListener

All Superinterfaces:
hudson.ExtensionPoint
All Known Implementing Classes:
ChannelShutdownListener

public interface EndOfTestListener
extends hudson.ExtensionPoint

Gets notified before the test completes to perform additional cleanup.

Since:
1.520
Author:
Kohsuke Kawaguchi

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Method Summary
 void onTearDown()
          Called for clean up.
 

Method Detail

onTearDown

void onTearDown()
                throws Exception
Called for clean up.

Throws:
Exception


Copyright © 2004-2014. All Rights Reserved.