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