Package org.jvnet.hudson.test
Interface EndOfTestListener
-
- All Superinterfaces:
hudson.ExtensionPoint
- All Known Implementing Classes:
ChannelShutdownListener,RemainingActivityListener
public interface EndOfTestListener extends hudson.ExtensionPointGets notified before the test completes to perform additional cleanup.- Since:
- 1.520
- Author:
- Kohsuke Kawaguchi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonTearDown()Called for clean up.
-