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 |
isDeploySnapshots() |
boolean |
isOpsworks() |
boolean |
isTestScope() |
void |
setTestScope(boolean testScope) |
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()
Copyright © 2015. All rights reserved.