Class GoogleRobotCredentials.CredentialsListBoxModel

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<ListBoxModel.Option>
hudson.util.ListBoxModel
com.google.jenkins.plugins.credentials.oauth.GoogleRobotCredentials.CredentialsListBoxModel
All Implemented Interfaces:
Serializable, Cloneable, Iterable<ListBoxModel.Option>, Collection<ListBoxModel.Option>, List<ListBoxModel.Option>, RandomAccess, org.kohsuke.stapler.HttpResponse
Enclosing class:
GoogleRobotCredentials

public static class GoogleRobotCredentials.CredentialsListBoxModel extends ListBoxModel
A trivial tuple for wrapping the list box of matched credentials with the requirements that were used to filter them.
See Also: