com.heroku.api
Class App

java.lang.Object
  extended by com.heroku.api.App

public class App
extends Object

TODO: Javadoc

Author:
Naaman Newbold

Constructor Summary
App()
           
 
Method Summary
 String getCreatedAt()
           
 String getCreateStatus()
           
 Domain getDomain()
           
 int getDynos()
           
 String getGitUrl()
           
 String getId()
           
 String getName()
           
 String getOwnerEmail()
           
 String getRepoMigrateStatus()
           
 int getRepoSize()
           
 String getRequestedStack()
           
 int getSlugSize()
           
 String getStack()
           
 String getWebUrl()
           
 int getWorkers()
           
 App named(String name)
           
 App on(Heroku.Stack stack)
           
 void setDomain_name(Domain domain_name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

App

public App()
Method Detail

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.