Uses of Class
org.jenkinsci.plugins.awsbeanstalkpublisher.AWSEBCredentials

Packages that use AWSEBCredentials
org.jenkinsci.plugins.awsbeanstalkpublisher   
org.jenkinsci.plugins.awsbeanstalkpublisher.extensions   
 

Uses of AWSEBCredentials in org.jenkinsci.plugins.awsbeanstalkpublisher
 

Fields in org.jenkinsci.plugins.awsbeanstalkpublisher declared as AWSEBCredentials
protected  AWSEBCredentials AWSEBBuilderBackwardsCompatibility.credentials
          Deprecated.  
 

Methods in org.jenkinsci.plugins.awsbeanstalkpublisher that return AWSEBCredentials
static AWSEBCredentials AWSEBCredentials.getCredentialsByString(String credentialsString)
           
 

Methods in org.jenkinsci.plugins.awsbeanstalkpublisher that return types with arguments of type AWSEBCredentials
 Set<AWSEBCredentials> AWSEBPublisher.DescriptorImpl.getCredentials()
           
static Set<AWSEBCredentials> AWSEBCredentials.getCredentials()
           
 

Methods in org.jenkinsci.plugins.awsbeanstalkpublisher with parameters of type AWSEBCredentials
static String AWSEBUtils.getApplicationListAsString(AWSEBCredentials credentials, com.amazonaws.regions.Regions region)
           
static String AWSEBUtils.getEnvironmentsListAsString(AWSEBCredentials credentials, com.amazonaws.regions.Regions region, String appName)
           
static com.amazonaws.services.s3.AmazonS3 AWSEBUtils.getS3(AWSEBCredentials credentials, com.amazonaws.regions.Regions awsRegion)
           
 

Method parameters in org.jenkinsci.plugins.awsbeanstalkpublisher with type arguments of type AWSEBCredentials
static void AWSEBCredentials.configureCredentials(Collection<AWSEBCredentials> toAdd)
           
 

Constructors in org.jenkinsci.plugins.awsbeanstalkpublisher with parameters of type AWSEBCredentials
AWSEBS3Uploader(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener, com.amazonaws.regions.Regions awsRegion, AWSEBCredentials credentials, AWSEBS3Setup s3Setup, String applicationName, String versionLabel)
           
 

Uses of AWSEBCredentials in org.jenkinsci.plugins.awsbeanstalkpublisher.extensions
 

Methods in org.jenkinsci.plugins.awsbeanstalkpublisher.extensions that return AWSEBCredentials
 AWSEBCredentials AWSEBElasticBeanstalkSetup.getCredentials()
           
 



Copyright © 2014-2015. All Rights Reserved.