Class StandardListBoxModel
java.lang.Object
java.util.AbstractCollection<ListBoxModel.Option>
java.util.AbstractList<ListBoxModel.Option>
java.util.ArrayList<ListBoxModel.Option>
hudson.util.ListBoxModel
com.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel<StandardListBoxModel,StandardCredentials>
com.cloudbees.plugins.credentials.common.StandardListBoxModel
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<ListBoxModel.Option>,Collection<ListBoxModel.Option>,List<ListBoxModel.Option>,RandomAccess,org.kohsuke.stapler.HttpResponse
public class StandardListBoxModel
extends AbstractIdCredentialsListBoxModel<StandardListBoxModel,StandardCredentials>
- 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 TypeMethodDescriptionprotected StringGenerate a description of the supplied credential.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
-
StandardListBoxModel
public StandardListBoxModel()
-
-
Method Details
-
describe
Generate a description of the supplied credential.- Specified by:
describein classAbstractIdCredentialsListBoxModel<StandardListBoxModel,StandardCredentials> - Parameters:
c- the credential.- Returns:
- the description.
-