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