public class CloudFoundryAppDeployer extends Object implements org.springframework.cloud.deployer.spi.app.AppDeployer
| Modifier and Type | Field and Description |
|---|---|
static String |
DISK_PROPERTY_KEY |
static String |
MEMORY_PROPERTY_KEY |
static String |
SERVICES_PROPERTY_KEY |
| Constructor and Description |
|---|
CloudFoundryAppDeployer(CloudFoundryDeployerProperties properties,
org.cloudfoundry.operations.CloudFoundryOperations operations,
org.cloudfoundry.client.CloudFoundryClient client,
AppNameGenerator appDeploymentCustomizer) |
| Modifier and Type | Method and Description |
|---|---|
String |
deploy(org.springframework.cloud.deployer.spi.core.AppDeploymentRequest request) |
CloudFoundryDeployerProperties |
getProperties() |
org.springframework.cloud.deployer.spi.app.AppStatus |
status(String id) |
void |
undeploy(String id) |
public static final String MEMORY_PROPERTY_KEY
public static final String DISK_PROPERTY_KEY
public static final String SERVICES_PROPERTY_KEY
public CloudFoundryAppDeployer(CloudFoundryDeployerProperties properties, org.cloudfoundry.operations.CloudFoundryOperations operations, org.cloudfoundry.client.CloudFoundryClient client, AppNameGenerator appDeploymentCustomizer)
public String deploy(org.springframework.cloud.deployer.spi.core.AppDeploymentRequest request)
deploy in interface org.springframework.cloud.deployer.spi.app.AppDeployerpublic void undeploy(String id)
undeploy in interface org.springframework.cloud.deployer.spi.app.AppDeployerpublic org.springframework.cloud.deployer.spi.app.AppStatus status(String id)
status in interface org.springframework.cloud.deployer.spi.app.AppDeployerpublic CloudFoundryDeployerProperties getProperties()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.