Package jenkins.plugins.publish_over_ssh
Class BapSshPublisher
java.lang.Object
jenkins.plugins.publish_over.BapPublisher<BapSshTransfer>
jenkins.plugins.publish_over_ssh.BapSshPublisher
- All Implemented Interfaces:
Describable<BapSshPublisher>
,Serializable
public class BapSshPublisher
extends jenkins.plugins.publish_over.BapPublisher<BapSshTransfer>
implements Describable<BapSshPublisher>
Class required to enable stapler/DBC to bind to correct BPTransfer - BapSshTransfer
- See Also:
-
Constructor Summary
ConstructorDescriptionBapSshPublisher
(String configName, boolean verbose, ArrayList<BapSshTransfer> transfers, boolean useWorkspaceInPromotion, boolean usePromotionTimestamp, BapSshRetry sshRetry, BapSshPublisherLabel sshLabel, BapSshCredentials sshCredentials) -
Method Summary
Methods inherited from class jenkins.plugins.publish_over.BapPublisher
addToEquals, addToHashCode, addToToString, getConfigName, getCredentials, getLabel, getRetry, getTransfers, isUsePromotionTimestamp, isUseWorkspaceInPromotion, isVerbose, perform, setConfigName, setEffectiveEnvironmentInBuildInfo, setTransfers, setUsePromotionTimestamp, setUseWorkspaceInPromotion, setVerbose
-
Constructor Details
-
BapSshPublisher
@DataBoundConstructor public BapSshPublisher(String configName, boolean verbose, ArrayList<BapSshTransfer> transfers, boolean useWorkspaceInPromotion, boolean usePromotionTimestamp, BapSshRetry sshRetry, BapSshPublisherLabel sshLabel, BapSshCredentials sshCredentials)
-
-
Method Details
-
isSftpRequired
public final boolean isSftpRequired() -
getSshRetry
-
getSshLabel
-
getSshCredentials
-
getDescriptor
- Specified by:
getDescriptor
in interfaceDescribable<BapSshPublisher>
-
equals
- Overrides:
equals
in classjenkins.plugins.publish_over.BapPublisher<BapSshTransfer>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classjenkins.plugins.publish_over.BapPublisher<BapSshTransfer>
-
toString
- Overrides:
toString
in classjenkins.plugins.publish_over.BapPublisher<BapSshTransfer>
-