| Package | Description |
|---|---|
| org.kohsuke.stapler.export |
Mechanism for writing out a graph of model objects in a machine readable format.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NamedPathPruner
Tree pruner which operates according to a textual description of what tree leaves should be included.
|
static class |
TreePruner.ByDepth |
| Modifier and Type | Method and Description |
|---|---|
abstract TreePruner |
TreePruner.accept(Object node,
Property prop)
Called before Hudson writes a new property.
|
TreePruner |
TreePruner.ByDepth.accept(Object node,
Property prop) |
TreePruner |
NamedPathPruner.accept(Object node,
Property prop) |
| Modifier and Type | Method and Description |
|---|---|
void |
Property.writeTo(Object object,
TreePruner pruner,
DataWriter writer)
Writes one property of the given object to
DataWriter. |
void |
Model.writeTo(T object,
TreePruner pruner,
DataWriter writer)
Writes the property values of the given object to the writer.
|
Copyright © 2014. All rights reserved.