jenkins.plugins.publish_over_ssh
Class BapSshCommonConfiguration

java.lang.Object
  extended by jenkins.plugins.publish_over_ssh.BapSshKeyInfo
      extended by jenkins.plugins.publish_over_ssh.BapCommonConfiguration
          extended by jenkins.plugins.publish_over_ssh.BapSshCommonConfiguration
All Implemented Interfaces:
hudson.model.Describable<BapSshCommonConfiguration>, java.io.Serializable

public class BapSshCommonConfiguration
extends BapCommonConfiguration
implements hudson.model.Describable<BapSshCommonConfiguration>

See Also:
Serialized Form

Nested Class Summary
static class BapSshCommonConfiguration.DescriptorImpl
           
 
Constructor Summary
BapSshCommonConfiguration(java.lang.String encryptedPassphrase, java.lang.String key, java.lang.String keyPath, boolean disableAllExec)
           
 
Method Summary
 boolean equals(java.lang.Object that)
           
 BapSshCommonConfiguration.DescriptorImpl getDescriptor()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class jenkins.plugins.publish_over_ssh.BapCommonConfiguration
isDisableAllExec
 
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

BapSshCommonConfiguration

@DataBoundConstructor
public BapSshCommonConfiguration(java.lang.String encryptedPassphrase,
                                                      java.lang.String key,
                                                      java.lang.String keyPath,
                                                      boolean disableAllExec)
Method Detail

getDescriptor

public BapSshCommonConfiguration.DescriptorImpl getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<BapSshCommonConfiguration>

equals

public boolean equals(java.lang.Object that)
Overrides:
equals in class BapCommonConfiguration

hashCode

public int hashCode()
Overrides:
hashCode in class BapCommonConfiguration

toString

public java.lang.String toString()
Overrides:
toString in class BapCommonConfiguration


Copyright © 2011. All Rights Reserved.