| 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<DeployApplicationRequest> moduleDeployService,
DeployService<DeployArtifactRequest> artifactDeployService,
DeployService<DeployConfigRequest> configDeployService,
AwsService awsService,
String authToken) |
| Modifier and Type | Method and Description |
|---|---|
List<DeployConfigRequest> |
DeployRequest.getConfigs() |
| Constructor and Description |
|---|
DeployRequest(List<DeployApplicationRequest> modules,
List<DeployArtifactRequest> artifacts,
List<DeployConfigRequest> configs,
boolean elb,
boolean autoScaling,
String autoScalingGroup,
String instanceId,
boolean restart) |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.json.JsonObject |
DeployConfigService.deploy(DeployConfigRequest deployRequest) |
Copyright © 2016. All rights reserved.