Class DeployRequest
- java.lang.Object
-
- nl.jpoint.vertx.deploy.agent.request.DeployRequest
-
public class DeployRequest extends Object
-
-
Constructor Summary
Constructors Constructor Description DeployRequest(List<DeployApplicationRequest> modules, List<DeployArtifactRequest> artifacts, List<DeployConfigRequest> configs, boolean elb, boolean autoScaling, String autoScalingGroup, boolean restart, boolean testScope)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DeployArtifactRequest>getArtifacts()StringgetAutoScalingGroup()List<DeployConfigRequest>getConfigs()StringgetFailedReason()UUIDgetId()List<DeployApplicationRequest>getModules()DeployStategetState()longgetTimestamp()booleanisDecrementDesiredCapacity()booleanisScopeTest()voidsetDecrementDesiredCapacity(boolean decrementDesiredCapacity)voidsetFailedReason(String reason)voidsetRestart(boolean restart)voidsetState(DeployState state)voidsetTimestamp(long timestamp)booleanwithAutoScaling()booleanwithElb()booleanwithRestart()
-
-
-
Constructor Detail
-
DeployRequest
public DeployRequest(List<DeployApplicationRequest> modules, List<DeployArtifactRequest> artifacts, List<DeployConfigRequest> configs, boolean elb, boolean autoScaling, String autoScalingGroup, boolean restart, boolean testScope)
-
-
Method Detail
-
getArtifacts
public List<DeployArtifactRequest> getArtifacts()
-
getModules
public List<DeployApplicationRequest> getModules()
-
getConfigs
public List<DeployConfigRequest> getConfigs()
-
getId
public UUID getId()
-
getAutoScalingGroup
public String getAutoScalingGroup()
-
withElb
public boolean withElb()
-
withAutoScaling
public boolean withAutoScaling()
-
withRestart
public boolean withRestart()
-
getState
public DeployState getState()
-
setState
public void setState(DeployState state)
-
isDecrementDesiredCapacity
public boolean isDecrementDesiredCapacity()
-
isScopeTest
public boolean isScopeTest()
-
setDecrementDesiredCapacity
public void setDecrementDesiredCapacity(boolean decrementDesiredCapacity)
-
setRestart
public void setRestart(boolean restart)
-
getTimestamp
public long getTimestamp()
-
setTimestamp
public void setTimestamp(long timestamp)
-
setFailedReason
public void setFailedReason(String reason)
-
getFailedReason
public String getFailedReason()
-
-