org.jenkinsci.plugins.awsbeanstalkpublisher.extensions.envlookup
Class ByUrl
java.lang.Object
hudson.model.AbstractDescribableImpl<AWSEBSetup>
org.jenkinsci.plugins.awsbeanstalkpublisher.extensions.AWSEBSetup
org.jenkinsci.plugins.awsbeanstalkpublisher.extensions.envlookup.ByUrl
- All Implemented Interfaces:
- hudson.model.Describable<AWSEBSetup>, EnvLookup
public class ByUrl
- extends AWSEBSetup
- implements 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)
|
String |
getUrlList()
|
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 |
ByUrl
@DataBoundConstructor
public ByUrl(String urlList)
getUrlList
public String getUrlList()
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-2016. All Rights Reserved.