org.jenkinsci.plugins.awsbeanstalkpublisher
Class AWSEBS3Uploader
java.lang.Object
org.jenkinsci.plugins.awsbeanstalkpublisher.AWSEBS3Uploader
public class AWSEBS3Uploader
- extends Object
Constructor Summary |
AWSEBS3Uploader(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener,
AWSEBElasticBeanstalkSetup envSetup,
AWSEBS3Setup s3)
|
AWSEBS3Uploader(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener,
com.amazonaws.regions.Regions awsRegion,
AWSEBCredentials credentials,
AWSEBS3Setup s3Setup,
String applicationName,
String versionLabel)
|
Method Summary |
void |
createApplicationVersion(com.amazonaws.services.elasticbeanstalk.AWSElasticBeanstalk awseb)
|
void |
uploadArchive(com.amazonaws.services.elasticbeanstalk.AWSElasticBeanstalk awseb)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AWSEBS3Uploader
public AWSEBS3Uploader(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener,
com.amazonaws.regions.Regions awsRegion,
AWSEBCredentials credentials,
AWSEBS3Setup s3Setup,
String applicationName,
String versionLabel)
AWSEBS3Uploader
public AWSEBS3Uploader(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener,
AWSEBElasticBeanstalkSetup envSetup,
AWSEBS3Setup s3)
uploadArchive
public void uploadArchive(com.amazonaws.services.elasticbeanstalk.AWSElasticBeanstalk awseb)
throws Exception
- Throws:
Exception
createApplicationVersion
public void createApplicationVersion(com.amazonaws.services.elasticbeanstalk.AWSElasticBeanstalk awseb)
Copyright © 2014-2016. All Rights Reserved.