com.heroku.api.request.run
Class RunResponse

java.lang.Object
  extended by com.heroku.api.request.run.RunResponse

public class RunResponse
extends Object


Constructor Summary
RunResponse()
           
 
Method Summary
 InputStream attach()
          Should only be called if you started the process with attach enabled
 String getAction()
           
 String getCommand()
           
 int getElapsed()
           
 String getProcess()
           
 URI getRendezvous_url()
           
 String getSlug()
           
 String getState()
           
 String getTransitioned_at()
           
 String getType()
           
 String getUpid()
           
 boolean isAttached()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunResponse

public RunResponse()
Method Detail

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.