| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.domain |
| Modifier and Type | Method and Description |
|---|---|
ImmutableStaging |
ImmutableStaging.Builder.build()
Builds a new
ImmutableStaging. |
static ImmutableStaging |
ImmutableStaging.copyOf(Staging instance)
Creates an immutable copy of a
Staging value. |
ImmutableStaging |
ImmutableStaging.withBuildpacks(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
buildpacks. |
ImmutableStaging |
ImmutableStaging.withBuildpacks(String... elements)
Copy the current immutable object with elements that replace the content of
buildpacks. |
ImmutableStaging |
ImmutableStaging.withCommand(String value)
Copy the current immutable object by setting a value for the
command attribute. |
ImmutableStaging |
ImmutableStaging.withDetectedBuildpack(String value)
Copy the current immutable object by setting a value for the
detectedBuildpack attribute. |
ImmutableStaging |
ImmutableStaging.withDockerInfo(DockerInfo value)
Copy the current immutable object by setting a value for the
dockerInfo attribute. |
ImmutableStaging |
ImmutableStaging.withHealthCheckHttpEndpoint(String value)
Copy the current immutable object by setting a value for the
healthCheckHttpEndpoint attribute. |
ImmutableStaging |
ImmutableStaging.withHealthCheckTimeout(Integer value)
Copy the current immutable object by setting a value for the
healthCheckTimeout attribute. |
ImmutableStaging |
ImmutableStaging.withHealthCheckType(String value)
Copy the current immutable object by setting a value for the
healthCheckType attribute. |
ImmutableStaging |
ImmutableStaging.withIsSshEnabled(Boolean value)
Copy the current immutable object by setting a value for the
isSshEnabled attribute. |
ImmutableStaging |
ImmutableStaging.withStack(String value)
Copy the current immutable object by setting a value for the
stack attribute. |
Copyright © 2020 SAP SE. All rights reserved.