| Package | Description |
|---|---|
| org.cloudfoundry.client.v3 |
| Modifier and Type | Method and Description |
|---|---|
CnbData.Builder |
CnbData.Builder.addAllBuildpacks(Iterable<String> elements)
Adds elements to
buildpacks list. |
static CnbData.Builder |
CnbData.builder()
Creates a builder for
CnbData. |
CnbData.Builder |
CnbData.Builder.buildpack(String element)
Adds one element to
buildpacks list. |
CnbData.Builder |
CnbData.Builder.buildpacks(Iterable<String> elements)
Sets or replaces all elements for
buildpacks list. |
CnbData.Builder |
CnbData.Builder.buildpacks(String... elements)
Adds elements to
buildpacks list. |
CnbData.Builder |
CnbData.Builder.from(CnbData instance)
Fill a builder with attribute values from the provided
CnbData instance. |
CnbData.Builder |
CnbData.Builder.stack(String stack)
Initializes the value for the
stack attribute. |
Copyright © 2026. All rights reserved.