Uses of Class
org.kohsuke.stapler.export.Property
Packages that use Property
Package
Description
Mechanism for writing out a graph of model objects in a machine readable format.
-
Uses of Property in org.kohsuke.stapler.export
Methods in org.kohsuke.stapler.export that return types with arguments of type PropertyMethods in org.kohsuke.stapler.export with parameters of type PropertyModifier and TypeMethodDescriptionabstract TreePruner
Called before Hudson writes a new property.int
abstract Object
ExportInterceptor.getValue
(Property property, Object model, ExportConfig config) Subclasses must callgetValue(Object)
to retrieve the property.