Uses of Class
org.kohsuke.stapler.export.Property

Packages that use Property
org.kohsuke.stapler.export 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 Property
 List<Property> Model.getProperties()
          Gets all the exported properties.
 

Methods in org.kohsuke.stapler.export with parameters of type Property
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)
           
 int Property.compareTo(Property that)
           
 



Copyright © 2010. All Rights Reserved.