org.jenkinsci.plugins.awsbeanstalkpublisher
Class AWSEBPublisherBackwardsCompatibility
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Publisher
hudson.tasks.Recorder
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 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 |
Fields inherited from interface hudson.tasks.BuildStep |
BUILDERS, PUBLISHERS |
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 |
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.
AWSEBPublisherBackwardsCompatibility
public AWSEBPublisherBackwardsCompatibility()
getExtensions
public abstract hudson.util.DescribableList<AWSEBSetup,AWSEBSetupDescriptor> getExtensions()
readBackExtensionsFromLegacy
protected void readBackExtensionsFromLegacy()
addIfMissing
protected void addIfMissing(AWSEBSetup ext)
throws IOException
- Throws:
IOException
Copyright © 2014-2016. All Rights Reserved.