|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.utils.process.ExternalProcessBuilder
com.atlassian.bamboo.process.ExternalProcessViaBatchBuilder
public class ExternalProcessViaBatchBuilder
Constructor Summary | |
---|---|
ExternalProcessViaBatchBuilder()
|
Method Summary | |
---|---|
com.atlassian.utils.process.ExternalProcess |
build()
|
com.atlassian.utils.process.ExternalProcessBuilder |
command(List<String> command)
|
ExternalProcessViaBatchBuilder |
forceBatch()
|
com.atlassian.utils.process.ExternalProcessBuilder |
handler(com.atlassian.utils.process.ProcessHandler handler)
|
Methods inherited from class com.atlassian.utils.process.ExternalProcessBuilder |
---|
addMonitor, asynchronous, command, command, env, env, escapeInternalDoubleQuotesOnWindows, executionTimeout, getExternalProcessFactory, handlers, handlers, handlers, handlers, idleTimeout, log, log, setExternalProcessFactory, suppressSpecialWindowsBehaviour, timeout, useQuotesInBatArgumentsWorkaround, useWindowsEncodingWorkaround |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExternalProcessViaBatchBuilder()
Method Detail |
---|
public ExternalProcessViaBatchBuilder forceBatch()
public com.atlassian.utils.process.ExternalProcessBuilder command(List<String> command)
command
in class com.atlassian.utils.process.ExternalProcessBuilder
public com.atlassian.utils.process.ExternalProcessBuilder handler(com.atlassian.utils.process.ProcessHandler handler)
handler
in class com.atlassian.utils.process.ExternalProcessBuilder
public com.atlassian.utils.process.ExternalProcess build()
build
in class com.atlassian.utils.process.ExternalProcessBuilder
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |