Uses of Class
nl.jpoint.maven.vertx.utils.AwsAutoScalingDeployUtils
-
Packages that use AwsAutoScalingDeployUtils Package Description nl.jpoint.maven.vertx.executor nl.jpoint.maven.vertx.service.autoscaling -
-
Uses of AwsAutoScalingDeployUtils in nl.jpoint.maven.vertx.executor
Methods in nl.jpoint.maven.vertx.executor with parameters of type AwsAutoScalingDeployUtils Modifier and Type Method Description voidWaitForInstanceRequestExecutor. executeRequest(com.amazonaws.services.autoscaling.model.AutoScalingGroup autoScalingGroup, AwsAutoScalingDeployUtils awsDeployUtils, WaitForInstanceRequestExecutor.InstanceStatus instanceStatus) -
Uses of AwsAutoScalingDeployUtils in nl.jpoint.maven.vertx.service.autoscaling
Methods in nl.jpoint.maven.vertx.service.autoscaling with parameters of type AwsAutoScalingDeployUtils Modifier and Type Method Description static AutoScalingPrePostHandlerAutoScalingPrePostFactory. getPrePostHandler(DeployConfiguration activeConfiguration, AwsAutoScalingDeployUtils awsDeployUtils, org.apache.maven.plugin.logging.Log log)Constructors in nl.jpoint.maven.vertx.service.autoscaling with parameters of type AwsAutoScalingDeployUtils Constructor Description DefaultAutoScalingPrePostHandler(DeployConfiguration activeConfiguration, AwsAutoScalingDeployUtils awsDeployUtils, org.apache.maven.plugin.logging.Log log)SpinAndRemovePrePostHandler(DeployConfiguration activeConfiguration, AwsAutoScalingDeployUtils awsDeployUtils, org.apache.maven.plugin.logging.Log log)
-