Package jenkins.plugins.publish_over_ftp
Class BapFtpPublisherPlugin
- java.lang.Object
-
- hudson.tasks.BuildStepCompatibilityLayer
-
- hudson.tasks.Publisher
-
- hudson.tasks.Notifier
-
- jenkins.plugins.publish_over.BPPlugin<BapFtpPublisher,BapFtpClient,Object>
-
- jenkins.plugins.publish_over_ftp.BapFtpPublisherPlugin
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<Publisher>
,BuildStep
,Serializable
,jenkins.plugins.publish_over.BPHostConfigurationAccess<BapFtpClient,Object>
,SimpleBuildStep
public class BapFtpPublisherPlugin extends jenkins.plugins.publish_over.BPPlugin<BapFtpPublisher,BapFtpClient,Object>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BapFtpPublisherPlugin.Descriptor
static class
BapFtpPublisherPlugin.DescriptorMessages
Deprecated.-
Nested classes/interfaces inherited from class hudson.tasks.Publisher
Publisher.DescriptorExtensionListImpl
-
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherList
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Nested classes/interfaces inherited from interface jenkins.tasks.SimpleBuildStep
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactory
-
-
Field Summary
-
Fields inherited from class jenkins.plugins.publish_over.BPPlugin
PROMOTION_CLASS_NAME, PROMOTION_JOB_TYPE
-
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
-
-
Constructor Summary
Constructors Constructor Description BapFtpPublisherPlugin(ArrayList<BapFtpPublisher> publishers, boolean continueOnError, boolean failOnError, boolean alwaysPublishFromMaster, String masterNodeName, BapFtpParamPublish paramPublish)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object that)
BapFtpHostConfiguration
getConfiguration(String name)
BapFtpPublisherPlugin.Descriptor
getDescriptor()
String
getMasterNodeName()
BapFtpParamPublish
getParamPublish()
List<BapFtpPublisher>
getPublishers()
int
hashCode()
boolean
isAlwaysPublishFromMaster()
boolean
isContinueOnError()
boolean
isFailOnError()
String
toString()
-
Methods inherited from class jenkins.plugins.publish_over.BPPlugin
addToEquals, addToHashCode, addToToString, fixup, getDelegate, getInstanceConfig, getRequiredMonitorService, isBuildGoodEnoughToRun, perform, setDelegate
-
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, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface hudson.tasks.BuildStep
getProjectAction, getProjectActions, perform, prebuild
-
Methods inherited from interface jenkins.tasks.SimpleBuildStep
perform, perform, requiresWorkspace
-
-
-
-
Constructor Detail
-
BapFtpPublisherPlugin
@DataBoundConstructor public BapFtpPublisherPlugin(ArrayList<BapFtpPublisher> publishers, boolean continueOnError, boolean failOnError, boolean alwaysPublishFromMaster, String masterNodeName, BapFtpParamPublish paramPublish)
-
-
Method Detail
-
getPublishers
public List<BapFtpPublisher> getPublishers()
-
isContinueOnError
public boolean isContinueOnError()
-
isFailOnError
public boolean isFailOnError()
-
isAlwaysPublishFromMaster
public boolean isAlwaysPublishFromMaster()
-
getMasterNodeName
public String getMasterNodeName()
-
getParamPublish
public BapFtpParamPublish getParamPublish()
-
equals
public boolean equals(Object that)
- Overrides:
equals
in classjenkins.plugins.publish_over.BPPlugin<BapFtpPublisher,BapFtpClient,Object>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjenkins.plugins.publish_over.BPPlugin<BapFtpPublisher,BapFtpClient,Object>
-
toString
public String toString()
- Overrides:
toString
in classjenkins.plugins.publish_over.BPPlugin<BapFtpPublisher,BapFtpClient,Object>
-
getDescriptor
public BapFtpPublisherPlugin.Descriptor getDescriptor()
- Specified by:
getDescriptor
in interfaceDescribable<Publisher>
- Overrides:
getDescriptor
in classNotifier
-
getConfiguration
public BapFtpHostConfiguration getConfiguration(String name)
-
-