public abstract class PsKiller extends Object implements hudson.ExtensionPoint, Serializable
| Constructor and Description |
|---|
PsKiller() |
| Modifier and Type | Method and Description |
|---|---|
static hudson.ExtensionList<PsKiller> |
all() |
protected abstract void |
doKill(PsBasedProcessTree ptree,
int me) |
abstract String |
getDisplayName() |
void |
kill(String user) |
void |
kill(String user,
PrintStream log) |
public void kill(String user) throws InterruptedException, IOException
InterruptedExceptionIOExceptionpublic void kill(String user, PrintStream log) throws InterruptedException, IOException
InterruptedExceptionIOExceptionprotected abstract void doKill(PsBasedProcessTree ptree, int me)
public abstract String getDisplayName()
public static hudson.ExtensionList<PsKiller> all()
Copyright © 2016–2018. All rights reserved.