| Package | Description |
|---|---|
| org.cloudfoundry.client.v2.applications |
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.addAllPorts(Iterable<Integer> elements)
Adds elements to
ports list. |
static CreateApplicationRequest.Builder |
CreateApplicationRequest.builder()
Creates a builder for
CreateApplicationRequest. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.buildpack(String buildpack)
Initializes the value for the
buildpack attribute. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.command(String command)
Initializes the value for the
command attribute. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.console(Boolean console)
Deprecated.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.debug(String debug)
Deprecated.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.detectedStartCommand(String detectedStartCommand)
Initializes the value for the
detectedStartCommand attribute. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.diego(Boolean diego)
Initializes the value for the
diego attribute. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.diskQuota(Integer diskQuota)
Initializes the value for the
diskQuota attribute. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.dockerCredentialsJson(Map.Entry<String,? extends Object> entry)
Put one entry to the
dockerCredentialsJsons map. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.dockerCredentialsJson(String key,
Object value)
Put one entry to the
dockerCredentialsJsons map. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.dockerCredentialsJsons(Map<String,? extends Object> dockerCredentialsJsons)
Sets or replaces all mappings from the specified map as entries for the
dockerCredentialsJsons map. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.dockerImage(String dockerImage)
Initializes the value for the
dockerImage attribute. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.enableSsh(Boolean enableSsh)
Initializes the value for the
enableSsh attribute. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.environmentJson(Map.Entry<String,? extends Object> entry)
Put one entry to the
environmentJsons map. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.environmentJson(String key,
Object value)
Put one entry to the
environmentJsons map. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.environmentJsons(Map<String,? extends Object> environmentJsons)
Sets or replaces all mappings from the specified map as entries for the
environmentJsons map. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.from(CreateApplicationRequest instance)
Fill a builder with attribute values from the provided
CreateApplicationRequest instance. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.healthCheckTimeout(Integer healthCheckTimeout)
Initializes the value for the
healthCheckTimeout attribute. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.healthCheckType(String healthCheckType)
Initializes the value for the
healthCheckType attribute. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.instances(Integer instances)
Initializes the value for the
instances attribute. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.memory(Integer memory)
Initializes the value for the
memory attribute. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.name(String name)
Initializes the value for the
name attribute. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.port(int... elements)
Adds elements to
ports list. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.port(int element)
Adds one element to
ports list. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.ports(Iterable<Integer> elements)
Sets or replaces all elements for
ports list. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.production(Boolean production)
Deprecated.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.putAllDockerCredentialsJsons(Map<String,? extends Object> dockerCredentialsJsons)
Put all mappings from the specified map as entries to
dockerCredentialsJsons map. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.putAllEnvironmentJsons(Map<String,? extends Object> environmentJsons)
Put all mappings from the specified map as entries to
environmentJsons map. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.spaceId(String spaceId)
Initializes the value for the
spaceId attribute. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.stackId(String stackId)
Initializes the value for the
stackId attribute. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.state(String state)
Initializes the value for the
state attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.