A B C D F G I M N P R S T U V W _ 
All Classes All Packages

A

add(StandardUsernameCredentials) - Method in class com.cloudbees.jenkins.plugins.sshcredentials.SSHUserListBoxModel
Deprecated.
use AbstractIdCredentialsListBoxModel.with(com.cloudbees.plugins.credentials.common.IdCredentials)
addCollection(Collection<? extends StandardUsernameCredentials>) - Method in class com.cloudbees.jenkins.plugins.sshcredentials.SSHUserListBoxModel
Deprecated.
use AbstractIdCredentialsListBoxModel.withMatching(CredentialsMatcher, Iterable) or AbstractIdCredentialsListBoxModel.withAll(Iterable)
addSystemScopeCredentials() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.SSHUserListBoxModel
AFTER_CONNECT - com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticator.Mode
This SSHAuthenticator performs authentication after establishing the connection.
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.
authenticateOrFail() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticator
 

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
Deprecated.
use UsernamePasswordCredentialsImpl
BasicSSHUserPassword(CredentialsScope, String, String, String, String) - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPassword
Deprecated.
Constructor for stapler.
BasicSSHUserPassword.ResolverImpl - Class in com.cloudbees.jenkins.plugins.sshcredentials.impl
Deprecated.
Resolve credentials for legacy code.
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_DirectEntryPrivateKeySourceDisplayName() - Static method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.Messages
Key BasicSSHUserPrivateKey.DirectEntryPrivateKeySourceDisplayName: Enter directly.
BasicSSHUserPrivateKey_DisplayName() - Static method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.Messages
Key BasicSSHUserPrivateKey.DisplayName: SSH Username with private key.
BasicSSHUserPrivateKey.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.sshcredentials.impl
BasicSSHUserPrivateKey.DirectEntryPrivateKeySource - Class in com.cloudbees.jenkins.plugins.sshcredentials.impl
Let the user enter the key directly via copy & paste
BasicSSHUserPrivateKey.DirectEntryPrivateKeySource.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.sshcredentials.impl
BasicSSHUserPrivateKey.FileOnMasterPrivateKeySource - Class in com.cloudbees.jenkins.plugins.sshcredentials.impl
Deprecated.
This approach has security vulnerability and should be migrated to BasicSSHUserPrivateKey.DirectEntryPrivateKeySource
BasicSSHUserPrivateKey.PrivateKeySource - Class in com.cloudbees.jenkins.plugins.sshcredentials.impl
A source of private keys
BasicSSHUserPrivateKey.PrivateKeySourceDescriptor - Class in com.cloudbees.jenkins.plugins.sshcredentials.impl
BasicSSHUserPrivateKey.UsersPrivateKeySource - Class in com.cloudbees.jenkins.plugins.sshcredentials.impl
Deprecated.
This approach has security vulnerability and should be migrated to BasicSSHUserPrivateKey.DirectEntryPrivateKeySource
BEFORE_CONNECT - com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticator.Mode
This SSHAuthenticator performs authentication before establishing the connection.

C

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.
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

describe(StandardUsernameCredentials) - Method in class com.cloudbees.jenkins.plugins.sshcredentials.SSHUserListBoxModel
Deprecated.
DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.DirectEntryPrivateKeySource.DescriptorImpl
 
DirectEntryPrivateKeySource(Secret) - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.DirectEntryPrivateKeySource
 
DirectEntryPrivateKeySource(String) - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.DirectEntryPrivateKeySource
 
DirectEntryPrivateKeySource(List<String>) - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.DirectEntryPrivateKeySource
 
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.
doResolve(UsernamePasswordCredentialsImpl) - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPassword.ResolverImpl
Deprecated.
 

F

Factory() - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.TrileadSSHPasswordAuthenticator.Factory
 
Factory() - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.TrileadSSHPublicKeyAuthenticator.Factory
 
FileOnMasterPrivateKeySource(String) - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.FileOnMasterPrivateKeySource
Deprecated.
 
filter(Iterable<? extends Credentials>, Class<?>) - Static method in class com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticator
Deprecated.
Use CredentialsMatchers.filter(List, CredentialsMatcher) and SSHAuthenticator.matcher(Class)

G

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.
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
getIconClassName() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.DescriptorImpl
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 keys or null if the private keys are not protected by a passphase.
getPassphrase() - Method in interface com.cloudbees.jenkins.plugins.sshcredentials.SSHUserPrivateKey
Gets the passphrase for the private keys or null if the private keys are not protected by a passphase.
getPassword() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPassword
Deprecated.
getPrivateKey() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.DirectEntryPrivateKeySource
Returns the private key.
getPrivateKey() - Method in interface com.cloudbees.jenkins.plugins.sshcredentials.SSHUserPrivateKey
getPrivateKeyFile() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.FileOnMasterPrivateKeySource
Deprecated.
Returns the private key file name.
getPrivateKeys() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.DirectEntryPrivateKeySource
Gets the private key from the source
getPrivateKeys() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.FileOnMasterPrivateKeySource
Deprecated.
Gets the private key from the source
getPrivateKeys() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey
 
getPrivateKeys() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.PrivateKeySource
Gets the private key from the source
getPrivateKeys() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.UsersPrivateKeySource
Deprecated.
Gets the private key from the source
getPrivateKeys() - Method in interface com.cloudbees.jenkins.plugins.sshcredentials.SSHUserPrivateKey
Returns a collection of keys to try in order for authentication.
getPrivateKeys(SSHUserPrivateKey) - Static method in class com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticator
Same as SSHUserPrivateKey.getPrivateKeys() but backward compatible for old implementations.
getPrivateKeysLastModified() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.FileOnMasterPrivateKeySource
Deprecated.
 
getPrivateKeysLastModified() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.PrivateKeySource
Returns a revision count or a timestamp (in either case strictly increasing after changes to the private keys)
getPrivateKeysLastModified() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.UsersPrivateKeySource
Deprecated.
 
getPrivateKeySource() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey
 
getPrivateKeySources() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.DescriptorImpl
 
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
getUsername() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticator
Returns the username to authenticate as.

I

isAuthenticated() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticator
Returns true if the bound connection has been authenticated.
isSnapshotSource() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.DirectEntryPrivateKeySource
Returns true if and only if the source is self contained.
isSnapshotSource() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.PrivateKeySource
Deprecated.
no more used since FileOnMaster- and Users- PrivateKeySource are deprecated too
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.
isUsernameSecret() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BaseSSHUser
 

M

matcher() - Static method in class com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticator
Returns a CredentialsMatcher that matches the generic types of credential that are valid for use over SSH.
matcher(Class<?>) - Static method in class com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticator
Creates a CredentialsMatcher for the specific type of connection.
Messages - Class in com.cloudbees.jenkins.plugins.sshcredentials.impl
Generated localization support class.
Messages - Class in com.cloudbees.jenkins.plugins.sshcredentials
Generated localization support class.
Messages() - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.Messages
 
Messages() - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.Messages
 

N

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.
newInstance(C, U, String) - 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, String) - 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, String) - 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, String) - 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.
newInstance(Object, SSHUser) - Static method in class com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticator

P

PrivateKeySource() - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.PrivateKeySource
 
PrivateKeySourceDescriptor() - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.PrivateKeySourceDescriptor
 

R

readResolve() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BaseSSHUser
 
readResolve() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPassword
Deprecated.
 
readResolve() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey
 
ResolverImpl() - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPassword.ResolverImpl
Deprecated.
Default constructor.

S

setListener(TaskListener) - Method in class com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticator
Sets the TaskListener that receives errors that happen during the authentication.
setUsernameSecret(boolean) - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BaseSSHUser
 
snapshot(SSHUserPrivateKey) - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.SSHUserPrivateKeySnapshotTaker
SSHAuthenticator<C,​U extends com.cloudbees.plugins.credentials.common.StandardUsernameCredentials> - 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
SSHAuthenticator(C, U, String) - 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(String) - Constructor for exception com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticatorException
 
SSHAuthenticatorException(String, Throwable) - Constructor for exception com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticatorException
 
SSHAuthenticatorException(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
Deprecated.
Use StandardUsernameCredentials as the common class.
SSHUserListBoxModel - Class in com.cloudbees.jenkins.plugins.sshcredentials
Deprecated.
Use StandardUsernameListBoxModel with SSHAuthenticator instead.
SSHUserListBoxModel() - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.SSHUserListBoxModel
Deprecated.
 
SSHUserListBoxModel_EmptySelection() - Static method in class com.cloudbees.jenkins.plugins.sshcredentials.Messages
Key SSHUserListBoxModel.EmptySelection: - none -.
SSHUserPassword - Interface in com.cloudbees.jenkins.plugins.sshcredentials
Deprecated.
use StandardUsernamePasswordCredentials
SSHUserPrivateKey - Interface in com.cloudbees.jenkins.plugins.sshcredentials
Details of a SSH user with a private key.
SSHUserPrivateKeySnapshotTaker - Class in com.cloudbees.jenkins.plugins.sshcredentials.impl
 
SSHUserPrivateKeySnapshotTaker() - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.SSHUserPrivateKeySnapshotTaker
 
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, StandardUsernamePasswordCredentials) - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.TrileadSSHPasswordAuthenticator
Deprecated. 
TrileadSSHPasswordAuthenticator(Connection, StandardUsernamePasswordCredentials, String) - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.TrileadSSHPasswordAuthenticator
Constructor.
TrileadSSHPasswordAuthenticator.Factory - Class in com.cloudbees.jenkins.plugins.sshcredentials.impl
Extension point to allow plugging in SSHAuthenticator implementations for the many SSH client libraries available.
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(Connection, SSHUserPrivateKey, String) - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.TrileadSSHPublicKeyAuthenticator
Constructor.
TrileadSSHPublicKeyAuthenticator.Factory - Class in com.cloudbees.jenkins.plugins.sshcredentials.impl
Extension point to allow plugging in SSHAuthenticator implementations for the many SSH client libraries available.
type() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.SSHUserPrivateKeySnapshotTaker

U

username - Variable in class com.cloudbees.jenkins.plugins.sshcredentials.impl.BaseSSHUser
The username.
UsersPrivateKeySource() - Constructor for class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.UsersPrivateKeySource
Deprecated.
 

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.

W

withSystemScopeCredentials() - Method in class com.cloudbees.jenkins.plugins.sshcredentials.SSHUserListBoxModel
Deprecated.
Adds all the system-scoped credentials (they will be filtered with SSHAuthenticator.matcher() implicitly).
withSystemScopeCredentials(CredentialsMatcher, DomainRequirement...) - Method in class com.cloudbees.jenkins.plugins.sshcredentials.SSHUserListBoxModel
Deprecated.
Adds all the system-scoped credentials.
withSystemScopeCredentials(CredentialsMatcher, List<DomainRequirement>) - Method in class com.cloudbees.jenkins.plugins.sshcredentials.SSHUserListBoxModel
Deprecated.
Adds all the system-scoped credentials.
withSystemScopeCredentials(DomainRequirement...) - Method in class com.cloudbees.jenkins.plugins.sshcredentials.SSHUserListBoxModel
Deprecated.
Adds all the system-scoped credentials (they will be filtered with SSHAuthenticator.matcher() implicitly).
withSystemScopeCredentials(List<DomainRequirement>) - Method in class com.cloudbees.jenkins.plugins.sshcredentials.SSHUserListBoxModel
Deprecated.
Adds all the system-scoped credentials (they will be filtered with SSHAuthenticator.matcher() implicitly).

_

_BasicSSHUserPrivateKey_DirectEntryPrivateKeySourceDisplayName() - Static method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.Messages
Key BasicSSHUserPrivateKey.DirectEntryPrivateKeySourceDisplayName: Enter directly.
_BasicSSHUserPrivateKey_DisplayName() - Static method in class com.cloudbees.jenkins.plugins.sshcredentials.impl.Messages
Key BasicSSHUserPrivateKey.DisplayName: SSH Username with private key.
_SSHUserListBoxModel_EmptySelection() - Static method in class com.cloudbees.jenkins.plugins.sshcredentials.Messages
Key SSHUserListBoxModel.EmptySelection: - none -.
A B C D F G I M N P R S T U V W _ 
All Classes All Packages