public abstract class TreePruner extends Object
DataWriter
.Model.writeTo(Object, TreePruner, DataWriter)
Modifier and Type | Class and Description |
---|---|
static class |
TreePruner.ByDepth |
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 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 © 2015. All rights reserved.