Uses of Class
nl.jpoint.vertx.deploy.agent.request.DeployApplicationRequest
-
Packages that use DeployApplicationRequest Package Description nl.jpoint.vertx.deploy.agent.command nl.jpoint.vertx.deploy.agent.request nl.jpoint.vertx.deploy.agent.service nl.jpoint.vertx.deploy.agent.util -
-
Uses of DeployApplicationRequest in nl.jpoint.vertx.deploy.agent.command
Methods in nl.jpoint.vertx.deploy.agent.command that return types with arguments of type DeployApplicationRequest Modifier and Type Method Description rx.Observable<DeployApplicationRequest>RunApplication. executeAsync(DeployApplicationRequest request)rx.Observable<DeployApplicationRequest>StopApplication. executeAsync(DeployApplicationRequest request)Methods in nl.jpoint.vertx.deploy.agent.command with parameters of type DeployApplicationRequest Modifier and Type Method Description rx.Observable<DeployApplicationRequest>RunApplication. executeAsync(DeployApplicationRequest request)rx.Observable<DeployApplicationRequest>StopApplication. executeAsync(DeployApplicationRequest request)default rx.Observable<Integer>Command. handleExitCode(DeployApplicationRequest request, Integer exitCode) -
Uses of DeployApplicationRequest in nl.jpoint.vertx.deploy.agent.request
Methods in nl.jpoint.vertx.deploy.agent.request that return DeployApplicationRequest Modifier and Type Method Description static DeployApplicationRequestDeployApplicationRequest. build(String groupId, String artifactId, String version, String classifier, boolean testScope)DeployApplicationRequestDeployApplicationRequest. withMainService(String mainService)Methods in nl.jpoint.vertx.deploy.agent.request that return types with arguments of type DeployApplicationRequest Modifier and Type Method Description List<DeployApplicationRequest>DeployRequest. getModules()Constructor parameters in nl.jpoint.vertx.deploy.agent.request with type arguments of type DeployApplicationRequest Constructor Description DeployRequest(List<DeployApplicationRequest> modules, List<DeployArtifactRequest> artifacts, List<DeployConfigRequest> configs, boolean elb, boolean autoScaling, String autoScalingGroup, boolean restart, boolean testScope) -
Uses of DeployApplicationRequest in nl.jpoint.vertx.deploy.agent.service
Methods in nl.jpoint.vertx.deploy.agent.service that return types with arguments of type DeployApplicationRequest Modifier and Type Method Description rx.Observable<List<DeployApplicationRequest>>DefaultDeployService. deployApplications(UUID id, List<DeployApplicationRequest> applications)rx.Observable<DeployApplicationRequest>DeployApplicationService. deployAsync(DeployApplicationRequest deployApplicationRequest)Methods in nl.jpoint.vertx.deploy.agent.service with parameters of type DeployApplicationRequest Modifier and Type Method Description rx.Observable<DeployApplicationRequest>DeployApplicationService. deployAsync(DeployApplicationRequest deployApplicationRequest)Method parameters in nl.jpoint.vertx.deploy.agent.service with type arguments of type DeployApplicationRequest Modifier and Type Method Description rx.Observable<List<DeployApplicationRequest>>DefaultDeployService. deployApplications(UUID id, List<DeployApplicationRequest> applications) -
Uses of DeployApplicationRequest in nl.jpoint.vertx.deploy.agent.util
Methods in nl.jpoint.vertx.deploy.agent.util that return types with arguments of type DeployApplicationRequest Modifier and Type Method Description rx.Observable<DeployApplicationRequest>ProcessUtils. checkModuleRunning(DeployApplicationRequest request)Methods in nl.jpoint.vertx.deploy.agent.util with parameters of type DeployApplicationRequest Modifier and Type Method Description rx.Observable<DeployApplicationRequest>ProcessUtils. checkModuleRunning(DeployApplicationRequest request)StringProcessUtils. getRunningVersion(DeployApplicationRequest request)
-