Package hudson.plugins.signal_killer
Class SignalKiller
java.lang.Object
hudson.util.ProcessKiller
hudson.plugins.signal_killer.SignalKiller
- All Implemented Interfaces:
ExtensionPoint
,Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class hudson.util.ProcessKiller
all
-
Field Details
-
SIGABRT
public static final int SIGABRT- See Also:
-
SIGKILL
public static final int SIGKILL- See Also:
-
SIGTERM
public static final int SIGTERM- See Also:
-
-
Constructor Details
-
SignalKiller
public SignalKiller()Default constructor. Does nothing, just logs that plugin instance was created on Hudson master.
-
-
Method Details
-
kill
- Specified by:
kill
in classProcessKiller
- Throws:
IOException
InterruptedException
-