| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.domain |
| Modifier and Type | Method and Description |
|---|---|
ImmutableStaging.Builder |
ImmutableStaging.Builder.addAllBuildpacks(Iterable<String> elements)
Adds elements to
buildpacks list. |
ImmutableStaging.Builder |
ImmutableStaging.Builder.addBuildpack(String element)
Adds one element to
buildpacks list. |
ImmutableStaging.Builder |
ImmutableStaging.Builder.addBuildpacks(String... elements)
Adds elements to
buildpacks list. |
static ImmutableStaging.Builder |
ImmutableStaging.builder()
Creates a builder for
ImmutableStaging. |
ImmutableStaging.Builder |
ImmutableStaging.Builder.buildpacks(Iterable<String> elements)
Sets or replaces all elements for
buildpacks list. |
ImmutableStaging.Builder |
ImmutableStaging.Builder.command(String command)
Initializes the value for the
command attribute. |
ImmutableStaging.Builder |
ImmutableStaging.Builder.detectedBuildpack(String detectedBuildpack)
Initializes the value for the
detectedBuildpack attribute. |
ImmutableStaging.Builder |
ImmutableStaging.Builder.dockerInfo(DockerInfo dockerInfo)
Initializes the value for the
dockerInfo attribute. |
ImmutableStaging.Builder |
ImmutableStaging.Builder.from(Staging instance)
Fill a builder with attribute values from the provided
Staging instance. |
ImmutableStaging.Builder |
ImmutableStaging.Builder.healthCheckHttpEndpoint(String healthCheckHttpEndpoint)
Initializes the value for the
healthCheckHttpEndpoint attribute. |
ImmutableStaging.Builder |
ImmutableStaging.Builder.healthCheckTimeout(Integer healthCheckTimeout)
Initializes the value for the
healthCheckTimeout attribute. |
ImmutableStaging.Builder |
ImmutableStaging.Builder.healthCheckType(String healthCheckType)
Initializes the value for the
healthCheckType attribute. |
ImmutableStaging.Builder |
ImmutableStaging.Builder.isSshEnabled(Boolean isSshEnabled)
Initializes the value for the
isSshEnabled attribute. |
ImmutableStaging.Builder |
ImmutableStaging.Builder.stack(String stack)
Initializes the value for the
stack attribute. |
Copyright © 2020 SAP SE. All rights reserved.