jenkins.plugins.publish_over_ssh
Class BapSshAlwaysRunPublisherPlugin

java.lang.Object
  extended by hudson.tasks.BuildStepCompatibilityLayer
      extended by hudson.tasks.Publisher
          extended by hudson.tasks.Notifier
              extended by jenkins.plugins.publish_over.BPPlugin<BapSshPublisher,BapSshClient,BapSshCommonConfiguration>
                  extended by jenkins.plugins.publish_over_ssh.BapSshPublisherPlugin
                      extended by jenkins.plugins.publish_over_ssh.BapSshAlwaysRunPublisherPlugin
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.Publisher>, hudson.tasks.BuildStep, java.io.Serializable, jenkins.plugins.publish_over.BPHostConfigurationAccess<BapSshClient,BapSshCommonConfiguration>

public class BapSshAlwaysRunPublisherPlugin
extends BapSshPublisherPlugin

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class jenkins.plugins.publish_over_ssh.BapSshPublisherPlugin
BapSshPublisherPlugin.Descriptor, BapSshPublisherPlugin.DescriptorMessages
 
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
 
Fields inherited from class jenkins.plugins.publish_over_ssh.BapSshPublisherPlugin
DESCRIPTOR
 
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
BapSshAlwaysRunPublisherPlugin(java.util.ArrayList<BapSshPublisher> publishers, boolean continueOnError, boolean failOnError, boolean alwaysPublishFromMaster, java.lang.String masterNodeName)
           
 
Method Summary
protected  boolean isBuildGoodEnoughToRun(hudson.model.AbstractBuild<?,?> build, java.io.PrintStream console)
           
 boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener)
           
 
Methods inherited from class jenkins.plugins.publish_over_ssh.BapSshPublisherPlugin
equals, getConfiguration, hashCode, toString
 
Methods inherited from class jenkins.plugins.publish_over.BPPlugin
addToEquals, addToHashCode, addToToString, createEqualsBuilder, createHashCodeBuilder, getDelegate, getInstanceConfig, getRequiredMonitorService, perform, setDelegate
 
Methods inherited from class hudson.tasks.Notifier
getDescriptor
 
Methods inherited from class hudson.tasks.Publisher
all, getProjectAction, needsToRunAfterFinalized, prebuild
 
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectActions, 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, prebuild
 

Constructor Detail

BapSshAlwaysRunPublisherPlugin

public BapSshAlwaysRunPublisherPlugin(java.util.ArrayList<BapSshPublisher> publishers,
                                      boolean continueOnError,
                                      boolean failOnError,
                                      boolean alwaysPublishFromMaster,
                                      java.lang.String masterNodeName)
Method Detail

isBuildGoodEnoughToRun

protected boolean isBuildGoodEnoughToRun(hudson.model.AbstractBuild<?,?> build,
                                         java.io.PrintStream console)
Overrides:
isBuildGoodEnoughToRun in class jenkins.plugins.publish_over.BPPlugin<BapSshPublisher,BapSshClient,BapSshCommonConfiguration>

perform

public boolean perform(hudson.model.AbstractBuild<?,?> build,
                       hudson.model.BuildListener listener)
                throws java.lang.InterruptedException,
                       java.io.IOException
Throws:
java.lang.InterruptedException
java.io.IOException


Copyright © 2011. All Rights Reserved.