com.heroku.api
Class Proc
java.lang.Object
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()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Proc
public Proc()
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.