Package org.jvnet.hudson.test
Interface EndOfTestListener
- All Superinterfaces:
hudson.ExtensionPoint
- All Known Implementing Classes:
ChannelShutdownListener
,RemainingActivityListener
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
-
Method Details
-
onTearDown
Called for clean up.- Throws:
Exception
-