public class

ProcessDescriptor

extends Object
java.lang.Object
   ↳ com.atlassian.bamboo.testutils.ProcessDescriptor

Summary

Public Constructors
ProcessDescriptor()
Public Methods
List<String> getErrorLog()
int getExitValue()
List<String> getOutputLog()
Process getProcess()
Protected Methods
OutputConsumerThread getErrConsumer()
OutputConsumerThread getOutConsumer()
Thread getShutdownHook()
Timer getTimer()
void setErrConsumerThread(OutputConsumerThread errConsumer)
void setOutConsumerThread(OutputConsumerThread outConsumer)
void setProcess(Process process)
void setShutdownHook(Thread shutdownHook)
void setTimer(Timer timer)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ProcessDescriptor ()

Public Methods

public List<String> getErrorLog ()

public int getExitValue ()

public List<String> getOutputLog ()

public Process getProcess ()

Protected Methods

protected OutputConsumerThread getErrConsumer ()

protected OutputConsumerThread getOutConsumer ()

protected Thread getShutdownHook ()

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 setTimer (Timer timer)