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 ClassAttributeBehaviourClassAttributeBehaviour.ALWAYSstatic final ClassAttributeBehaviourClassAttributeBehaviour.IF_NEEDEDstatic final ClassAttributeBehaviourClassAttributeBehaviour.NONEMethods 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.