Package jenkins.plugins.publish_over_ssh
Class BapSshAlwaysRunPublisherPlugin
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Publisher
hudson.tasks.Notifier
jenkins.plugins.publish_over.BPPlugin<BapSshPublisher,BapSshClient,BapSshCommonConfiguration>
jenkins.plugins.publish_over_ssh.BapSshPublisherPlugin
jenkins.plugins.publish_over_ssh.BapSshAlwaysRunPublisherPlugin
- All Implemented Interfaces:
ExtensionPoint,Describable<Publisher>,BuildStep,Serializable,jenkins.plugins.publish_over.BPHostConfigurationAccess<BapSshClient,,BapSshCommonConfiguration> SimpleBuildStep
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class jenkins.plugins.publish_over_ssh.BapSshPublisherPlugin
BapSshPublisherPlugin.Descriptor, BapSshPublisherPlugin.DescriptorMessagesNested 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
ConstructorsConstructorDescriptionBapSshAlwaysRunPublisherPlugin(ArrayList<BapSshPublisher> publishers, boolean continueOnError, boolean failOnError, boolean alwaysPublishFromMaster, String masterNodeName, BapSshParamPublish paramPublish) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()protected booleanisBuildGoodEnoughToRun(Run<?, ?> build, PrintStream console) booleanperform(AbstractBuild<?, ?> build, BuildListener listener) toString()Methods inherited from class jenkins.plugins.publish_over_ssh.BapSshPublisherPlugin
getConfiguration, getDescriptor, getMasterNodeName, getParamPublish, getPublishers, isAlwaysPublishFromMaster, isContinueOnError, isFailOnError, setAlwaysPublishFromMaster, setContinueOnError, setFailOnError, setMasterNodeName, setParamPublish, setPublishersMethods inherited from class jenkins.plugins.publish_over.BPPlugin
addToEquals, addToHashCode, addToToString, fixup, getDelegate, getInstanceConfig, getRequiredMonitorService, 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
-
BapSshAlwaysRunPublisherPlugin
public BapSshAlwaysRunPublisherPlugin(ArrayList<BapSshPublisher> publishers, boolean continueOnError, boolean failOnError, boolean alwaysPublishFromMaster, String masterNodeName, BapSshParamPublish paramPublish)
-
-
Method Details
-
isBuildGoodEnoughToRun
- Overrides:
isBuildGoodEnoughToRunin classjenkins.plugins.publish_over.BPPlugin<BapSshPublisher,BapSshClient, BapSshCommonConfiguration>
-
perform
public boolean perform(AbstractBuild<?, ?> build, BuildListener listener) throws InterruptedException, IOException- Throws:
InterruptedExceptionIOException
-
equals
- Overrides:
equalsin classBapSshPublisherPlugin
-
hashCode
public int hashCode()- Overrides:
hashCodein classBapSshPublisherPlugin
-
toString
- Overrides:
toStringin classBapSshPublisherPlugin
-