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

Uses of AWSEBCredentials in org.jenkinsci.plugins.awsbeanstalkpublisher
 

Methods in org.jenkinsci.plugins.awsbeanstalkpublisher that return AWSEBCredentials
 AWSEBCredentials AWSEBPublisher.getCredentials()
           
 AWSEBCredentials AWSEBProvider.getCredentials()
           
 AWSEBCredentials AWSEBBuilder.getCredentials()
           
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()
           
 Set<AWSEBCredentials> AWSEBBuilder.DescriptorImpl.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)
           
 

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



Copyright © 2014-2015. All Rights Reserved.