Package nl.jpoint.maven.vertx.executor
Class AwsRequestExecutor
- java.lang.Object
-
- nl.jpoint.maven.vertx.executor.RequestExecutor
-
- nl.jpoint.maven.vertx.executor.AwsRequestExecutor
-
public class AwsRequestExecutor extends RequestExecutor
-
-
Constructor Summary
Constructors Constructor Description AwsRequestExecutor(org.apache.maven.plugin.logging.Log log, Integer requestTimeout, Integer port, String authToken)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AwsStateexecuteRequest(DeployRequest deployRequest, String host, boolean ignoreFailure)
-
-
-
Method Detail
-
executeRequest
public AwsState executeRequest(DeployRequest deployRequest, String host, boolean ignoreFailure) throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
- Specified by:
executeRequestin classRequestExecutor- Throws:
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-
-