Package | Description |
---|---|
org.kohsuke.stapler.export |
Mechanism for writing out a graph of model objects in a machine readable format.
|
Modifier and Type | Field and Description |
---|---|
static ClassAttributeBehaviour |
ClassAttributeBehaviour.ALWAYS |
static ClassAttributeBehaviour |
ClassAttributeBehaviour.IF_NEEDED |
static ClassAttributeBehaviour |
ClassAttributeBehaviour.NONE |
Modifier and Type | Method and Description |
---|---|
ClassAttributeBehaviour |
ExportConfig.getClassAttribute() |
ClassAttributeBehaviour |
ClassAttributeBehaviour.simple() |
Modifier and Type | Method and Description |
---|---|
ExportConfig |
ExportConfig.withClassAttribute(ClassAttributeBehaviour cab)
Controls the behaviour of the class attribute to be produced.
|
Copyright © 2016. All rights reserved.