| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.droplets |
| Modifier and Type | Method and Description |
|---|---|
StagedResult.Builder |
StagedResult.Builder.addAllBuildpacks(Iterable<String> elements)
Adds elements to
buildpacks list. |
static StagedResult.Builder |
StagedResult.builder()
Creates a builder for
StagedResult. |
StagedResult.Builder |
StagedResult.Builder.buildpack(String... elements)
Adds elements to
buildpacks list. |
StagedResult.Builder |
StagedResult.Builder.buildpack(String element)
Adds one element to
buildpacks list. |
StagedResult.Builder |
StagedResult.Builder.buildpacks(Iterable<String> elements)
Sets or replaces all elements for
buildpacks list. |
StagedResult.Builder |
StagedResult.Builder.executionMetadata(String executionMetadata)
Initializes the value for the
executionMetadata attribute. |
StagedResult.Builder |
StagedResult.Builder.from(StagedResult instance)
Fill a builder with attribute values from the provided
StagedResult instance. |
StagedResult.Builder |
StagedResult.Builder.hash(Hash hash)
Initializes the value for the
hash attribute. |
StagedResult.Builder |
StagedResult.Builder.processType(Map.Entry<String,? extends String> entry)
Put one entry to the
processTypes map. |
StagedResult.Builder |
StagedResult.Builder.processType(String key,
String value)
Put one entry to the
processTypes map. |
StagedResult.Builder |
StagedResult.Builder.processTypes(Map<String,? extends String> processTypes)
Sets or replaces all mappings from the specified map as entries for the
processTypes map. |
StagedResult.Builder |
StagedResult.Builder.putAllProcessTypes(Map<String,? extends String> processTypes)
Put all mappings from the specified map as entries to
processTypes map. |
StagedResult.Builder |
StagedResult.Builder.stack(String stack)
Initializes the value for the
stack attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.