public class DeployArtifactService extends Object implements DeployService<DeployArtifactRequest,DeployArtifactRequest>
| Constructor and Description |
|---|
DeployArtifactService(io.vertx.core.Vertx vertx,
DeployConfig config) |
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<DeployArtifactRequest> |
deployAsync(DeployArtifactRequest deployRequest) |
DeployConfig |
getConfig() |
io.vertx.core.Vertx |
getVertx() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdownloadArtifact, extractArtifact, parseArtifactContext, resolveSnapShotVersionpublic DeployArtifactService(io.vertx.core.Vertx vertx,
DeployConfig config)
public rx.Observable<DeployArtifactRequest> deployAsync(DeployArtifactRequest deployRequest)
deployAsync in interface DeployService<DeployArtifactRequest,DeployArtifactRequest>public DeployConfig getConfig()
getConfig in interface DeployService<DeployArtifactRequest,DeployArtifactRequest>public io.vertx.core.Vertx getVertx()
getVertx in interface DeployService<DeployArtifactRequest,DeployArtifactRequest>Copyright © 2016. All rights reserved.