com.heroku.api
public class App extends Object implements Serializable
Constructor and Description |
---|
App() |
Modifier and Type | Method and Description |
---|---|
String |
getBuildpackProvidedDescription() |
String |
getCreatedAt() |
String |
getCreateStatus() |
Domain |
getDomain() |
int |
getDynos() |
String |
getGitUrl() |
String |
getId() |
String |
getName() |
String |
getOwnerEmail() |
String |
getReleasedAt() |
String |
getRepoMigrateStatus() |
int |
getRepoSize() |
String |
getRequestedStack() |
int |
getSlugSize() |
Heroku.Stack |
getStack() |
String |
getWebUrl() |
int |
getWorkers() |
App |
named(String name)
Builder method for specifying the name of an app.
|
App |
on(Heroku.Stack stack)
Builder method for specifying the stack an app should be created on.
|
void |
setDomain_name(Domain domain_name) |
void |
setReleased_at(String at) |
public App named(String name)
name
- The name to give an app.App
public App on(Heroku.Stack stack)
stack
- Stack to create the app on.App
public String getId()
public void setDomain_name(Domain domain_name)
public String getName()
public Domain getDomain()
public String getWebUrl()
public String getGitUrl()
public String getBuildpackProvidedDescription()
public String getCreateStatus()
public String getCreatedAt()
public Heroku.Stack getStack()
public String getRequestedStack()
public String getRepoMigrateStatus()
public int getSlugSize()
public int getRepoSize()
public int getDynos()
public int getWorkers()
public String getOwnerEmail()
public String getReleasedAt()
public void setReleased_at(String at)
Copyright © 2014. All Rights Reserved.