org.jenkinsci.plugins.dryrun
Class DryRunEmptyList<T extends hudson.model.Describable<T>,D extends hudson.model.Descriptor<T>>

java.lang.Object
  extended by hudson.util.PersistedList<T>
      extended by hudson.util.DescribableList<T,D>
          extended by org.jenkinsci.plugins.dryrun.DryRunEmptyList<T,D>
All Implemented Interfaces:
Iterable<T>

public class DryRunEmptyList<T extends hudson.model.Describable<T>,D extends hudson.model.Descriptor<T>>
extends hudson.util.DescribableList<T,D>

Author:
Gregory Boissinot

Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.util.DescribableList
hudson.util.DescribableList.ConverterImpl, hudson.util.DescribableList.Owner
 
Field Summary
 
Fields inherited from class hudson.util.PersistedList
data, owner
 
Constructor Summary
DryRunEmptyList()
           
 
Method Summary
 
Methods inherited from class hudson.util.DescribableList
buildDependencyGraph, contains, get, get, rebuild, rebuild, rebuildHetero, remove, replace, setOwner, toArray, toMap
 
Methods inherited from class hudson.util.PersistedList
add, addAll, addAllTo, clear, get, getAll, isEmpty, iterator, onModified, remove, remove, removeAll, replaceBy, setOwner, size, toList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DryRunEmptyList

public DryRunEmptyList()


Copyright © 2004-2012. All Rights Reserved.