org.jenkinsci.plugins.awsbeanstalkpublisher
Class AWSEBPublisherBackwardsCompatibility

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
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.Publisher>, hudson.tasks.BuildStep
Direct Known Subclasses:
AWSEBPublisher

public abstract class AWSEBPublisherBackwardsCompatibility
extends hudson.tasks.Recorder


Nested Class Summary
 
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
protected  String applicationName
          Deprecated.  
protected  com.amazonaws.regions.Regions awsRegion
          Deprecated.  
protected  String bucketName
          Deprecated.  
protected  List<String> environments
          Deprecated.  
protected  String excludes
          Deprecated. 
protected  Boolean failOnError
          Deprecated. 
protected  String includes
          Deprecated. 
protected  String keyPrefix
          Deprecated.  
protected  Boolean overwriteExistingFile
          Deprecated. 
protected  String rootObject
          Deprecated. 
protected  String versionLabelFormat
          Deprecated. 
 
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
 
Constructor Summary
AWSEBPublisherBackwardsCompatibility()
           
 
Method Summary
protected  void addIfMissing(AWSEBSetup ext)
           
protected  void readBackExtensionsFromLegacy()
           
 
Methods inherited from class hudson.tasks.Recorder
getDescriptor
 
Methods inherited from class hudson.tasks.Publisher
all, getProjectAction, needsToRunAfterFinalized, prebuild
 
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectActions, perform, 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, getRequiredMonitorService, perform, prebuild
 

Field Detail

bucketName

protected transient String bucketName
Deprecated. 
Bucket Name


keyPrefix

protected transient String keyPrefix
Deprecated. 
Key Format


rootObject

@Deprecated
protected transient String rootObject
Deprecated. 

includes

@Deprecated
protected transient String includes
Deprecated. 

excludes

@Deprecated
protected transient String excludes
Deprecated. 

overwriteExistingFile

@Deprecated
protected transient Boolean overwriteExistingFile
Deprecated. 

failOnError

@Deprecated
protected transient Boolean failOnError
Deprecated. 

awsRegion

protected transient com.amazonaws.regions.Regions awsRegion
Deprecated. 
AWS Region


applicationName

protected transient String applicationName
Deprecated. 
Application Name


environments

protected transient List<String> environments
Deprecated. 
Environment Name


versionLabelFormat

@Deprecated
protected transient String versionLabelFormat
Deprecated. 
Constructor Detail

AWSEBPublisherBackwardsCompatibility

public AWSEBPublisherBackwardsCompatibility()
Method Detail

readBackExtensionsFromLegacy

protected void readBackExtensionsFromLegacy()

addIfMissing

protected void addIfMissing(AWSEBSetup ext)
                     throws IOException
Throws:
IOException


Copyright © 2014-2015. All Rights Reserved.