org.jenkinsci.plugins.graniteclient
Class GraniteCredentialsListBoxModel

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<hudson.util.ListBoxModel.Option>
              extended by hudson.util.ListBoxModel
                  extended by com.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel<GraniteCredentialsListBoxModel,com.cloudbees.plugins.credentials.common.IdCredentials>
                      extended by org.jenkinsci.plugins.graniteclient.GraniteCredentialsListBoxModel
All Implemented Interfaces:
Serializable, Cloneable, Iterable<hudson.util.ListBoxModel.Option>, Collection<hudson.util.ListBoxModel.Option>, List<hudson.util.ListBoxModel.Option>, RandomAccess, org.kohsuke.stapler.HttpResponse

public class GraniteCredentialsListBoxModel
extends com.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel<GraniteCredentialsListBoxModel,com.cloudbees.plugins.credentials.common.IdCredentials>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.util.ListBoxModel
hudson.util.ListBoxModel.Option
 
Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
GraniteCredentialsListBoxModel()
           
 
Method Summary
protected  String describe(com.cloudbees.plugins.credentials.common.IdCredentials idCredentials)
           
static com.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel fillItems()
           
static com.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel fillItems(String baseUrl)
           
 
Methods inherited from class com.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel
with, withAll, withAll, withAll, withEmptySelection, withMatching, withMatching, withMatching
 
Methods inherited from class hudson.util.ListBoxModel
add, add, add, generateResponse, values, writeTo
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Constructor Detail

GraniteCredentialsListBoxModel

public GraniteCredentialsListBoxModel()
Method Detail

describe

@NonNull
protected String describe(@NonNull
                                  com.cloudbees.plugins.credentials.common.IdCredentials idCredentials)
Specified by:
describe in class com.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel<GraniteCredentialsListBoxModel,com.cloudbees.plugins.credentials.common.IdCredentials>

fillItems

public static com.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel fillItems()

fillItems

public static com.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel fillItems(String baseUrl)


Copyright © 2013-2014. All Rights Reserved.