|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjenkins.plugins.publish_over.BPHostConfiguration<BapSshClient,BapCommonConfiguration>
jenkins.plugins.publish_over_ssh.BapHostConfiguration
jenkins.plugins.publish_over_ssh.BapSshHostConfiguration
public class BapSshHostConfiguration
| Nested Class Summary | |
|---|---|
static class |
BapSshHostConfiguration.DescriptorImpl
|
| Field Summary |
|---|
| Fields inherited from class jenkins.plugins.publish_over_ssh.BapHostConfiguration |
|---|
DEFAULT_PORT, DEFAULT_TIMEOUT |
| Constructor Summary | |
|---|---|
BapSshHostConfiguration(java.lang.String name,
java.lang.String hostname,
java.lang.String username,
java.lang.String encryptedPassword,
java.lang.String remoteRootDir,
int port,
int timeout,
boolean overrideKey,
java.lang.String keyPath,
java.lang.String key,
boolean disableExec)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object that)
|
BapSshHostConfiguration.DescriptorImpl |
getDescriptor()
|
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class jenkins.plugins.publish_over_ssh.BapHostConfiguration |
|---|
addToEquals, addToHashCode, addToToString, createClient, createJSch, getEncryptedPassword, getKey, getKeyPath, getPassword, getTimeout, isDisableExec, isEffectiveDisableExec, isOverrideKey, setDisableExec, setKey, setKeyPath, setOverrideKey, setPassword, setTimeout |
| Methods inherited from class jenkins.plugins.publish_over.BPHostConfiguration |
|---|
addToEquals, changeToRootDirectory, createEqualsBuilder, createHashCodeBuilder, exception, getCommonConfig, getHostname, getName, getPort, getRemoteRootDir, getUsername, isDirectoryAbsolute, readResolve, setCommonConfig, setHostname, setName, setPort, setRemoteRootDir, setUsername |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@DataBoundConstructor
public BapSshHostConfiguration(java.lang.String name,
java.lang.String hostname,
java.lang.String username,
java.lang.String encryptedPassword,
java.lang.String remoteRootDir,
int port,
int timeout,
boolean overrideKey,
java.lang.String keyPath,
java.lang.String key,
boolean disableExec)
| Method Detail |
|---|
public BapSshHostConfiguration.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<BapSshHostConfiguration>public boolean equals(java.lang.Object that)
equals in class BapHostConfigurationpublic int hashCode()
hashCode in class BapHostConfigurationpublic java.lang.String toString()
toString in class BapHostConfiguration
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||