com.heroku.api.request.run
Class RunResponse
java.lang.Object
com.heroku.api.request.run.RunResponse
public class RunResponse
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RunResponse
public RunResponse(Proc proc)
getProc
public Proc getProc()
attach
public InputStream attach()
- Should only be called if you started the process with attach enabled
- Returns:
- an InputStream that contains the output of your process.
Copyright © 2012. All Rights Reserved.