org.kohsuke.stapler.export
Class TreePruner.ByDepth
java.lang.Object
org.kohsuke.stapler.export.TreePruner
org.kohsuke.stapler.export.TreePruner.ByDepth
- Enclosing class:
- TreePruner
public static class TreePruner.ByDepth
- extends TreePruner
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TreePruner.ByDepth
public TreePruner.ByDepth(int n)
accept
public TreePruner accept(Object node,
Property prop)
- Description copied from class:
TreePruner
- Called before Hudson writes a new property.
- Specified by:
accept
in class TreePruner
- Returns:
- null if this property shouldn't be written. Otherwise the returned
TreePruner
object
will be consulted to determine properties of the child object in turn.
Copyright © 2010. All Rights Reserved.