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