Class DropboxPublisherPlugin
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Publisher
hudson.tasks.Notifier
jenkins.plugins.publish_over.BPPlugin<DropboxPublisher,DropboxClient,Object>
org.jenkinsci.plugins.publishoverdropbox.impl.DropboxPublisherPlugin
- All Implemented Interfaces:
ExtensionPoint,Describable<Publisher>,BuildStep,Serializable,jenkins.plugins.publish_over.BPHostConfigurationAccess<DropboxClient,,Object> SimpleBuildStep
public class DropboxPublisherPlugin
extends jenkins.plugins.publish_over.BPPlugin<DropboxPublisher,DropboxClient,Object>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classDeprecated.Nested classes/interfaces inherited from class hudson.tasks.Publisher
Publisher.DescriptorExtensionListImplNested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherListNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudsonNested 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_TYPEFields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS -
Constructor Summary
ConstructorsConstructorDescriptionDropboxPublisherPlugin(ArrayList<DropboxPublisher> publishers, boolean continueOnError, boolean failOnError, boolean alwaysPublishFromMaster, String masterNodeName) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetConfiguration(String name) inthashCode()toString()Methods inherited from class jenkins.plugins.publish_over.BPPlugin
addToEquals, addToHashCode, addToToString, fixup, getDelegate, getInstanceConfig, getRequiredMonitorService, isBuildGoodEnoughToRun, perform, setDelegateMethods inherited from class hudson.tasks.Publisher
all, getProjectAction, needsToRunAfterFinalized, prebuildMethods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectActions, perform, perform, prebuildMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface hudson.tasks.BuildStep
getProjectAction, getProjectActions, perform, prebuildMethods inherited from interface jenkins.tasks.SimpleBuildStep
perform, perform, requiresWorkspace
-
Constructor Details
-
DropboxPublisherPlugin
@DataBoundConstructor public DropboxPublisherPlugin(ArrayList<DropboxPublisher> publishers, boolean continueOnError, boolean failOnError, boolean alwaysPublishFromMaster, String masterNodeName)
-
-
Method Details
-
equals
- Overrides:
equalsin classjenkins.plugins.publish_over.BPPlugin<DropboxPublisher,DropboxClient, Object>
-
hashCode
public int hashCode()- Overrides:
hashCodein classjenkins.plugins.publish_over.BPPlugin<DropboxPublisher,DropboxClient, Object>
-
toString
- Overrides:
toStringin classjenkins.plugins.publish_over.BPPlugin<DropboxPublisher,DropboxClient, Object>
-
getDescriptor
- Specified by:
getDescriptorin interfaceDescribable<Publisher>- Overrides:
getDescriptorin classNotifier
-
getConfiguration
-