Uses of Class
org.kohsuke.stapler.export.TreePruner
Packages that use TreePruner
Package
Description
Mechanism for writing out a graph of model objects in a machine readable format.
-
Uses of TreePruner in org.kohsuke.stapler.export
Subclasses of TreePruner in org.kohsuke.stapler.exportModifier and TypeClassDescriptionfinal classTree pruner which operates according to a textual description of what tree leaves should be included.static classFields in org.kohsuke.stapler.export declared as TreePrunerModifier and TypeFieldDescriptionstatic final TreePrunerTreePruner.DEFAULTProbably the most commonTreePrunerthat just visits the top object and its properties, but none of the referenced objects.Methods in org.kohsuke.stapler.export that return TreePrunerModifier and TypeMethodDescriptionabstract TreePrunerCalled before Hudson writes a new property.Methods in org.kohsuke.stapler.export with parameters of type TreePrunerModifier and TypeMethodDescriptionvoidModel.writeTo(T object, TreePruner pruner, DataWriter writer) Writes the property values of the given object to the writer.voidProperty.writeTo(Object object, TreePruner pruner, DataWriter writer) Writes one property of the given object toDataWriter.