org.jenkinsci.plugins.awsbeanstalkpublisher.extensions.envlookup
Interface EnvLookup

All Known Implementing Classes:
ByName, ByUrl

public interface EnvLookup


Method Summary
 List<com.amazonaws.services.elasticbeanstalk.model.EnvironmentDescription> getEnvironments(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener, com.amazonaws.services.elasticbeanstalk.AWSElasticBeanstalk awseb, String applicationName)
           
 

Method Detail

getEnvironments

List<com.amazonaws.services.elasticbeanstalk.model.EnvironmentDescription> getEnvironments(hudson.model.AbstractBuild<?,?> build,
                                                                                           hudson.model.BuildListener listener,
                                                                                           com.amazonaws.services.elasticbeanstalk.AWSElasticBeanstalk awseb,
                                                                                           String applicationName)


Copyright © 2014-2015. All Rights Reserved.