Class ModelExport
- java.lang.Object
-
- io.wcm.devops.conga.model.shared.AbstractModel
-
- io.wcm.devops.conga.model.shared.AbstractConfigurable
-
- io.wcm.devops.conga.generator.export.ModelExport
-
- All Implemented Interfaces:
Configurable
,Serializable
public final class ModelExport extends AbstractConfigurable
Defines an export configuration for model information.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModelExport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getNode()
Defines node export plugin names.void
setNode(List<String> pluginNames)
Defines node export plugin names.-
Methods inherited from class io.wcm.devops.conga.model.shared.AbstractConfigurable
getConfig, setConfig
-
Methods inherited from class io.wcm.devops.conga.model.shared.AbstractModel
toString
-
-