Package | Description |
---|---|
org.cloudfoundry.operations.applications |
Modifier and Type | Method and Description |
---|---|
static ApplicationEnvironments.Builder |
ApplicationEnvironments.builder()
Creates a builder for
ApplicationEnvironments . |
ApplicationEnvironments.Builder |
ApplicationEnvironments.Builder.from(ApplicationEnvironments instance)
Fill a builder with attribute values from the provided
ApplicationEnvironments instance. |
ApplicationEnvironments.Builder |
ApplicationEnvironments.Builder.putAllRunning(Map<String,? extends Object> running)
Put all mappings from the specified map as entries to
running map. |
ApplicationEnvironments.Builder |
ApplicationEnvironments.Builder.putAllStaging(Map<String,? extends Object> staging)
Put all mappings from the specified map as entries to
staging map. |
ApplicationEnvironments.Builder |
ApplicationEnvironments.Builder.putAllSystemProvided(Map<String,? extends Object> systemProvided)
Put all mappings from the specified map as entries to
systemProvided map. |
ApplicationEnvironments.Builder |
ApplicationEnvironments.Builder.putAllUserProvided(Map<String,? extends Object> userProvided)
Put all mappings from the specified map as entries to
userProvided map. |
ApplicationEnvironments.Builder |
ApplicationEnvironments.Builder.running(Map.Entry<String,? extends Object> entry)
Put one entry to the
running map. |
ApplicationEnvironments.Builder |
ApplicationEnvironments.Builder.running(Map<String,? extends Object> running)
Sets or replaces all mappings from the specified map as entries for the
running map. |
ApplicationEnvironments.Builder |
ApplicationEnvironments.Builder.running(String key,
Object value)
Put one entry to the
running map. |
ApplicationEnvironments.Builder |
ApplicationEnvironments.Builder.staging(Map.Entry<String,? extends Object> entry)
Put one entry to the
staging map. |
ApplicationEnvironments.Builder |
ApplicationEnvironments.Builder.staging(Map<String,? extends Object> staging)
Sets or replaces all mappings from the specified map as entries for the
staging map. |
ApplicationEnvironments.Builder |
ApplicationEnvironments.Builder.staging(String key,
Object value)
Put one entry to the
staging map. |
ApplicationEnvironments.Builder |
ApplicationEnvironments.Builder.systemProvided(Map.Entry<String,? extends Object> entry)
Put one entry to the
systemProvided map. |
ApplicationEnvironments.Builder |
ApplicationEnvironments.Builder.systemProvided(Map<String,? extends Object> systemProvided)
Sets or replaces all mappings from the specified map as entries for the
systemProvided map. |
ApplicationEnvironments.Builder |
ApplicationEnvironments.Builder.systemProvided(String key,
Object value)
Put one entry to the
systemProvided map. |
ApplicationEnvironments.Builder |
ApplicationEnvironments.Builder.userProvided(Map.Entry<String,? extends Object> entry)
Put one entry to the
userProvided map. |
ApplicationEnvironments.Builder |
ApplicationEnvironments.Builder.userProvided(Map<String,? extends Object> userProvided)
Sets or replaces all mappings from the specified map as entries for the
userProvided map. |
ApplicationEnvironments.Builder |
ApplicationEnvironments.Builder.userProvided(String key,
Object value)
Put one entry to the
userProvided map. |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.