org.jenkinsci.plugins.awsbeanstalkpublisher.extensions.envlookup
Class ByName

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<AWSEBSetup>
      extended by org.jenkinsci.plugins.awsbeanstalkpublisher.extensions.AWSEBSetup
          extended by org.jenkinsci.plugins.awsbeanstalkpublisher.extensions.envlookup.ByName
All Implemented Interfaces:
hudson.model.Describable<AWSEBSetup>, EnvLookup

public class ByName
extends AWSEBSetup
implements EnvLookup


Nested Class Summary
static class ByName.DescriptorImpl
           
 
Constructor Summary
ByName(String envNameList)
           
 
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)
           
 String getEnvNameList()
           
 
Methods inherited from class org.jenkinsci.plugins.awsbeanstalkpublisher.extensions.AWSEBSetup
perform, perform
 
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByName

@DataBoundConstructor
public ByName(String envNameList)
Method Detail

getEnvNameList

public String getEnvNameList()

getEnvironments

public List<com.amazonaws.services.elasticbeanstalk.model.EnvironmentDescription> getEnvironments(hudson.model.AbstractBuild<?,?> build,
                                                                                                  hudson.model.BuildListener listener,
                                                                                                  com.amazonaws.services.elasticbeanstalk.AWSElasticBeanstalk awseb,
                                                                                                  String applicationName)
Specified by:
getEnvironments in interface EnvLookup


Copyright © 2014-2015. All Rights Reserved.