Package | Description |
---|---|
org.springframework.cloud.deployer.spi.core |
Modifier and Type | Method and Description |
---|---|
AppDefinition |
AppDeploymentRequest.getDefinition() |
Constructor and Description |
---|
AppDeploymentRequest(AppDefinition definition,
org.springframework.core.io.Resource resource)
Construct an
AppDeploymentRequest with no deployment properties. |
AppDeploymentRequest(AppDefinition definition,
org.springframework.core.io.Resource resource,
Map<String,String> deploymentProperties)
Construct an
AppDeploymentRequest . |
AppDeploymentRequest(AppDefinition definition,
org.springframework.core.io.Resource resource,
Map<String,String> deploymentProperties,
List<String> commandlineArguments)
Construct an
AppDeploymentRequest . |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.