public class DeployRequest extends Object
| Constructor and Description |
|---|
DeployRequest(List<DeployApplicationRequest> modules,
List<DeployArtifactRequest> artifacts,
List<DeployConfigRequest> configs,
boolean elb,
boolean autoScaling,
String autoScalingGroup,
String instanceId,
boolean restart) |
| Modifier and Type | Method and Description |
|---|---|
List<DeployArtifactRequest> |
getArtifacts() |
String |
getAutoScalingGroup() |
List<DeployConfigRequest> |
getConfigs() |
UUID |
getId() |
String |
getInstanceId() |
List<DeployApplicationRequest> |
getModules() |
DeployState |
getState() |
boolean |
isDecrementDesiredCapacity() |
void |
setDecrementDesiredCapacity(boolean decrementDesiredCapacity) |
void |
setRestart(boolean restart) |
void |
setState(DeployState state) |
boolean |
withAutoScaling() |
boolean |
withElb() |
boolean |
withRestart() |
public DeployRequest(List<DeployApplicationRequest> modules, List<DeployArtifactRequest> artifacts, List<DeployConfigRequest> configs, boolean elb, boolean autoScaling, String autoScalingGroup, String instanceId, boolean restart)
public List<DeployArtifactRequest> getArtifacts()
public List<DeployApplicationRequest> getModules()
public List<DeployConfigRequest> getConfigs()
public UUID getId()
public String getAutoScalingGroup()
public String getInstanceId()
public boolean withElb()
public boolean withAutoScaling()
public boolean withRestart()
public DeployState getState()
public void setState(DeployState state)
public boolean isDecrementDesiredCapacity()
public void setDecrementDesiredCapacity(boolean decrementDesiredCapacity)
public void setRestart(boolean restart)
Copyright © 2016. All rights reserved.