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
ConstructorsConstructorDescriptionBapSshCommonConfiguration(String encryptedPassphrase, String key, String keyPath, boolean disableAllExec) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.commons.lang.builder.EqualsBuilderaddToEquals(org.apache.commons.lang.builder.EqualsBuilder builder, BapSshCommonConfiguration that) protected org.apache.commons.lang.builder.HashCodeBuilderaddToHashCode(org.apache.commons.lang.builder.HashCodeBuilder builder) protected org.apache.commons.lang.builder.ToStringBuilderaddToToString(org.apache.commons.lang.builder.ToStringBuilder builder) booleaninthashCode()booleantoString()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:
getDescriptorin 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:
addToHashCodein classBapSshKeyInfo
-
addToToString
protected org.apache.commons.lang.builder.ToStringBuilder addToToString(org.apache.commons.lang.builder.ToStringBuilder builder) - Overrides:
addToToStringin classBapSshKeyInfo
-
equals
- Overrides:
equalsin classBapSshKeyInfo
-
hashCode
public int hashCode()- Overrides:
hashCodein classBapSshKeyInfo
-
toString
- Overrides:
toStringin classBapSshKeyInfo
-