| Package | Description |
|---|---|
| nl.jpoint.vertx.mod.deploy.handler | |
| nl.jpoint.vertx.mod.deploy.request | |
| nl.jpoint.vertx.mod.deploy.service |
| Constructor and Description |
|---|
RestDeployHandler(DeployService<DeployModuleRequest> moduleDeployService,
DeployService<DeployArtifactRequest> artifactDeployService,
DeployService<DeployConfigRequest> configDeployService,
AwsService awsService) |
| Modifier and Type | Method and Description |
|---|---|
List<DeployModuleRequest> |
DeployRequest.getModules() |
| 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 |
|---|---|
org.vertx.java.core.json.JsonObject |
DeployModuleService.deploy(DeployModuleRequest deployRequest) |
Copyright © 2016. All rights reserved.