Uses of Class
org.jenkinsci.plugins.awsbeanstalkpublisher.extensions.AWSEBSetup

Packages that use AWSEBSetup
org.jenkinsci.plugins.awsbeanstalkpublisher   
org.jenkinsci.plugins.awsbeanstalkpublisher.extensions   
org.jenkinsci.plugins.awsbeanstalkpublisher.extensions.envlookup   
 

Uses of AWSEBSetup in org.jenkinsci.plugins.awsbeanstalkpublisher
 

Methods in org.jenkinsci.plugins.awsbeanstalkpublisher that return types with arguments of type AWSEBSetup
abstract  hudson.util.DescribableList<AWSEBSetup,AWSEBSetupDescriptor> AWSEBPublisherBackwardsCompatibility.getExtensions()
           
 hudson.util.DescribableList<AWSEBSetup,AWSEBSetupDescriptor> AWSEBPublisher.getExtensions()
           
 hudson.util.DescribableList<AWSEBSetup,AWSEBSetupDescriptor> AWSEBBuilder.getExtensions()
           
 

Methods in org.jenkinsci.plugins.awsbeanstalkpublisher with parameters of type AWSEBSetup
protected  void AWSEBPublisherBackwardsCompatibility.addIfMissing(AWSEBSetup ext)
           
protected  void AWSEBBuilderBackwardsCompatibility.addIfMissing(AWSEBSetup ext)
           
 

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

Subclasses of AWSEBSetup in org.jenkinsci.plugins.awsbeanstalkpublisher.extensions
 class AWSEBElasticBeanstalkSetup
           
 class AWSEBS3Setup
           
 

Methods in org.jenkinsci.plugins.awsbeanstalkpublisher.extensions that return types with arguments of type AWSEBSetup
static hudson.DescriptorExtensionList<AWSEBSetup,AWSEBSetupDescriptor> AWSEBSetupDescriptor.all()
           
 hudson.util.DescribableList<AWSEBSetup,AWSEBSetupDescriptor> AWSEBElasticBeanstalkSetup.getEnvLookup()
           
 List<AWSEBSetup> AWSEBElasticBeanstalkSetup.DescriptorImpl.getEnvLookup(List<AWSEBSetup> envLookup)
           
 hudson.util.DescribableList<AWSEBSetup,AWSEBSetupDescriptor> AWSEBElasticBeanstalkSetup.getExtensions()
           
 

Methods in org.jenkinsci.plugins.awsbeanstalkpublisher.extensions with parameters of type AWSEBSetup
protected  void AWSEBElasticBeanstalkSetup.addEnvIfMissing(AWSEBSetup ext)
           
protected  void AWSEBElasticBeanstalkSetup.addIfMissing(AWSEBSetup ext)
           
 

Method parameters in org.jenkinsci.plugins.awsbeanstalkpublisher.extensions with type arguments of type AWSEBSetup
 List<AWSEBSetup> AWSEBElasticBeanstalkSetup.DescriptorImpl.getEnvLookup(List<AWSEBSetup> envLookup)
           
static boolean AWSEBSetup.perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener, List<AWSEBSetup> extensions)
           
 

Constructor parameters in org.jenkinsci.plugins.awsbeanstalkpublisher.extensions with type arguments of type AWSEBSetup
AWSEBElasticBeanstalkSetup(com.amazonaws.regions.Regions awsRegion, String awsRegionText, String credentialsString, String credentialsText, String applicationName, String versionLabelFormat, Boolean failOnError, List<AWSEBSetup> extensions, List<AWSEBSetup> envLookup)
           
AWSEBElasticBeanstalkSetup(com.amazonaws.regions.Regions awsRegion, String awsRegionText, String credentialsString, String credentialsText, String applicationName, String versionLabelFormat, Boolean failOnError, List<AWSEBSetup> extensions, List<AWSEBSetup> envLookup)
           
 

Uses of AWSEBSetup in org.jenkinsci.plugins.awsbeanstalkpublisher.extensions.envlookup
 

Subclasses of AWSEBSetup in org.jenkinsci.plugins.awsbeanstalkpublisher.extensions.envlookup
 class ByName
           
 class ByUrl
           
 



Copyright © 2014-2016. All Rights Reserved.