public class S3UploadMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.cache.LoadingCache<com.amazonaws.regions.Region,com.amazonaws.services.s3.AmazonS3> |
awsRegionalS3Client |
protected com.google.common.base.Supplier<com.amazonaws.services.s3.AmazonS3> |
awsS3Client |
static String |
JAR_CACHE |
protected static String |
S3 |
protected com.google.common.base.Supplier<com.amazonaws.services.s3.transfer.TransferManager> |
transferManagerRef |
| Constructor and Description |
|---|
S3UploadMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected List<com.amazonaws.services.ec2.model.Reservation> |
describeInstances(Iterable<InstanceListDao.InstanceWithRegion> instances) |
void |
execute() |
public static final String JAR_CACHE
protected static final String S3
protected final com.google.common.cache.LoadingCache<com.amazonaws.regions.Region,com.amazonaws.services.s3.AmazonS3> awsRegionalS3Client
protected final com.google.common.base.Supplier<com.amazonaws.services.s3.AmazonS3> awsS3Client
protected final com.google.common.base.Supplier<com.amazonaws.services.s3.transfer.TransferManager> transferManagerRef
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException@NotNull protected List<com.amazonaws.services.ec2.model.Reservation> describeInstances(@NotNull Iterable<InstanceListDao.InstanceWithRegion> instances) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionCopyright © 2015 Atlassian. All rights reserved.