Package com.atlassian.bamboo.testutils
Class ProcessDescriptor
java.lang.Object
com.atlassian.bamboo.testutils.ProcessDescriptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected OutputConsumerThreadintprotected OutputConsumerThreadprotected Threadprotected TimergetTimer()protected voidsetErrConsumerThread(OutputConsumerThread errConsumer) protected voidsetOutConsumerThread(OutputConsumerThread outConsumer) protected voidsetProcess(Process process) protected voidsetShutdownHook(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
-