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()
getSlug
public String getSlug()
getCommand
public String getCommand()
getUpid
public String getUpid()
getProcess
public String getProcess()
getAction
public String getAction()
getRendezvous_url
public URI getRendezvous_url()
getType
public String getType()
getElapsed
public int getElapsed()
isAttached
public boolean isAttached()
getTransitioned_at
public String getTransitioned_at()
getState
public String getState()
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.