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