Uses of Class
nl.jpoint.vertx.deploy.agent.DeployConfig
-
-
Uses of DeployConfig in nl.jpoint.vertx.deploy.agent.aws
Constructors in nl.jpoint.vertx.deploy.agent.aws with parameters of type DeployConfig Constructor Description AwsAutoScalingUtil(DeployConfig config)AwsElbUtil(DeployConfig config) -
Uses of DeployConfig in nl.jpoint.vertx.deploy.agent.aws.state
Constructors in nl.jpoint.vertx.deploy.agent.aws.state with parameters of type DeployConfig Constructor Description AwsAsDeRegisterInstance(io.vertx.core.Vertx vertx, DeployConfig config, Integer maxDuration)AwsAsRegisterInstance(io.vertx.core.Vertx vertx, DeployConfig config, Integer maxDuration)AwsElbDeRegisterInstance(io.vertx.core.Vertx vertx, DeployConfig config)AwsElbRegisterInstance(io.vertx.core.Vertx vertx, String deployId, DeployConfig config, Function<String,Boolean> requestStillActive) -
Uses of DeployConfig in nl.jpoint.vertx.deploy.agent.command
Constructors in nl.jpoint.vertx.deploy.agent.command with parameters of type DeployConfig Constructor Description DownloadHttpArtifact(DeployConfig config, String logConstant)ExtractArtifact(io.vertx.core.Vertx vertx, DeployConfig config, Path basePath)ResolveSnapshotVersion(DeployConfig config, io.vertx.core.Vertx vertx)RunApplication(io.vertx.core.Vertx vertx, DeployConfig deployConfig)StopApplication(io.vertx.core.Vertx vertx, DeployConfig config) -
Uses of DeployConfig in nl.jpoint.vertx.deploy.agent.service
Methods in nl.jpoint.vertx.deploy.agent.service that return DeployConfig Modifier and Type Method Description DeployConfigDeployApplicationService. getConfig()DeployConfigDeployArtifactService. getConfig()DeployConfigDeployConfigService. getConfig()Constructors in nl.jpoint.vertx.deploy.agent.service with parameters of type DeployConfig Constructor Description AutoDiscoverDeployService(DeployConfig config, DefaultDeployService defaultDeployService, io.vertx.core.Vertx vertx)AwsService(io.vertx.core.Vertx vertx, DeployConfig config)DeployApplicationService(DeployConfig config, io.vertx.core.Vertx vertx)DeployArtifactService(io.vertx.core.Vertx vertx, DeployConfig config)DeployConfigService(io.vertx.core.Vertx vertx, DeployConfig config) -
Uses of DeployConfig in nl.jpoint.vertx.deploy.agent.util
Methods in nl.jpoint.vertx.deploy.agent.util with parameters of type DeployConfig Modifier and Type Method Description static List<org.eclipse.aether.repository.RemoteRepository>AetherUtil. newRepositories(DeployConfig deployConfig)Constructors in nl.jpoint.vertx.deploy.agent.util with parameters of type DeployConfig Constructor Description ProcessUtils(DeployConfig config)
-