hudson.cli
Class CLICommandInvoker.Result

java.lang.Object
  extended by hudson.cli.CLICommandInvoker.Result
Enclosing class:
CLICommandInvoker

public static class CLICommandInvoker.Result
extends Object


Method Summary
 int returnCode()
           
 String stderr()
           
 String stdout()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

returnCode

public int returnCode()

stdout

public String stdout()

stderr

public String stderr()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2014. All Rights Reserved.