Uses of Class
org.kohsuke.stapler.export.Model
Package
Description
Mechanism for writing out a graph of model objects in a machine readable format.
-
Uses of Model in org.kohsuke.stapler.export
Modifier and TypeFieldDescriptionfinal Model
Property.parent
Model to which this property belongs to.Model.superModel
Model
for the super class.Modifier and TypeMethodDescription<T> Model<T>
<T> Model<T>
<T> Model<T>
Instead of throwingNotExportableException
this method will return null This should be used on hot paths where throwing the exception and catching it would incur a performance hit