Uses of Class
org.kohsuke.stapler.export.ClassAttributeBehaviour
Packages that use ClassAttributeBehaviour
Package
Description
Mechanism for writing out a graph of model objects in a machine readable format.
-
Uses of ClassAttributeBehaviour in org.kohsuke.stapler.export
Fields in org.kohsuke.stapler.export declared as ClassAttributeBehaviourModifier and TypeFieldDescriptionstatic final ClassAttributeBehaviour
ClassAttributeBehaviour.ALWAYS
static final ClassAttributeBehaviour
ClassAttributeBehaviour.IF_NEEDED
static final ClassAttributeBehaviour
ClassAttributeBehaviour.NONE
Methods in org.kohsuke.stapler.export that return ClassAttributeBehaviourModifier and TypeMethodDescriptionExportConfig.getClassAttribute()
ClassAttributeBehaviour.simple()
Methods in org.kohsuke.stapler.export with parameters of type ClassAttributeBehaviourModifier and TypeMethodDescriptionExportConfig.withClassAttribute
(ClassAttributeBehaviour cab) Controls the behaviour of the class attribute to be produced.