org.jenkinsci.plugins.awsbeanstalkpublisher
Class AWSEBPublisher

java.lang.Object
  extended by hudson.tasks.BuildStepCompatibilityLayer
      extended by hudson.tasks.Publisher
          extended by hudson.tasks.Recorder
              extended by org.jenkinsci.plugins.awsbeanstalkpublisher.AWSEBPublisherBackwardsCompatibility
                  extended by org.jenkinsci.plugins.awsbeanstalkpublisher.AWSEBPublisher
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.Publisher>, hudson.tasks.BuildStep

public class AWSEBPublisher
extends AWSEBPublisherBackwardsCompatibility

AWS Elastic Beanstalk Deployment


Nested Class Summary
static class AWSEBPublisher.DescriptorImpl
          Descriptor for HelloWorldBuilder.
 
Nested classes/interfaces inherited from class hudson.tasks.Publisher
hudson.tasks.Publisher.DescriptorExtensionListImpl
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
hudson.tasks.BuildStep.PublisherList
 
Field Summary
 
Fields inherited from class org.jenkinsci.plugins.awsbeanstalkpublisher.AWSEBPublisherBackwardsCompatibility
applicationName, awsRegion, bucketName, environments, excludes, failOnError, includes, keyPrefix, overwriteExistingFile, rootObject, versionLabelFormat
 
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
 
Constructor Summary
AWSEBPublisher(List<AWSEBElasticBeanstalkSetup> extensions)
           
 
Method Summary
static void addAlias()
           
 AWSEBPublisher.DescriptorImpl getDescriptor()
           
 hudson.util.DescribableList<AWSEBSetup,AWSEBSetupDescriptor> getExtensions()
           
 hudson.tasks.BuildStepMonitor getRequiredMonitorService()
           
 boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 Object readResolve()
           
 
Methods inherited from class org.jenkinsci.plugins.awsbeanstalkpublisher.AWSEBPublisherBackwardsCompatibility
addIfMissing, readBackExtensionsFromLegacy
 
Methods inherited from class hudson.tasks.Publisher
all, getProjectAction, needsToRunAfterFinalized, prebuild
 
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectActions, perform, prebuild
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hudson.tasks.BuildStep
getProjectAction, getProjectActions, prebuild
 

Constructor Detail

AWSEBPublisher

@DataBoundConstructor
public AWSEBPublisher(List<AWSEBElasticBeanstalkSetup> extensions)
Method Detail

addAlias

@Initializer(before=PLUGINS_STARTED)
public static void addAlias()

getExtensions

public hudson.util.DescribableList<AWSEBSetup,AWSEBSetupDescriptor> getExtensions()

readResolve

public Object readResolve()

perform

public boolean perform(hudson.model.AbstractBuild<?,?> build,
                       hudson.Launcher launcher,
                       hudson.model.BuildListener listener)
Specified by:
perform in interface hudson.tasks.BuildStep
Overrides:
perform in class hudson.tasks.BuildStepCompatibilityLayer

getRequiredMonitorService

public hudson.tasks.BuildStepMonitor getRequiredMonitorService()

getDescriptor

public AWSEBPublisher.DescriptorImpl getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>
Overrides:
getDescriptor in class hudson.tasks.Recorder


Copyright © 2014-2015. All Rights Reserved.