jenkins.plugins.publish_over_ssh
Class BapCommonConfiguration

java.lang.Object
  extended by jenkins.plugins.publish_over_ssh.BapSshKeyInfo
      extended by jenkins.plugins.publish_over_ssh.BapCommonConfiguration
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BapSshCommonConfiguration

public class BapCommonConfiguration
extends BapSshKeyInfo

See Also:
Serialized Form

Constructor Summary
BapCommonConfiguration(java.lang.String encryptedPassphrase, java.lang.String key, java.lang.String keyPath, boolean disableAllExec)
           
 
Method Summary
 boolean equals(java.lang.Object that)
           
 int hashCode()
           
 boolean isDisableAllExec()
           
 java.lang.String toString()
           
 
Methods inherited from class jenkins.plugins.publish_over_ssh.BapSshKeyInfo
addToEquals, addToHashCode, addToToString, createEqualsBuilder, createHashCodeBuilder, 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
 

Constructor Detail

BapCommonConfiguration

public BapCommonConfiguration(java.lang.String encryptedPassphrase,
                              java.lang.String key,
                              java.lang.String keyPath,
                              boolean disableAllExec)
Method Detail

isDisableAllExec

public boolean isDisableAllExec()

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.