Package org.apache.maven.surefire.booter
Interface ShutdownAware
-
- All Known Implementing Classes:
BaseProviderFactory
public interface ShutdownAware
See the plugin configuration parametershutdown
.- Since:
- 2.19
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setShutdown(Shutdown shutdown)
-
-
-
Method Detail
-
setShutdown
void setShutdown(Shutdown shutdown)
-
-