com.heroku.api
Class Proc
java.lang.Object
com.heroku.api.Proc
public class Proc
- extends Object
TODO: Javadoc
- Author:
- Naaman Newbold
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 URL getRendezvousUrl()
Copyright © 2012. All Rights Reserved.