public abstract class TreePruner extends Object
DataWriter
.Model.writeTo(Object, TreePruner, DataWriter)
Modifier and Type | Class and Description |
---|---|
static class |
TreePruner.ByDepth |
Modifier and Type | Field and Description |
---|---|
static TreePruner |
DEFAULT
Probably the most common
TreePruner that just visits the top object and its properties,
but none of the referenced objects. |
Constructor and Description |
---|
TreePruner() |
Modifier and Type | Method and Description |
---|---|
abstract TreePruner |
accept(Object node,
Property prop)
Called before Hudson writes a new property.
|
Range |
getRange() |
public static final TreePruner DEFAULT
TreePruner
that just visits the top object and its properties,
but none of the referenced objects.public abstract TreePruner accept(Object node, Property prop)
TreePruner
object
will be consulted to determine properties of the child object in turn.public Range getRange()
Copyright © 2016. All rights reserved.