Package jenkins.plugins.publish_over_ssh
Class BapSshCommonConfiguration
java.lang.Object
jenkins.plugins.publish_over_ssh.BapSshKeyInfo
jenkins.plugins.publish_over_ssh.BapSshCommonConfiguration
- All Implemented Interfaces:
Describable<BapSshCommonConfiguration>
,Serializable
public class BapSshCommonConfiguration
extends BapSshKeyInfo
implements Describable<BapSshCommonConfiguration>
- See Also:
-
Constructor Summary
ConstructorDescriptionBapSshCommonConfiguration
(String encryptedPassphrase, String key, String keyPath, boolean disableAllExec) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.commons.lang.builder.EqualsBuilder
addToEquals
(org.apache.commons.lang.builder.EqualsBuilder builder, BapSshCommonConfiguration 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()
boolean
toString()
Methods inherited from class jenkins.plugins.publish_over_ssh.BapSshKeyInfo
addToEquals, getEffectiveKey, getEncryptedPassphrase, getKey, getKeyPath, getPassphrase, readResolve, setKey, setKeyPath, setPassphrase, useKey
-
Constructor Details
-
BapSshCommonConfiguration
-
-
Method Details
-
isDisableAllExec
public boolean isDisableAllExec() -
getDescriptor
- Specified by:
getDescriptor
in interfaceDescribable<BapSshCommonConfiguration>
-
addToEquals
protected org.apache.commons.lang.builder.EqualsBuilder addToEquals(org.apache.commons.lang.builder.EqualsBuilder builder, BapSshCommonConfiguration 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
-