jenkins.plugins.publish_over_ssh
Class BapSshPublisher

java.lang.Object
  extended by jenkins.plugins.publish_over.BapPublisher<BapSshTransfer>
      extended by jenkins.plugins.publish_over_ssh.BapSshPublisher
All Implemented Interfaces:
hudson.model.Describable<BapSshPublisher>, java.io.Serializable

public class BapSshPublisher
extends jenkins.plugins.publish_over.BapPublisher<BapSshTransfer>
implements hudson.model.Describable<BapSshPublisher>

Class required to enable stapler/DBC to bind to correct BPTransfer - BapSshTransfer

See Also:
Serialized Form

Constructor Summary
BapSshPublisher(java.lang.String configName, boolean verbose, java.util.ArrayList<BapSshTransfer> transfers, boolean useWorkspaceInPromotion, boolean usePromotionTimestamp, BapSshRetry retry, BapSshPublisherLabel label)
           
 
Method Summary
 boolean equals(java.lang.Object that)
           
 BapSshPublisherDescriptor getDescriptor()
           
 BapSshPublisherLabel getLabel()
           
 BapSshRetry getRetry()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class jenkins.plugins.publish_over.BapPublisher
addToEquals, addToHashCode, addToToString, getConfigName, getTransfers, isUsePromotionTimestamp, isUseWorkspaceInPromotion, isVerbose, perform, setConfigName, setEffectiveEnvironmentInBuildInfo, setTransfers, setUsePromotionTimestamp, setUseWorkspaceInPromotion, setVerbose
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BapSshPublisher

@DataBoundConstructor
public BapSshPublisher(java.lang.String configName,
                                            boolean verbose,
                                            java.util.ArrayList<BapSshTransfer> transfers,
                                            boolean useWorkspaceInPromotion,
                                            boolean usePromotionTimestamp,
                                            BapSshRetry retry,
                                            BapSshPublisherLabel label)
Method Detail

getRetry

public BapSshRetry getRetry()
Overrides:
getRetry in class jenkins.plugins.publish_over.BapPublisher<BapSshTransfer>

getLabel

public BapSshPublisherLabel getLabel()
Overrides:
getLabel in class jenkins.plugins.publish_over.BapPublisher<BapSshTransfer>

getDescriptor

public BapSshPublisherDescriptor getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<BapSshPublisher>

equals

public boolean equals(java.lang.Object that)
Overrides:
equals in class jenkins.plugins.publish_over.BapPublisher<BapSshTransfer>

hashCode

public int hashCode()
Overrides:
hashCode in class jenkins.plugins.publish_over.BapPublisher<BapSshTransfer>

toString

public java.lang.String toString()
Overrides:
toString in class jenkins.plugins.publish_over.BapPublisher<BapSshTransfer>


Copyright © 2011. All Rights Reserved.