| 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<DeployArtifactRequest> |
DeployRequest.getArtifacts() |
| 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 |
|---|---|
boolean |
DeployArtifactService.deploy(DeployArtifactRequest deployRequest) |
Copyright © 2015. All rights reserved.