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