Package jenkins.plugins.publish_over_ssh
Class BapSshCredentials
java.lang.Object
jenkins.plugins.publish_over_ssh.BapSshKeyInfo
jenkins.plugins.publish_over_ssh.BapSshCredentials
- All Implemented Interfaces:
Describable<BapSshCredentials>
,Serializable
,jenkins.plugins.publish_over.Credentials<BapSshCredentials>
public class BapSshCredentials
extends BapSshKeyInfo
implements jenkins.plugins.publish_over.Credentials<BapSshCredentials>
- See Also:
-
Constructor Summary
ConstructorDescriptionBapSshCredentials
(String username, String encryptedPassphrase, String key, String keyPath) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.commons.lang.builder.EqualsBuilder
addToEquals
(org.apache.commons.lang.builder.EqualsBuilder builder, BapSshCredentials that) protected org.apache.commons.lang.builder.HashCodeBuilder
addToHashCode
(org.apache.commons.lang.builder.HashCodeBuilder builder) protected org.apache.commons.lang.builder.ToStringBuilder
addToToString
(org.apache.commons.lang.builder.ToStringBuilder builder) boolean
int
hashCode()
toString()
Methods inherited from class jenkins.plugins.publish_over_ssh.BapSshKeyInfo
addToEquals, getEffectiveKey, getEncryptedPassphrase, getKey, getKeyPath, getPassphrase, readResolve, setKey, setKeyPath, setPassphrase, useKey
-
Constructor Details
-
BapSshCredentials
-
-
Method Details
-
getUsername
-
getDescriptor
- Specified by:
getDescriptor
in interfaceDescribable<BapSshCredentials>
-
addToEquals
protected org.apache.commons.lang.builder.EqualsBuilder addToEquals(org.apache.commons.lang.builder.EqualsBuilder builder, BapSshCredentials that) -
addToHashCode
protected org.apache.commons.lang.builder.HashCodeBuilder addToHashCode(org.apache.commons.lang.builder.HashCodeBuilder builder) - Overrides:
addToHashCode
in classBapSshKeyInfo
-
addToToString
protected org.apache.commons.lang.builder.ToStringBuilder addToToString(org.apache.commons.lang.builder.ToStringBuilder builder) - Overrides:
addToToString
in classBapSshKeyInfo
-
equals
- Overrides:
equals
in classBapSshKeyInfo
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBapSshKeyInfo
-
toString
- Overrides:
toString
in classBapSshKeyInfo
-