| Package | Description |
|---|---|
| org.cloudfoundry.client.v2.applications |
| Modifier and Type | Method and Description |
|---|---|
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.addAllPorts(Iterable<Integer> elements)
Adds elements to
ports list. |
static RestageApplicationEntity.Builder |
RestageApplicationEntity.builder()
Creates a builder for
RestageApplicationEntity. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.buildpack(String buildpack)
Initializes the value for the
buildpack attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.command(String command)
Initializes the value for the
command attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.console(Boolean console)
Deprecated.
|
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.debug(String debug)
Deprecated.
|
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.detectedBuildpack(String detectedBuildpack)
Initializes the value for the
detectedBuildpack attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.detectedBuildpackId(String detectedBuildpackId)
Initializes the value for the
detectedBuildpackId attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.detectedStartCommand(String detectedStartCommand)
Initializes the value for the
detectedStartCommand attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.diego(Boolean diego)
Initializes the value for the
diego attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.diskQuota(Integer diskQuota)
Initializes the value for the
diskQuota attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.dockerCredentials(DockerCredentials dockerCredentials)
Initializes the value for the
dockerCredentials attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.dockerImage(String dockerImage)
Initializes the value for the
dockerImage attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.enableSsh(Boolean enableSsh)
Initializes the value for the
enableSsh attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.environmentJson(Map.Entry<String,? extends Object> entry)
Put one entry to the
environmentJsons map. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.environmentJson(String key,
Object value)
Put one entry to the
environmentJsons map. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.environmentJsons(Map<String,? extends Object> entries)
Sets or replaces all mappings from the specified map as entries for the
environmentJsons map. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.from(org.cloudfoundry.client.v2.applications._RestageApplicationEntity instance)
Copy abstract value type
_RestageApplicationEntity instance into builder. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.from(AbstractApplicationEntity instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v2.applications.AbstractApplicationEntity instance. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.from(RestageApplicationEntity instance)
Fill a builder with attribute values from the provided
RestageApplicationEntity instance. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.healthCheckHttpEndpoint(String healthCheckHttpEndpoint)
Initializes the value for the
healthCheckHttpEndpoint attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.healthCheckTimeout(Integer healthCheckTimeout)
Initializes the value for the
healthCheckTimeout attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.healthCheckType(String healthCheckType)
Initializes the value for the
healthCheckType attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.instances(Integer instances)
Initializes the value for the
instances attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.memory(Integer memory)
Initializes the value for the
memory attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.name(String name)
Initializes the value for the
name attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.packageState(String packageState)
Initializes the value for the
packageState attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.packageUpdatedAt(String packageUpdatedAt)
Initializes the value for the
packageUpdatedAt attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.port(int element)
Adds one element to
ports list. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.ports(int... elements)
Adds elements to
ports list. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.ports(Iterable<Integer> elements)
Sets or replaces all elements for
ports list. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.production(Boolean production)
Deprecated.
|
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.putAllEnvironmentJsons(Map<String,? extends Object> entries)
Put all mappings from the specified map as entries to
environmentJsons map. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.spaceId(String spaceId)
Initializes the value for the
spaceId attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.stackId(String stackId)
Initializes the value for the
stackId attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.stagingFailedDescription(String stagingFailedDescription)
Initializes the value for the
stagingFailedDescription attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.stagingFailedReason(String stagingFailedReason)
Initializes the value for the
stagingFailedReason attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.stagingTaskId(String stagingTaskId)
Initializes the value for the
stagingTaskId attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.state(String state)
Initializes the value for the
state attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.version(String version)
Initializes the value for the
version attribute. |
Copyright © 2020. All rights reserved.