org.kohsuke.stapler.export
Class ExportConfig
java.lang.Object
org.kohsuke.stapler.export.ExportConfig
public class ExportConfig
- extends Object
Controls the output behaviour.
- Author:
- Kohsuke Kawaguchi
Field Summary |
boolean |
prettyPrint
If true, output will be indented to make it easier for humans to understand. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
prettyPrint
public boolean prettyPrint
- If true, output will be indented to make it easier for humans to understand.
ExportConfig
public ExportConfig()
Copyright © 2013. All Rights Reserved.