public class DeployRequest extends Object
| Constructor and Description |
|---|
DeployRequest(List<DeployModuleRequest> modules,
List<DeployArtifactRequest> artifacts,
boolean aws,
boolean restart) |
| Modifier and Type | Method and Description |
|---|---|
List<DeployArtifactRequest> |
getArtifacts() |
UUID |
getId() |
List<DeployModuleRequest> |
getModules() |
DeployState |
getState() |
void |
setState(DeployState state) |
boolean |
withAws() |
boolean |
withRestart() |
public DeployRequest(List<DeployModuleRequest> modules, List<DeployArtifactRequest> artifacts, boolean aws, boolean restart)
public List<DeployArtifactRequest> getArtifacts()
public List<DeployModuleRequest> getModules()
public UUID getId()
public boolean withAws()
public boolean withRestart()
public void setState(DeployState state)
public DeployState getState()
Copyright © 2014. All rights reserved.