@Deprecated public interface MultiStateAppDeployer extends AppDeployer
COUNT_PROPERTY_KEY, CPU_PROPERTY_KEY, DISK_PROPERTY_KEY, GROUP_PROPERTY_KEY, INDEXED_PROPERTY_KEY, INSTANCE_INDEX_PROPERTY_KEY, MEMORY_PROPERTY_KEY, PREFIX
Modifier and Type | Method and Description |
---|---|
Map<String,DeploymentState> |
states(String... ids)
Deprecated.
Return the
DeploymentState for all the apps represented by
a collection of deployment ids. |
deploy, status, undeploy
Map<String,DeploymentState> states(String... ids)
DeploymentState
for all the apps represented by
a collection of deployment ids.ids
- the collection of app deployment ids, as returned by AppDeployer.deploy(org.springframework.cloud.deployer.spi.core.AppDeploymentRequest)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.