org.jenkinsci.plugins.awsbeanstalkpublisher.extensions
Class AWSEBSetup

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<AWSEBSetup>
      extended by 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>


Constructor Summary
AWSEBSetup()
           
 
Method Summary
abstract  void perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 
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

AWSEBSetup

public AWSEBSetup()
Method Detail

perform

public abstract void perform(hudson.model.AbstractBuild<?,?> build,
                             hudson.Launcher launcher,
                             hudson.model.BuildListener listener)
                      throws Exception
Throws:
Exception


Copyright © 2014-2015. All Rights Reserved.