Class SimplifiedViewDescribableList<T extends Describable<T>,D extends Descriptor<T>>
- java.lang.Object
 - 
- java.util.AbstractCollection<E>
 - 
- java.util.AbstractList<T>
 - 
- hudson.util.PersistedList<T>
 - 
- hudson.util.DescribableList<T,Descriptor<T>>
 - 
- hudson.plugins.project_inheritance.projects.SimplifiedViewDescribableList<T,D>
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 Iterable<T>,Collection<T>,List<T>
public class SimplifiedViewDescribableList<T extends Describable<T>,D extends Descriptor<T>> extends DescribableList<T,Descriptor<T>>
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class hudson.util.DescribableList
DescribableList.ConverterImpl, DescribableList.Owner 
 - 
 
- 
Field Summary
- 
Fields inherited from class hudson.util.PersistedList
data, owner 
- 
Fields inherited from class java.util.AbstractList
modCount 
 - 
 
- 
Constructor Summary
Constructors Constructor Description SimplifiedViewDescribableList(Saveable owner, Collection<? extends T> initialList) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<T>rebuildForSimplifiedView(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json, List<? extends Descriptor<T>> descriptors)- 
Methods inherited from class hudson.util.DescribableList
buildDependencyGraph, contains, get, get, getDynamic, rebuild, rebuild, rebuildHetero, remove, replace, setOwner, toArray, toMap 
- 
Methods inherited from class hudson.util.PersistedList
add, addAll, addAllTo, clear, contains, get, getAll, isEmpty, iterator, onModified, remove, remove, removeAll, replace, replaceBy, setOwner, size, toArray, toList, toString 
- 
Methods inherited from class java.util.AbstractList
add, addAll, equals, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList 
- 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toArray 
- 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray 
- 
Methods inherited from interface java.util.List
containsAll, removeAll, replaceAll, retainAll, sort, spliterator, toArray 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
SimplifiedViewDescribableList
public SimplifiedViewDescribableList(Saveable owner, Collection<? extends T> initialList)
 
 - 
 
- 
Method Detail
- 
rebuildForSimplifiedView
public List<T> rebuildForSimplifiedView(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json, List<? extends Descriptor<T>> descriptors) throws Descriptor.FormException, IOException
- Throws:
 Descriptor.FormExceptionIOException
 
 - 
 
 -