public class DefaultNutsIOProcessAction extends Object implements net.thevpc.nuts.NutsIOProcessAction
| Constructor and Description |
|---|
DefaultNutsIOProcessAction(net.thevpc.nuts.NutsWorkspace ws) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkSession() |
net.thevpc.nuts.NutsIOProcessAction |
failFast() |
net.thevpc.nuts.NutsIOProcessAction |
failFast(boolean failFast) |
net.thevpc.nuts.NutsResultList<net.thevpc.nuts.NutsProcessInfo> |
getResultList() |
net.thevpc.nuts.NutsSession |
getSession() |
String |
getType() |
boolean |
isFailFast() |
boolean |
isSupportedKillProcess() |
boolean |
killProcess(String processId) |
net.thevpc.nuts.NutsIOProcessAction |
setFailFast(boolean failFast) |
net.thevpc.nuts.NutsIOProcessAction |
setSession(net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsIOProcessAction |
setType(String processType) |
net.thevpc.nuts.NutsIOProcessAction |
type(String processType) |
public DefaultNutsIOProcessAction(net.thevpc.nuts.NutsWorkspace ws)
protected void checkSession()
public boolean isFailFast()
isFailFast in interface net.thevpc.nuts.NutsIOProcessActionpublic net.thevpc.nuts.NutsIOProcessAction setFailFast(boolean failFast)
setFailFast in interface net.thevpc.nuts.NutsIOProcessActionpublic boolean isSupportedKillProcess()
isSupportedKillProcess in interface net.thevpc.nuts.NutsIOProcessActionpublic boolean killProcess(String processId)
killProcess in interface net.thevpc.nuts.NutsIOProcessActionpublic net.thevpc.nuts.NutsIOProcessAction failFast(boolean failFast)
failFast in interface net.thevpc.nuts.NutsIOProcessActionpublic net.thevpc.nuts.NutsIOProcessAction failFast()
failFast in interface net.thevpc.nuts.NutsIOProcessActionpublic net.thevpc.nuts.NutsSession getSession()
getSession in interface net.thevpc.nuts.NutsIOProcessActionpublic net.thevpc.nuts.NutsIOProcessAction setSession(net.thevpc.nuts.NutsSession session)
setSession in interface net.thevpc.nuts.NutsIOProcessActionpublic String getType()
getType in interface net.thevpc.nuts.NutsIOProcessActionpublic net.thevpc.nuts.NutsIOProcessAction setType(String processType)
setType in interface net.thevpc.nuts.NutsIOProcessActionpublic net.thevpc.nuts.NutsIOProcessAction type(String processType)
type in interface net.thevpc.nuts.NutsIOProcessActionpublic net.thevpc.nuts.NutsResultList<net.thevpc.nuts.NutsProcessInfo> getResultList()
getResultList in interface net.thevpc.nuts.NutsIOProcessActionCopyright © 2021 vpc open source initiative. All rights reserved.