Package com.atlassian.bamboo.testutils
Class ProcessDescriptor
java.lang.Object
com.atlassian.bamboo.testutils.ProcessDescriptor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected OutputConsumerThread
int
protected OutputConsumerThread
protected Thread
protected Timer
getTimer()
protected void
setErrConsumerThread
(OutputConsumerThread errConsumer) protected void
setOutConsumerThread
(OutputConsumerThread outConsumer) protected void
setProcess
(Process process) protected void
setShutdownHook
(Thread shutdownHook) protected void
-
Constructor Details
-
ProcessDescriptor
public ProcessDescriptor()
-
-
Method Details
-
getOutputLog
-
getErrorLog
-
getProcess
-
setProcess
-
getExitValue
public int getExitValue() -
getTimer
-
setTimer
-
getOutConsumer
-
setOutConsumerThread
-
getErrConsumer
-
setErrConsumerThread
-
getShutdownHook
-
setShutdownHook
-