com.atlassian.bamboo.process
Class BambooProcessHandler

java.lang.Object
  extended by com.atlassian.utils.process.BaseProcessHandler
      extended by com.atlassian.utils.process.PluggableProcessHandler
          extended by com.atlassian.bamboo.process.BambooProcessHandler
All Implemented Interfaces:
com.atlassian.utils.process.ProcessHandler

public class BambooProcessHandler
extends com.atlassian.utils.process.PluggableProcessHandler

Specialised PluggableProcessHandler that does not throw exceptions on non-zero exits


Constructor Summary
BambooProcessHandler(com.atlassian.utils.process.OutputHandler stdOut, com.atlassian.utils.process.OutputHandler stdErr)
           
BambooProcessHandler(com.atlassian.utils.process.OutputHandler stdOut, com.atlassian.utils.process.OutputHandler stdErr, com.atlassian.utils.process.InputHandler stdIn)
           
 
Method Summary
 boolean succeeded()
           
 
Methods inherited from class com.atlassian.utils.process.PluggableProcessHandler
complete, getError, getErrorHandler, getException, getExitCode, getInputHandler, getOutputHandler, hasInput, isCanceled, isComplete, isThrowOnNonZeroExit, processError, processOutput, provideInput, reset, setErrorHandler, setException, setInputHandler, setOutputHandler, setThrowOnNonZeroExit
 
Methods inherited from class com.atlassian.utils.process.BaseProcessHandler
getWatchdog, setWatchdog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BambooProcessHandler

public BambooProcessHandler(@NotNull
                            com.atlassian.utils.process.OutputHandler stdOut,
                            @NotNull
                            com.atlassian.utils.process.OutputHandler stdErr)

BambooProcessHandler

public BambooProcessHandler(@NotNull
                            com.atlassian.utils.process.OutputHandler stdOut,
                            @NotNull
                            com.atlassian.utils.process.OutputHandler stdErr,
                            @NotNull
                            com.atlassian.utils.process.InputHandler stdIn)
Method Detail

succeeded

public boolean succeeded()
Specified by:
succeeded in interface com.atlassian.utils.process.ProcessHandler
Overrides:
succeeded in class com.atlassian.utils.process.PluggableProcessHandler


Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.