org.jenkinsci.plugins.awsbeanstalkpublisher.extensions
Class AWSEBSetup
java.lang.Object
hudson.model.AbstractDescribableImpl<AWSEBSetup>
org.jenkinsci.plugins.awsbeanstalkpublisher.extensions.AWSEBSetup
- All Implemented Interfaces:
- hudson.model.Describable<AWSEBSetup>
- Direct Known Subclasses:
- AWSEBElasticBeanstalkSetup, AWSEBS3Setup
public abstract class AWSEBSetup
- extends hudson.model.AbstractDescribableImpl<AWSEBSetup>
Method Summary |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
|
static boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
List<AWSEBSetup> extensions)
|
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 |
AWSEBSetup
public AWSEBSetup()
perform
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws Exception
- Throws:
Exception
perform
public static boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
List<AWSEBSetup> extensions)
Copyright © 2014-2015. All Rights Reserved.