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:
- hudson.model.Describable<BapSshCommonConfiguration>, java.io.Serializable
public class BapSshCommonConfiguration
- extends BapSshKeyInfo
- implements hudson.model.Describable<BapSshCommonConfiguration>
- See Also:
- Serialized Form
|
Constructor Summary |
BapSshCommonConfiguration(java.lang.String encryptedPassphrase,
java.lang.String key,
java.lang.String keyPath,
boolean disableAllExec)
|
| Methods inherited from class jenkins.plugins.publish_over_ssh.BapSshKeyInfo |
addToEquals, getEffectiveKey, getEncryptedPassphrase, getKey, getKeyPath, getPassphrase, readResolve, setKey, setKeyPath, setPassphrase, useKey |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
BapSshCommonConfiguration
@DataBoundConstructor
public BapSshCommonConfiguration(java.lang.String encryptedPassphrase,
java.lang.String key,
java.lang.String keyPath,
boolean disableAllExec)
isDisableAllExec
public boolean isDisableAllExec()
getDescriptor
public BapSshCommonConfigurationDescriptor getDescriptor()
- Specified by:
getDescriptor in interface hudson.model.Describable<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 class BapSshKeyInfo
addToToString
protected org.apache.commons.lang.builder.ToStringBuilder addToToString(org.apache.commons.lang.builder.ToStringBuilder builder)
- Overrides:
addToToString in class BapSshKeyInfo
equals
public boolean equals(java.lang.Object that)
- Overrides:
equals in class BapSshKeyInfo
hashCode
public int hashCode()
- Overrides:
hashCode in class BapSshKeyInfo
toString
public java.lang.String toString()
- Overrides:
toString in class BapSshKeyInfo
Copyright © 2011. All Rights Reserved.