| Package | Description |
|---|---|
| org.cloudfoundry.operations.applications |
| Modifier and Type | Method and Description |
|---|---|
ManifestV3Application.Builder |
ManifestV3Application.Builder.addAllBuildpacks(Iterable<String> elements)
Adds elements to
buildpacks list. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.addAllDomains(Iterable<String> elements)
Adds elements to
domains list. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.addAllHosts(Iterable<String> elements)
Adds elements to
hosts list. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.addAllProcesses(Iterable<? extends ManifestV3Process> elements)
Adds elements to
processes list. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.addAllRoutes(Iterable<? extends Route> elements)
Adds elements to
routes list. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.addAllServices(Iterable<? extends ManifestV3Service> elements)
Adds elements to
services list. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.addAllSidecars(Iterable<? extends ManifestV3Sidecar> elements)
Adds elements to
sidecars list. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.annotation(Map.Entry<String,? extends String> entry)
Put one entry to the
annotations map. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.annotation(String key,
String value)
Put one entry to the
annotations map. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.annotations(Map<String,? extends String> entries)
Sets or replaces all mappings from the specified map as entries for the
annotations map. |
static ManifestV3Application.Builder |
ManifestV3Application.builder()
Creates a builder for
ManifestV3Application. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.buildpack(String element)
Adds one element to
buildpacks list. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.buildpacks(Iterable<String> elements)
Sets or replaces all elements for
buildpacks list. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.buildpacks(String... elements)
Adds elements to
buildpacks list. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.command(String command)
Initializes the value for the
command attribute. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.defaultRoute(Boolean defaultRoute)
Initializes the value for the
defaultRoute attribute. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.disk(Integer disk)
Initializes the value for the
disk attribute. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.docker(Docker docker)
Initializes the value for the
docker attribute. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.domain(String element)
Adds one element to
domains list. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.domains(Iterable<String> elements)
Sets or replaces all elements for
domains list. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.domains(String... elements)
Adds elements to
domains list. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.environmentVariable(Map.Entry<String,? extends Object> entry)
Put one entry to the
environmentVariables map. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.environmentVariable(String key,
Object value)
Put one entry to the
environmentVariables map. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.environmentVariables(Map<String,? extends Object> entries)
Sets or replaces all mappings from the specified map as entries for the
environmentVariables map. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.from(org.cloudfoundry.operations.applications._ApplicationManifestCommon instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.operations.applications._ApplicationManifestCommon instance. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.from(org.cloudfoundry.operations.applications._ManifestV3Application instance)
Copy abstract value type
_ManifestV3Application instance into builder. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.from(ManifestV3Application instance)
Fill a builder with attribute values from the provided
ManifestV3Application instance. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.healthCheckHttpEndpoint(String healthCheckHttpEndpoint)
Initializes the value for the
healthCheckHttpEndpoint attribute. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.healthCheckType(ApplicationHealthCheck healthCheckType)
Initializes the value for the
healthCheckType attribute. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.host(String element)
Adds one element to
hosts list. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.hosts(Iterable<String> elements)
Sets or replaces all elements for
hosts list. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.hosts(String... elements)
Adds elements to
hosts list. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.instances(Integer instances)
Initializes the value for the
instances attribute. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.label(Map.Entry<String,? extends String> entry)
Put one entry to the
labels map. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.label(String key,
String value)
Put one entry to the
labels map. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.labels(Map<String,? extends String> entries)
Sets or replaces all mappings from the specified map as entries for the
labels map. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.memory(Integer memory)
Initializes the value for the
memory attribute. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.name(String name)
Initializes the value for the
name attribute. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.noHostname(Boolean noHostname)
Initializes the value for the
noHostname attribute. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.noRoute(Boolean noRoute)
Initializes the value for the
noRoute attribute. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.path(Path path)
Initializes the value for the
path attribute. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.processe(ManifestV3Process element)
Adds one element to
processes list. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.processes(Iterable<? extends ManifestV3Process> elements)
Sets or replaces all elements for
processes list. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.processes(ManifestV3Process... elements)
Adds elements to
processes list. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.putAllAnnotations(Map<String,? extends String> entries)
Put all mappings from the specified map as entries to
annotations map. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.putAllEnvironmentVariables(Map<String,? extends Object> entries)
Put all mappings from the specified map as entries to
environmentVariables map. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.putAllLabels(Map<String,? extends String> entries)
Put all mappings from the specified map as entries to
labels map. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.randomRoute(Boolean randomRoute)
Initializes the value for the
randomRoute attribute. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.route(Route element)
Adds one element to
routes list. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.routePath(String routePath)
Initializes the value for the
routePath attribute. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.routes(Iterable<? extends Route> elements)
Sets or replaces all elements for
routes list. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.routes(Route... elements)
Adds elements to
routes list. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.service(ManifestV3Service element)
Adds one element to
services list. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.services(Iterable<? extends ManifestV3Service> elements)
Sets or replaces all elements for
services list. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.services(ManifestV3Service... elements)
Adds elements to
services list. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.sidecar(ManifestV3Sidecar element)
Adds one element to
sidecars list. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.sidecars(Iterable<? extends ManifestV3Sidecar> elements)
Sets or replaces all elements for
sidecars list. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.sidecars(ManifestV3Sidecar... elements)
Adds elements to
sidecars list. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.stack(String stack)
Initializes the value for the
stack attribute. |
ManifestV3Application.Builder |
ManifestV3Application.Builder.timeout(Integer timeout)
Initializes the value for the
timeout attribute. |
Copyright © 2024. All rights reserved.