@ConfigurationProperties(prefix="spring.cloud.launcher") public class DeployerProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeployerProperties.Deployable |
| Constructor and Description |
|---|
DeployerProperties() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDeploy() |
Map<String,DeployerProperties.Deployable> |
getDeployables() |
int |
getStatusSleepMillis() |
void |
init() |
boolean |
isList() |
void |
setDeploy(List<String> deploy) |
void |
setDeployables(Map<String,DeployerProperties.Deployable> deployables) |
void |
setList(boolean list) |
void |
setStatusSleepMillis(int statusSleepMillis) |
String |
toString() |
public boolean isList()
public void setList(boolean list)
public Map<String,DeployerProperties.Deployable> getDeployables()
public void setDeployables(Map<String,DeployerProperties.Deployable> deployables)
public int getStatusSleepMillis()
public void setStatusSleepMillis(int statusSleepMillis)
@PostConstruct public void init()
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.