Package org.jvnet.hudson.test
Class RemainingActivityListener
- java.lang.Object
-
- org.jvnet.hudson.test.RemainingActivityListener
-
- All Implemented Interfaces:
hudson.ExtensionPoint,EndOfTestListener
@Extension public final class RemainingActivityListener extends Object implements EndOfTestListener
Checks for any ongoing activity (queue, builds) that might interfere withTemporaryDirectoryAllocator.dispose().
-
-
Constructor Summary
Constructors Constructor Description RemainingActivityListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonTearDown()Called for clean up.
-
-
-
Method Detail
-
onTearDown
public void onTearDown() throws ExceptionDescription copied from interface:EndOfTestListenerCalled for clean up.- Specified by:
onTearDownin interfaceEndOfTestListener- Throws:
Exception
-
-