jenkins.plugins.publish_over_ssh
Class BapSshCommonConfiguration
java.lang.Object
jenkins.plugins.publish_over_ssh.BapSshConcreteKeyInfo
jenkins.plugins.publish_over_ssh.BapSshCommonConfiguration
- All Implemented Interfaces:
- java.io.Serializable, BapSshKeyInfo
public class BapSshCommonConfiguration
- extends BapSshConcreteKeyInfo
- See Also:
- Serialized Form
| Methods inherited from class jenkins.plugins.publish_over_ssh.BapSshConcreteKeyInfo |
addToEquals, addToHashCode, addToToString, createEqualsBuilder, createHashCodeBuilder, getEffectiveKey, getKey, getKeyPath, getPassphrase, setKey, setKeyPath, setPassphrase, useKey |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
BapSshCommonConfiguration
public BapSshCommonConfiguration()
BapSshCommonConfiguration
@DataBoundConstructor
public BapSshCommonConfiguration(java.lang.String passphrase,
java.lang.String key,
java.lang.String keyPath)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class BapSshConcreteKeyInfo
hashCode
public int hashCode()
- Overrides:
hashCode in class BapSshConcreteKeyInfo
toString
public java.lang.String toString()
- Overrides:
toString in class BapSshConcreteKeyInfo
Copyright © 2011. All Rights Reserved.