public class App extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
App.Owner |
static class |
App.Space |
static class |
App.Stack |
Constructor and Description |
---|
App() |
Modifier and Type | Method and Description |
---|---|
String |
getBuildpackProvidedDescription() |
String |
getCreatedAt() |
Domain |
getDomain() |
String |
getGitUrl() |
String |
getId() |
String |
getName() |
App.Owner |
getOwner() |
String |
getReleasedAt() |
int |
getRepoSize() |
String |
getRequestedStack() |
int |
getSlugSize() |
App.Space |
getSpace() |
App.Stack |
getStack() |
String |
getWebUrl() |
boolean |
isMaintenance() |
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 |
setMaintenance(boolean maintenance) |
void |
setReleased_at(String at) |
void |
setSpace(App.Space space) |
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 boolean isMaintenance()
public void setMaintenance(boolean maintenance)
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 getCreatedAt()
public App.Stack getStack()
public String getRequestedStack()
public int getSlugSize()
public int getRepoSize()
public App.Owner getOwner()
public String getReleasedAt()
public void setReleased_at(String at)
public App.Space getSpace()
public void setSpace(App.Space space)
Copyright © 2017. All rights reserved.