Class SSHUserListBoxModel
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<ListBoxModel.Option>,Collection<ListBoxModel.Option>,List<ListBoxModel.Option>,RandomAccess,org.kohsuke.stapler.HttpResponse
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.util.ListBoxModel
ListBoxModel.Option -
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd(com.cloudbees.plugins.credentials.common.StandardUsernameCredentials u) Deprecated.useAbstractIdCredentialsListBoxModel.with(com.cloudbees.plugins.credentials.common.IdCredentials)addCollection(Collection<? extends com.cloudbees.plugins.credentials.common.StandardUsernameCredentials> col) Deprecated.useAbstractIdCredentialsListBoxModel.withMatching(CredentialsMatcher, Iterable)orAbstractIdCredentialsListBoxModel.withAll(Iterable)Deprecated.protected Stringdescribe(com.cloudbees.plugins.credentials.common.StandardUsernameCredentials c) Deprecated.Deprecated.Adds all the system-scoped credentials (they will be filtered withSSHAuthenticator.matcher()implicitly).withSystemScopeCredentials(com.cloudbees.plugins.credentials.CredentialsMatcher matcher, com.cloudbees.plugins.credentials.domains.DomainRequirement... domainRequirements) Deprecated.Adds all the system-scoped credentials.withSystemScopeCredentials(com.cloudbees.plugins.credentials.CredentialsMatcher matcher, List<com.cloudbees.plugins.credentials.domains.DomainRequirement> domainRequirements) Deprecated.Adds all the system-scoped credentials.withSystemScopeCredentials(com.cloudbees.plugins.credentials.domains.DomainRequirement... domainRequirements) Deprecated.Adds all the system-scoped credentials (they will be filtered withSSHAuthenticator.matcher()implicitly).withSystemScopeCredentials(List<com.cloudbees.plugins.credentials.domains.DomainRequirement> domainRequirements) Deprecated.Adds all the system-scoped credentials (they will be filtered withSSHAuthenticator.matcher()implicitly).Methods inherited from class com.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel
addMissing, include, include, include, include, includeAs, includeAs, includeAs, includeAs, includeAs, includeAs, includeAs, includeAs, includeCurrentValue, includeEmptyValue, includeMatching, includeMatching, includeMatchingAs, includeMatchingAs, includeMatchingAs, includeMatchingAs, with, withAll, withAll, withAll, withEmptySelection, withMatching, withMatching, withMatchingMethods inherited from class hudson.util.ListBoxModel
add, add, add, generateResponse, values, writeTo, writeToMethods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class java.util.AbstractCollection
containsAll, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, stream, toArrayMethods inherited from interface org.kohsuke.stapler.HttpResponse
generateResponseMethods inherited from interface java.util.List
containsAll
-
Constructor Details
-
SSHUserListBoxModel
public SSHUserListBoxModel()Deprecated.
-
-
Method Details
-
describe
@NonNull protected String describe(@NonNull com.cloudbees.plugins.credentials.common.StandardUsernameCredentials c) Deprecated.- Specified by:
describein classcom.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel<SSHUserListBoxModel,com.cloudbees.plugins.credentials.common.StandardUsernameCredentials>
-
add
@Deprecated public SSHUserListBoxModel add(com.cloudbees.plugins.credentials.common.StandardUsernameCredentials u) Deprecated.useAbstractIdCredentialsListBoxModel.with(com.cloudbees.plugins.credentials.common.IdCredentials) -
addCollection
@Deprecated public SSHUserListBoxModel addCollection(Collection<? extends com.cloudbees.plugins.credentials.common.StandardUsernameCredentials> col) Deprecated.useAbstractIdCredentialsListBoxModel.withMatching(CredentialsMatcher, Iterable)orAbstractIdCredentialsListBoxModel.withAll(Iterable)Adds a collection of credentials (they will be filtered withSSHAuthenticator.matcher()implicitly).- Parameters:
col- the collection of credentials.- Returns:
thisfor method chaining.
-
addSystemScopeCredentials
Deprecated.Adds all the system-scoped credentials (they will be filtered withSSHAuthenticator.matcher()implicitly).These credentials are meant to be used for system configuration and other things scoped to the
Jenkinsobject, such as slaves.- Returns:
thisfor method chaining.
-
withSystemScopeCredentials
Deprecated.Adds all the system-scoped credentials (they will be filtered withSSHAuthenticator.matcher()implicitly).These credentials are meant to be used for system configuration and other things scoped to the
Jenkinsobject, such as slaves.- Returns:
thisfor method chaining.
-
withSystemScopeCredentials
public SSHUserListBoxModel withSystemScopeCredentials(com.cloudbees.plugins.credentials.domains.DomainRequirement... domainRequirements) Deprecated.Adds all the system-scoped credentials (they will be filtered withSSHAuthenticator.matcher()implicitly).These credentials are meant to be used for system configuration and other things scoped to the
Jenkinsobject, such as slaves.- Parameters:
domainRequirements- the domain requirements- Returns:
thisfor method chaining.
-
withSystemScopeCredentials
public SSHUserListBoxModel withSystemScopeCredentials(com.cloudbees.plugins.credentials.CredentialsMatcher matcher, com.cloudbees.plugins.credentials.domains.DomainRequirement... domainRequirements) Deprecated.Adds all the system-scoped credentials.These credentials are meant to be used for system configuration and other things scoped to the
Jenkinsobject, such as slaves.- Parameters:
matcher- a matcher to filter the credentialsdomainRequirements- the domain requirements- Returns:
thisfor method chaining.
-
withSystemScopeCredentials
public SSHUserListBoxModel withSystemScopeCredentials(List<com.cloudbees.plugins.credentials.domains.DomainRequirement> domainRequirements) Deprecated.Adds all the system-scoped credentials (they will be filtered withSSHAuthenticator.matcher()implicitly).These credentials are meant to be used for system configuration and other things scoped to the
Jenkinsobject, such as slaves.- Parameters:
domainRequirements- the domain requirements- Returns:
thisfor method chaining.
-
withSystemScopeCredentials
public SSHUserListBoxModel withSystemScopeCredentials(com.cloudbees.plugins.credentials.CredentialsMatcher matcher, List<com.cloudbees.plugins.credentials.domains.DomainRequirement> domainRequirements) Deprecated.Adds all the system-scoped credentials.These credentials are meant to be used for system configuration and other things scoped to the
Jenkinsobject, such as slaves.- Parameters:
matcher- a matcher to filter the credentialsdomainRequirements- the domain requirements- Returns:
thisfor method chaining.
-
StandardUsernameListBoxModelwithSSHAuthenticatorinstead.