public class DeployConfiguration extends Object
| Constructor and Description |
|---|
DeployConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
doRestart() |
String |
getAutoScalingGroupId() |
boolean |
getAwsPrivateIp() |
String |
getContext() |
List<org.apache.maven.model.Exclusion> |
getExclusions() |
List<String> |
getHosts() |
String |
getOpsWorksLayerId() |
String |
getOpsWorksStackId() |
String |
getTag() |
String |
getTarget() |
boolean |
isAutoScaling() |
boolean |
isDeployConfig() |
boolean |
isDeploySnapshots() |
boolean |
isOpsworks() |
boolean |
isTestScope() |
void |
setTestScope(boolean testScope) |
void |
setWithConfig(Boolean withConfig) |
boolean |
withElb() |
public String getOpsWorksStackId()
public String getAutoScalingGroupId()
public boolean isAutoScaling()
public boolean isOpsworks()
public boolean isDeploySnapshots()
public List<org.apache.maven.model.Exclusion> getExclusions()
public boolean isTestScope()
public String getTarget()
public String getContext()
public boolean withElb()
public boolean doRestart()
public boolean getAwsPrivateIp()
public String getOpsWorksLayerId()
public void setTestScope(boolean testScope)
public String getTag()
public boolean isDeployConfig()
public void setWithConfig(Boolean withConfig)
Copyright © 2015. All rights reserved.