Uses of Class
nl.jpoint.maven.vertx.request.Request
-
Packages that use Request Package Description nl.jpoint.maven.vertx.request nl.jpoint.maven.vertx.service nl.jpoint.maven.vertx.utils -
-
Uses of Request in nl.jpoint.maven.vertx.request
Subclasses of Request in nl.jpoint.maven.vertx.request Modifier and Type Class Description classDeployApplicationRequestclassDeployArtifactRequestclassDeployConfigRequestMethod parameters in nl.jpoint.maven.vertx.request with type arguments of type Request Modifier and Type Method Description DeployRequest.BuilderDeployRequest.Builder. withArtifacts(List<Request> artifacts)DeployRequest.BuilderDeployRequest.Builder. withConfigs(List<Request> configs)DeployRequest.BuilderDeployRequest.Builder. withModules(List<Request> modules) -
Uses of Request in nl.jpoint.maven.vertx.service
Method parameters in nl.jpoint.maven.vertx.service with type arguments of type Request Modifier and Type Method Description voidAutoScalingDeployService. deploy(List<Request> deployModuleRequests, List<Request> deployArtifactRequests, List<Request> deployConfigRequests)voidDefaultDeployService. deploy(List<Request> deployModuleRequests, List<Request> deployArtifactRequests, List<Request> deployConfigRequests) -
Uses of Request in nl.jpoint.maven.vertx.utils
Methods in nl.jpoint.maven.vertx.utils that return types with arguments of type Request Modifier and Type Method Description List<Request>DeployUtils. createDeployApplicationList(DeployConfiguration activeConfiguration)List<Request>DeployUtils. createDeployArtifactList(DeployConfiguration activeConfiguration)List<Request>DeployUtils. createDeployConfigList(DeployConfiguration activeConfiguration)
-