hudson.model
Class View.PropertyList

java.lang.Object
  extended by hudson.util.PersistedList<T>
      extended by hudson.util.DescribableList<ViewProperty,ViewPropertyDescriptor>
          extended by hudson.model.View.PropertyList
All Implemented Interfaces:
Iterable<ViewProperty>
Enclosing class:
View

public static class View.PropertyList
extends DescribableList<ViewProperty,ViewPropertyDescriptor>


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
 
Constructor Summary
View.PropertyList()
           
 
Method Summary
 View getOwner()
           
protected  void onModified()
          Called when a list is mutated.
 
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, remove, remove, removeAll, replace, replaceBy, setOwner, size, toList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

View.PropertyList

public View.PropertyList()
Method Detail

getOwner

public View getOwner()

onModified

protected void onModified()
                   throws IOException
Description copied from class: PersistedList
Called when a list is mutated.

Overrides:
onModified in class PersistedList<ViewProperty>
Throws:
IOException


Copyright © 2004-2013. All Rights Reserved.