com.heroku.api
Class Proc

java.lang.Object
  extended by com.heroku.api.Proc
All Implemented Interfaces:
Serializable

public class Proc
extends Object
implements Serializable

TODO: Javadoc

Author:
Naaman Newbold
See Also:
Serialized Form

Constructor Summary
Proc()
           
 
Method Summary
 String getAction()
           
 String getAppName()
           
 String getCommand()
           
 int getElapsed()
           
 String getPrettyState()
           
 String getProcess()
           
 URI getRendezvousUrl()
           
 String getSlug()
           
 String getState()
           
 String getTransitionedAt()
           
 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

Proc

public Proc()
Method Detail

getUpid

public String getUpid()

getProcess

public String getProcess()

getType

public String getType()

getCommand

public String getCommand()

getAppName

public String getAppName()

getSlug

public String getSlug()

getAction

public String getAction()

getState

public String getState()

getPrettyState

public String getPrettyState()

getTransitionedAt

public String getTransitionedAt()

getElapsed

public int getElapsed()

isAttached

public boolean isAttached()

getRendezvousUrl

public URI getRendezvousUrl()


Copyright © 2012. All Rights Reserved.