|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.util.ProcessKiller
hudson.plugins.signal_killer.SignalKiller
@Extension public class SignalKiller
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Field Summary | |
|---|---|
static int |
SIGABRT
|
static int |
SIGKILL
|
static int |
SIGTERM
|
| Constructor Summary | |
|---|---|
SignalKiller()
Default constructor. |
|
| Method Summary | |
|---|---|
boolean |
kill(hudson.util.ProcessTree.OSProcess process)
|
| Methods inherited from class hudson.util.ProcessKiller |
|---|
all |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int SIGABRT
public static final int SIGKILL
public static final int SIGTERM
| Constructor Detail |
|---|
public SignalKiller()
| Method Detail |
|---|
public boolean kill(hudson.util.ProcessTree.OSProcess process)
throws java.io.IOException,
java.lang.InterruptedException
kill in class hudson.util.ProcessKillerjava.io.IOException
java.lang.InterruptedException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||