Uses of Class
nl.jpoint.vertx.deploy.agent.request.DeployConfigRequest
-
Packages that use DeployConfigRequest Package Description nl.jpoint.vertx.deploy.agent.command nl.jpoint.vertx.deploy.agent.request nl.jpoint.vertx.deploy.agent.service -
-
Uses of DeployConfigRequest in nl.jpoint.vertx.deploy.agent.command
Methods in nl.jpoint.vertx.deploy.agent.command that return types with arguments of type DeployConfigRequest Modifier and Type Method Description rx.Observable<DeployConfigRequest>RunConsoleCommand. executeAsync(DeployConfigRequest deployConfigRequest)Methods in nl.jpoint.vertx.deploy.agent.command with parameters of type DeployConfigRequest Modifier and Type Method Description rx.Observable<DeployConfigRequest>RunConsoleCommand. executeAsync(DeployConfigRequest deployConfigRequest) -
Uses of DeployConfigRequest in nl.jpoint.vertx.deploy.agent.request
Methods in nl.jpoint.vertx.deploy.agent.request that return DeployConfigRequest Modifier and Type Method Description static DeployConfigRequestDeployConfigRequest. build(String groupId, String artifactId, String version, String classifier)Methods in nl.jpoint.vertx.deploy.agent.request that return types with arguments of type DeployConfigRequest Modifier and Type Method Description List<DeployConfigRequest>DeployRequest. getConfigs() -
Uses of DeployConfigRequest in nl.jpoint.vertx.deploy.agent.service
Methods in nl.jpoint.vertx.deploy.agent.service with parameters of type DeployConfigRequest Modifier and Type Method Description rx.Observable<Boolean>DeployConfigService. deployAsync(DeployConfigRequest deployRequest)Method parameters in nl.jpoint.vertx.deploy.agent.service with type arguments of type DeployConfigRequest Modifier and Type Method Description rx.Observable<List<Boolean>>DefaultDeployService. deployConfigs(UUID id, List<DeployConfigRequest> configs)
-