public class MarathonAppDeployer extends Object implements org.springframework.cloud.deployer.spi.app.AppDeployer
| Constructor and Description |
|---|
MarathonAppDeployer(MarathonAppDeployerProperties properties,
mesosphere.marathon.client.Marathon marathon) |
| Modifier and Type | Method and Description |
|---|---|
String |
deploy(org.springframework.cloud.deployer.spi.core.AppDeploymentRequest request) |
org.springframework.cloud.deployer.spi.core.RuntimeEnvironmentInfo |
environmentInfo() |
org.springframework.cloud.deployer.spi.app.AppStatus |
status(String id) |
void |
undeploy(String id) |
@Autowired public MarathonAppDeployer(MarathonAppDeployerProperties properties, mesosphere.marathon.client.Marathon marathon)
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 org.springframework.cloud.deployer.spi.core.RuntimeEnvironmentInfo environmentInfo()
environmentInfo in interface org.springframework.cloud.deployer.spi.app.AppDeployerCopyright © 2018 Pivotal Software, Inc.. All rights reserved.