A B C D F G H I J M N S T U V _

A

authenticate() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticator
Deprecated. as of 0.3 Use SSHAuthenticator.authenticate(TaskListener) and provide a listener to receive errors.
authenticate(TaskListener) - Method in class com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticator
Authenticate the bound connection using the supplied credentials.

B

BaseSSHUser - Class in com.cloudbees.jenkins.plugins.sshcredentials.impl
 
BaseSSHUser(CredentialsScope, String, String, String) - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.BaseSSHUser
 
BasicSSHUserPassword - Class in com.cloudbees.jenkins.plugins.sshcredentials.impl
A simple username / password for use with SSH connections.
BasicSSHUserPassword(CredentialsScope, String, String, String, String) - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPassword
Constructor for stapler.
BasicSSHUserPassword.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.sshcredentials.impl
BasicSSHUserPassword.DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPassword.DescriptorImpl
 
BasicSSHUserPassword_DisplayName() - Static method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.Messages
SSH Username with password
BasicSSHUserPrivateKey - Class in com.cloudbees.jenkins.plugins.sshcredentials.impl
A simple username / password for use with SSH connections.
BasicSSHUserPrivateKey(CredentialsScope, String, String, BasicSSHUserPrivateKey.PrivateKeySource, String, String) - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey
Constructor for stapler.
BasicSSHUserPrivateKey.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.sshcredentials.impl
BasicSSHUserPrivateKey.DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.DescriptorImpl
 
BasicSSHUserPrivateKey.DirectEntryPrivateKeySource - Class in com.cloudbees.jenkins.plugins.sshcredentials.impl
Let the user enter the key directly via copy & paste
BasicSSHUserPrivateKey.DirectEntryPrivateKeySource(String) - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.DirectEntryPrivateKeySource
 
BasicSSHUserPrivateKey.DirectEntryPrivateKeySource.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.sshcredentials.impl
BasicSSHUserPrivateKey.DirectEntryPrivateKeySource.DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.DirectEntryPrivateKeySource.DescriptorImpl
 
BasicSSHUserPrivateKey.FileOnMasterPrivateKeySource - Class in com.cloudbees.jenkins.plugins.sshcredentials.impl
Let the user reference a file on the disk.
BasicSSHUserPrivateKey.FileOnMasterPrivateKeySource(String) - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.FileOnMasterPrivateKeySource
 
BasicSSHUserPrivateKey.FileOnMasterPrivateKeySource.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.sshcredentials.impl
BasicSSHUserPrivateKey.FileOnMasterPrivateKeySource.DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.FileOnMasterPrivateKeySource.DescriptorImpl
 
BasicSSHUserPrivateKey.PrivateKeySource - Class in com.cloudbees.jenkins.plugins.sshcredentials.impl
A source of private keys
BasicSSHUserPrivateKey.PrivateKeySource() - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.PrivateKeySource
 
BasicSSHUserPrivateKey.PrivateKeySourceDescriptor - Class in com.cloudbees.jenkins.plugins.sshcredentials.impl
Descriptor for a BasicSSHUserPrivateKey.PrivateKeySource
BasicSSHUserPrivateKey.PrivateKeySourceDescriptor() - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.PrivateKeySourceDescriptor
 
BasicSSHUserPrivateKey.ReadFileOnMaster - Class in com.cloudbees.jenkins.plugins.sshcredentials.impl
 
BasicSSHUserPrivateKey.ReadFileOnMaster(String) - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.ReadFileOnMaster
 
BasicSSHUserPrivateKey.ReadKeyOnMaster - Class in com.cloudbees.jenkins.plugins.sshcredentials.impl
 
BasicSSHUserPrivateKey.ReadKeyOnMaster() - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.ReadKeyOnMaster
 
BasicSSHUserPrivateKey.UsersPrivateKeySource - Class in com.cloudbees.jenkins.plugins.sshcredentials.impl
Let the user
BasicSSHUserPrivateKey.UsersPrivateKeySource() - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.UsersPrivateKeySource
 
BasicSSHUserPrivateKey.UsersPrivateKeySource.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.sshcredentials.impl
BasicSSHUserPrivateKey.UsersPrivateKeySource.DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.UsersPrivateKeySource.DescriptorImpl
 
BasicSSHUserPrivateKey_DirectEntryPrivateKeySourceDisplayName() - Static method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.Messages
Enter directly
BasicSSHUserPrivateKey_DisplayName() - Static method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.Messages
SSH Username with private key
BasicSSHUserPrivateKey_FileOnMasterPrivateKeySourceDisplayName() - Static method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.Messages
From a file on Jenkins master
BasicSSHUserPrivateKey_UsersPrivateKeySourceDisplayName() - Static method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.Messages
From the Jenkins master ~/.ssh

C

canAuthenticate() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.JSchSSHPasswordAuthenticator
 
canAuthenticate() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.JSchSSHPublicKeyAuthenticator
Returns true if the bound connection is in a state where authentication can be tried using the supplied credentials.
canAuthenticate() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.TrileadSSHPasswordAuthenticator
Returns true if the bound connection is in a state where authentication can be tried using the supplied credentials.
canAuthenticate() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.TrileadSSHPublicKeyAuthenticator
Returns true if the bound connection is in a state where authentication can be tried using the supplied credentials.
canAuthenticate() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticator
Returns true if the bound connection is in a state where authentication can be tried using the supplied credentials.
close() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.JSchConnector
 
com.cloudbees.jenkins.plugins.sshcredentials - package com.cloudbees.jenkins.plugins.sshcredentials
 
com.cloudbees.jenkins.plugins.sshcredentials.impl - package com.cloudbees.jenkins.plugins.sshcredentials.impl
 

D

description - Variable in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BaseSSHUser
The description.
doAuthenticate() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.JSchSSHPasswordAuthenticator
 
doAuthenticate() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.JSchSSHPublicKeyAuthenticator
SPI for authenticating the bound connection using the supplied credentials.
doAuthenticate() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.TrileadSSHPasswordAuthenticator
SPI for authenticating the bound connection using the supplied credentials.
doAuthenticate() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.TrileadSSHPublicKeyAuthenticator
SPI for authenticating the bound connection using the supplied credentials.
doAuthenticate() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticator
SPI for authenticating the bound connection using the supplied credentials.

F

filter(Iterable<? extends Credentials>, Class<?>) - Static method in class com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticator
Filters Credentials returning only those which are supported with the specified type of connection.
fixInstance(BasicSSHUserPrivateKey) - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.DescriptorImpl
 

G

getAuthenticationMode() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.JSchSSHPasswordAuthenticator
 
getAuthenticationMode() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.JSchSSHPublicKeyAuthenticator
 
getAuthenticationMode() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticator
Returns the mode of authentication that this SSHAuthenticator supports.
getConnection() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticator
Gets the bound connection.
getDescription() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BaseSSHUser
The display description of this credential (e.g.
getDescription() - Method in interface com.cloudbees.jenkins.plugins.sshcredentials.SSHUser
The display description of this credential (e.g.
getDisplayName() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPassword.DescriptorImpl
getDisplayName() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.DescriptorImpl
getDisplayName() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.DirectEntryPrivateKeySource.DescriptorImpl
getDisplayName() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.FileOnMasterPrivateKeySource.DescriptorImpl
getDisplayName() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.UsersPrivateKeySource.DescriptorImpl
getId() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BaseSSHUser
Returns a unique Id that can be used to find this user record again.
getId() - Method in interface com.cloudbees.jenkins.plugins.sshcredentials.SSHUser
Returns a unique Id that can be used to find this user record again.
getJSch() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.JSchConnector
 
getListener() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticator
 
getPassphrase() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey
Gets the passphrase for the private key or null if the private key is not protected by a passphase.
getPassphrase() - Method in interface com.cloudbees.jenkins.plugins.sshcredentials.SSHUserPrivateKey
Gets the passphrase for the private key or null if the private key is not protected by a passphase.
getPassword() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPassword
Returns the password.
getPassword() - Method in interface com.cloudbees.jenkins.plugins.sshcredentials.SSHUserPassword
Returns the password.
getPrivateKey() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.DirectEntryPrivateKeySource
Gets the private key from the source
getPrivateKey() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.FileOnMasterPrivateKeySource
Gets the private key from the source
getPrivateKey() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey
Returns the private key.
getPrivateKey() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.PrivateKeySource
Gets the private key from the source
getPrivateKey() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.UsersPrivateKeySource
Gets the private key from the source
getPrivateKey() - Method in interface com.cloudbees.jenkins.plugins.sshcredentials.SSHUserPrivateKey
Returns the private key.
getPrivateKeyFile() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.FileOnMasterPrivateKeySource
Returns the private key file name.
getPrivateKeySource() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey
 
getPrivateKeySources() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.DescriptorImpl
 
getSession() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.JSchConnector
 
getUser() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticator
Gets the supplied credentials.
getUsername() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BaseSSHUser
The SSH username
getUsername() - Method in interface com.cloudbees.jenkins.plugins.sshcredentials.SSHUser
The SSH username

H

hasSession() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.JSchConnector
 

I

id - Variable in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BaseSSHUser
The id.
invoke(File, VirtualChannel) - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.ReadFileOnMaster
 
invoke(File, VirtualChannel) - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.ReadKeyOnMaster
 
isAuthenticated() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticator
Returns true if the bound connection has been authenticated.
isSupported(Class<C>, Class<U>) - Static method in class com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticator
Returns true if and only if the supplied connection class and user class are supported by at least one factory.

J

JSchConnector - Class in com.cloudbees.jenkins.plugins.sshcredentials.impl
 
JSchConnector(String, String, int) - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.JSchConnector
 
JSchConnector(JSch, String, String, int) - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.JSchConnector
 
JSchSSHPasswordAuthenticator - Class in com.cloudbees.jenkins.plugins.sshcredentials.impl
 
JSchSSHPasswordAuthenticator(JSchConnector, SSHUserPassword) - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.JSchSSHPasswordAuthenticator
 
JSchSSHPasswordAuthenticator.Factory - Class in com.cloudbees.jenkins.plugins.sshcredentials.impl
JSchSSHPasswordAuthenticator.Factory() - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.JSchSSHPasswordAuthenticator.Factory
 
JSchSSHPublicKeyAuthenticator - Class in com.cloudbees.jenkins.plugins.sshcredentials.impl
 
JSchSSHPublicKeyAuthenticator(JSchConnector, SSHUserPrivateKey) - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.JSchSSHPublicKeyAuthenticator
Constructor.
JSchSSHPublicKeyAuthenticator.Factory - Class in com.cloudbees.jenkins.plugins.sshcredentials.impl
JSchSSHPublicKeyAuthenticator.Factory() - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.JSchSSHPublicKeyAuthenticator.Factory
 

M

Messages - Class in com.cloudbees.jenkins.plugins.sshcredentials.impl
 
Messages() - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.Messages
 

N

newInstance(C, U) - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.JSchSSHPasswordAuthenticator.Factory
Returns an instance of SSHAuthenticator for the supplied connection and user, or null if the factory does not support the connection and user combination.
newInstance(C, U) - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.JSchSSHPublicKeyAuthenticator.Factory
Returns an instance of SSHAuthenticator for the supplied connection and user, or null if the factory does not support the connection and user combination.
newInstance(C, U) - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.TrileadSSHPasswordAuthenticator.Factory
Returns an instance of SSHAuthenticator for the supplied connection and user, or null if the factory does not support the connection and user combination.
newInstance(C, U) - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.TrileadSSHPublicKeyAuthenticator.Factory
Returns an instance of SSHAuthenticator for the supplied connection and user, or null if the factory does not support the connection and user combination.
newInstance(C, U) - Static method in class com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticator
Creates an authenticator that may be able to authenticate the supplied connection with the supplied user.
newInstance(C, U) - Method in class com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticatorFactory
Returns an instance of SSHAuthenticator for the supplied connection and user, or null if the factory does not support the connection and user combination.

S

setListener(TaskListener) - Method in class com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticator
Sets the TaskListener that receives errors that happen during the authentication.
SSHAuthenticator<C,U extends SSHUser> - Class in com.cloudbees.jenkins.plugins.sshcredentials
Abstraction for something that can authenticate an SSH connection.
SSHAuthenticator(C, U) - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticator
Constructor.
SSHAuthenticator.Mode - Enum in com.cloudbees.jenkins.plugins.sshcredentials
Reflects the different styles of applying authentication.
SSHAuthenticatorException - Exception in com.cloudbees.jenkins.plugins.sshcredentials
 
SSHAuthenticatorException() - Constructor for exception com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticatorException
 
SSHAuthenticatorException(Throwable) - Constructor for exception com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticatorException
 
SSHAuthenticatorException(String) - Constructor for exception com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticatorException
 
SSHAuthenticatorException(String, Throwable) - Constructor for exception com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticatorException
 
SSHAuthenticatorFactory - Class in com.cloudbees.jenkins.plugins.sshcredentials
Extension point to allow plugging in SSHAuthenticator implementations for the many SSH client libraries available.
SSHAuthenticatorFactory() - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticatorFactory
 
SSHUser - Interface in com.cloudbees.jenkins.plugins.sshcredentials
Details of a SSH user.
SSHUserPassword - Interface in com.cloudbees.jenkins.plugins.sshcredentials
Details of a SSH user with password.
SSHUserPrivateKey - Interface in com.cloudbees.jenkins.plugins.sshcredentials
Details of a SSH user with a private key.
supports(Class<C>, Class<U>) - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.JSchSSHPasswordAuthenticator.Factory
Returns true if and only if the supplied connection class and user class are supported by this factory.
supports(Class<C>, Class<U>) - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.JSchSSHPublicKeyAuthenticator.Factory
Returns true if and only if the supplied connection class and user class are supported by this factory.
supports(Class<C>, Class<U>) - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.TrileadSSHPasswordAuthenticator.Factory
Returns true if and only if the supplied connection class and user class are supported by this factory.
supports(Class<C>, Class<U>) - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.TrileadSSHPublicKeyAuthenticator.Factory
Returns true if and only if the supplied connection class and user class are supported by this factory.
supports(Class<C>, Class<U>) - Method in class com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticatorFactory
Returns true if and only if the supplied connection class and user class are supported by this factory.

T

TrileadSSHPasswordAuthenticator - Class in com.cloudbees.jenkins.plugins.sshcredentials.impl
Does password auth with a Connection.
TrileadSSHPasswordAuthenticator(Connection, SSHUserPassword) - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.TrileadSSHPasswordAuthenticator
Constructor.
TrileadSSHPasswordAuthenticator.Factory - Class in com.cloudbees.jenkins.plugins.sshcredentials.impl
TrileadSSHPasswordAuthenticator.Factory() - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.TrileadSSHPasswordAuthenticator.Factory
 
TrileadSSHPublicKeyAuthenticator - Class in com.cloudbees.jenkins.plugins.sshcredentials.impl
Does public key auth with a Connection.
TrileadSSHPublicKeyAuthenticator(Connection, SSHUserPrivateKey) - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.TrileadSSHPublicKeyAuthenticator
Constructor.
TrileadSSHPublicKeyAuthenticator.Factory - Class in com.cloudbees.jenkins.plugins.sshcredentials.impl
TrileadSSHPublicKeyAuthenticator.Factory() - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.TrileadSSHPublicKeyAuthenticator.Factory
 

U

username - Variable in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BaseSSHUser
The username.

V

valueOf(String) - Static method in enum com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticator.Mode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticator.Mode
Returns an array containing the constants of this enum type, in the order they are declared.

_

_BasicSSHUserPassword_DisplayName() - Static method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.Messages
SSH Username with password
_BasicSSHUserPrivateKey_DirectEntryPrivateKeySourceDisplayName() - Static method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.Messages
Enter directly
_BasicSSHUserPrivateKey_DisplayName() - Static method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.Messages
SSH Username with private key
_BasicSSHUserPrivateKey_FileOnMasterPrivateKeySourceDisplayName() - Static method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.Messages
From a file on Jenkins master
_BasicSSHUserPrivateKey_UsersPrivateKeySourceDisplayName() - Static method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.Messages
From the Jenkins master ~/.ssh

A B C D F G H I J M N S T U V _

Copyright © 2004-2013. All Rights Reserved.