StandardUsernameListBoxModel with SSHAuthenticator instead.public class SSHUserListBoxModel extends com.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel<SSHUserListBoxModel,com.cloudbees.plugins.credentials.common.StandardUsernameCredentials>
modCount| Constructor and Description |
|---|
SSHUserListBoxModel()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SSHUserListBoxModel |
add(com.cloudbees.plugins.credentials.common.StandardUsernameCredentials u)
Deprecated.
use
AbstractIdCredentialsListBoxModel.with(com.cloudbees.plugins.credentials.common.IdCredentials) |
SSHUserListBoxModel |
addCollection(Collection<? extends com.cloudbees.plugins.credentials.common.StandardUsernameCredentials> col)
Deprecated.
use
AbstractIdCredentialsListBoxModel.withMatching(CredentialsMatcher, Iterable) or AbstractIdCredentialsListBoxModel.withAll(Iterable) |
SSHUserListBoxModel |
addSystemScopeCredentials()
Deprecated.
|
protected String |
describe(com.cloudbees.plugins.credentials.common.StandardUsernameCredentials c)
Deprecated.
|
SSHUserListBoxModel |
withSystemScopeCredentials()
Deprecated.
Adds all the system-scoped credentials (they will be filtered with
SSHAuthenticator.matcher()
implicitly). |
SSHUserListBoxModel |
withSystemScopeCredentials(com.cloudbees.plugins.credentials.CredentialsMatcher matcher,
com.cloudbees.plugins.credentials.domains.DomainRequirement... domainRequirements)
Deprecated.
Adds all the system-scoped credentials.
|
SSHUserListBoxModel |
withSystemScopeCredentials(com.cloudbees.plugins.credentials.CredentialsMatcher matcher,
List<com.cloudbees.plugins.credentials.domains.DomainRequirement> domainRequirements)
Deprecated.
Adds all the system-scoped credentials.
|
SSHUserListBoxModel |
withSystemScopeCredentials(com.cloudbees.plugins.credentials.domains.DomainRequirement... domainRequirements)
Deprecated.
Adds all the system-scoped credentials (they will be filtered with
SSHAuthenticator.matcher()
implicitly). |
SSHUserListBoxModel |
withSystemScopeCredentials(List<com.cloudbees.plugins.credentials.domains.DomainRequirement> domainRequirements)
Deprecated.
Adds all the system-scoped credentials (they will be filtered with
SSHAuthenticator.matcher()
implicitly). |
with, withAll, withAll, withAll, withEmptySelection, withMatching, withMatching, withMatchingadd, add, add, generateResponse, values, writeToadd, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, stream@NonNull protected String describe(@NonNull com.cloudbees.plugins.credentials.common.StandardUsernameCredentials c)
describe in class com.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel<SSHUserListBoxModel,com.cloudbees.plugins.credentials.common.StandardUsernameCredentials>@Deprecated public SSHUserListBoxModel add(com.cloudbees.plugins.credentials.common.StandardUsernameCredentials u)
AbstractIdCredentialsListBoxModel.with(com.cloudbees.plugins.credentials.common.IdCredentials)@Deprecated public SSHUserListBoxModel addCollection(Collection<? extends com.cloudbees.plugins.credentials.common.StandardUsernameCredentials> col)
AbstractIdCredentialsListBoxModel.withMatching(CredentialsMatcher, Iterable) or AbstractIdCredentialsListBoxModel.withAll(Iterable)SSHAuthenticator.matcher() implicitly).col - the collection of credentials.this for method chaining.@Deprecated public SSHUserListBoxModel addSystemScopeCredentials()
withSystemScopeCredentials()SSHAuthenticator.matcher()
implicitly).
These credentials are meant to be used for system configuration and other things scoped to the Jenkins
object,
such as slaves.
this for method chaining.public SSHUserListBoxModel withSystemScopeCredentials()
SSHAuthenticator.matcher()
implicitly).
These credentials are meant to be used for system configuration and other things scoped to the Jenkins
object,
such as slaves.
this for method chaining.public SSHUserListBoxModel withSystemScopeCredentials(com.cloudbees.plugins.credentials.domains.DomainRequirement... domainRequirements)
SSHAuthenticator.matcher()
implicitly).
These credentials are meant to be used for system configuration and other things scoped to the Jenkins
object,
such as slaves.
domainRequirements - the domain requirementsthis for method chaining.public SSHUserListBoxModel withSystemScopeCredentials(com.cloudbees.plugins.credentials.CredentialsMatcher matcher, com.cloudbees.plugins.credentials.domains.DomainRequirement... domainRequirements)
These credentials are meant to be used for system configuration and other things scoped to the Jenkins
object,
such as slaves.
matcher - a matcher to filter the credentialsdomainRequirements - the domain requirementsthis for method chaining.public SSHUserListBoxModel withSystemScopeCredentials(List<com.cloudbees.plugins.credentials.domains.DomainRequirement> domainRequirements)
SSHAuthenticator.matcher()
implicitly).
These credentials are meant to be used for system configuration and other things scoped to the Jenkins
object,
such as slaves.
domainRequirements - the domain requirementsthis for method chaining.public SSHUserListBoxModel withSystemScopeCredentials(com.cloudbees.plugins.credentials.CredentialsMatcher matcher, List<com.cloudbees.plugins.credentials.domains.DomainRequirement> domainRequirements)
These credentials are meant to be used for system configuration and other things scoped to the Jenkins
object,
such as slaves.
matcher - a matcher to filter the credentialsdomainRequirements - the domain requirementsthis for method chaining.Copyright © 2016. All rights reserved.