App |
App.addAttributesEntry(String key,
String value) |
|
App |
App.clearAttributesEntries() |
Removes all the entries added into Attributes.
|
App |
App.clone() |
|
App |
App.withAppId(String appId) |
The app ID.
|
App |
App.withAppSource(Source appSource) |
A Source object that describes the app repository.
|
App |
App.withAttributes(Map<String,String> attributes) |
The stack attributes.
|
App |
App.withCreatedAt(String createdAt) |
When the app was created.
|
App |
App.withDataSources(DataSource... dataSources) |
The app's data sources.
|
App |
App.withDataSources(Collection<DataSource> dataSources) |
The app's data sources.
|
App |
App.withDescription(String description) |
A description of the app.
|
App |
App.withDomains(String... domains) |
The app vhost settings with multiple domains separated by commas.
|
App |
App.withDomains(Collection<String> domains) |
The app vhost settings with multiple domains separated by commas.
|
App |
App.withEnableSsl(Boolean enableSsl) |
Whether to enable SSL for the app.
|
App |
App.withEnvironment(EnvironmentVariable... environment) |
An array of EnvironmentVariable objects that specify
environment variables to be associated with the app.
|
App |
App.withEnvironment(Collection<EnvironmentVariable> environment) |
An array of EnvironmentVariable objects that specify
environment variables to be associated with the app.
|
App |
App.withName(String name) |
The app name.
|
App |
App.withShortname(String shortname) |
The app's short name.
|
App |
App.withSslConfiguration(SslConfiguration sslConfiguration) |
An SslConfiguration object with the SSL configuration.
|
App |
App.withStackId(String stackId) |
The app stack ID.
|
App |
App.withType(AppType type) |
The app type.
|
App |
App.withType(String type) |
The app type.
|