com.heroku.api
Class App
java.lang.Object
com.heroku.api.App
public class App
- extends Object
TODO: Javadoc
- Author:
- Naaman Newbold
Constructor Summary |
App()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
App
public App()
named
public App named(String name)
on
public App on(Heroku.Stack stack)
getId
public String getId()
setDomain_name
public void setDomain_name(Domain domain_name)
getName
public String getName()
getDomain
public Domain getDomain()
getWebUrl
public String getWebUrl()
getGitUrl
public String getGitUrl()
getCreateStatus
public String getCreateStatus()
getCreatedAt
public String getCreatedAt()
getStack
public String getStack()
getRequestedStack
public String getRequestedStack()
getRepoMigrateStatus
public String getRepoMigrateStatus()
getSlugSize
public int getSlugSize()
getRepoSize
public int getRepoSize()
getDynos
public int getDynos()
getWorkers
public int getWorkers()
getOwnerEmail
public String getOwnerEmail()
Copyright © 2012. All Rights Reserved.