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

    Modifier and Type
    Method
    Description
    void
    Called for clean up.
  • Method Details