Uses of Class
nl.jpoint.vertx.deploy.agent.request.DeployArtifactRequest
-
Packages that use DeployArtifactRequest Package Description nl.jpoint.vertx.deploy.agent.request nl.jpoint.vertx.deploy.agent.service -
-
Uses of DeployArtifactRequest in nl.jpoint.vertx.deploy.agent.request
Methods in nl.jpoint.vertx.deploy.agent.request that return DeployArtifactRequest Modifier and Type Method Description static DeployArtifactRequestDeployArtifactRequest. build(String groupId, String artifactId, String version, String classifier, String type)Methods in nl.jpoint.vertx.deploy.agent.request that return types with arguments of type DeployArtifactRequest Modifier and Type Method Description List<DeployArtifactRequest>DeployRequest. getArtifacts() -
Uses of DeployArtifactRequest in nl.jpoint.vertx.deploy.agent.service
Methods in nl.jpoint.vertx.deploy.agent.service that return types with arguments of type DeployArtifactRequest Modifier and Type Method Description rx.Observable<List<DeployArtifactRequest>>DefaultDeployService. deployArtifacts(UUID id, List<DeployArtifactRequest> artifacts)rx.Observable<DeployArtifactRequest>DeployArtifactService. deployAsync(DeployArtifactRequest deployRequest)Methods in nl.jpoint.vertx.deploy.agent.service with parameters of type DeployArtifactRequest Modifier and Type Method Description rx.Observable<DeployArtifactRequest>DeployArtifactService. deployAsync(DeployArtifactRequest deployRequest)Method parameters in nl.jpoint.vertx.deploy.agent.service with type arguments of type DeployArtifactRequest Modifier and Type Method Description rx.Observable<List<DeployArtifactRequest>>DefaultDeployService. deployArtifacts(UUID id, List<DeployArtifactRequest> artifacts)
-