public class AppDeploymentRequestCreator extends Object
AppDeploymentRequests from a StreamDefinition and
deployment properties map.| Constructor and Description |
|---|
AppDeploymentRequestCreator(AppRegistryService appRegistry,
CommonApplicationProperties commonApplicationProperties,
ApplicationConfigurationMetadataResolver metadataResolver) |
| Modifier and Type | Method and Description |
|---|---|
List<org.springframework.cloud.deployer.spi.core.AppDeploymentRequest> |
createRequests(StreamDefinition streamDefinition,
Map<String,String> streamDeploymentProperties)
Create a list of
AppDeploymentRequests from the provided
StreamDefinition and map of deployment properties. |
List<org.springframework.cloud.deployer.spi.core.AppDeploymentRequest> |
createUpdateRequests(StreamDefinition streamDefinition,
Map<String,String> updateProperties) |
public AppDeploymentRequestCreator(AppRegistryService appRegistry, CommonApplicationProperties commonApplicationProperties, ApplicationConfigurationMetadataResolver metadataResolver)
public List<org.springframework.cloud.deployer.spi.core.AppDeploymentRequest> createUpdateRequests(StreamDefinition streamDefinition, Map<String,String> updateProperties)
public List<org.springframework.cloud.deployer.spi.core.AppDeploymentRequest> createRequests(StreamDefinition streamDefinition, Map<String,String> streamDeploymentProperties)
AppDeploymentRequests from the provided
StreamDefinition and map of deployment properties.streamDefinition - the stream definitionstreamDeploymentProperties - the stream's deployment propertiesCopyright © 2020 Pivotal Software, Inc.. All rights reserved.