com.atlassian.bamboo.testutils
Class ProcessDescriptor
java.lang.Object
com.atlassian.bamboo.testutils.ProcessDescriptor
public class ProcessDescriptor
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessDescriptor
public ProcessDescriptor()
getOutputLog
public List<String> getOutputLog()
getErrorLog
public List<String> getErrorLog()
getProcess
public Process getProcess()
setProcess
protected void setProcess(Process process)
getExitValue
public int getExitValue()
getTimer
protected Timer getTimer()
setTimer
protected void setTimer(Timer timer)
getOutConsumer
protected OutputConsumerThread getOutConsumer()
setOutConsumerThread
protected void setOutConsumerThread(OutputConsumerThread outConsumer)
getErrConsumer
protected OutputConsumerThread getErrConsumer()
setErrConsumerThread
protected void setErrConsumerThread(OutputConsumerThread errConsumer)
getShutdownHook
protected Thread getShutdownHook()
setShutdownHook
protected void setShutdownHook(Thread shutdownHook)
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.