|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kohsuke.stapler.export.TreePruner
public abstract class TreePruner
Controls the portion of the object graph to be written to DataWriter
.
Model.writeTo(Object, TreePruner, DataWriter)
Nested Class Summary | |
---|---|
static class |
TreePruner.ByDepth
|
Constructor Summary | |
---|---|
TreePruner()
|
Method Summary | |
---|---|
abstract TreePruner |
accept(java.lang.Object node,
Property prop)
Called before Hudson writes a new property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TreePruner()
Method Detail |
---|
public abstract TreePruner accept(java.lang.Object node, Property prop)
TreePruner
object
will be consulted to determine properties of the child object in turn.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |