@ConfigurationProperties(prefix="devtools") 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() |
List<DeployerProperties.Deployable> |
getDeployables() |
int |
getStatusSleepMillis() |
void |
setDeploy(List<String> deploy) |
void |
setDeployables(List<DeployerProperties.Deployable> deployables) |
void |
setStatusSleepMillis(int statusSleepMillis) |
String |
toString() |
public List<DeployerProperties.Deployable> getDeployables()
public void setDeployables(List<DeployerProperties.Deployable> deployables)
public int getStatusSleepMillis()
public void setStatusSleepMillis(int statusSleepMillis)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.