Class ExportConfig


  • public class ExportConfig
    extends Object
    Controls the output behaviour.
    Author:
    Kohsuke Kawaguchi
    • Field Detail

      • prettyPrint

        @Deprecated
        public boolean prettyPrint
        Deprecated.
        Use getter and setter
    • Constructor Detail

      • ExportConfig

        public ExportConfig()
    • Method Detail

      • isPrettyPrint

        public boolean isPrettyPrint()
        If true, output will be indented to make it easier for humans to understand.
      • withPrettyPrint

        public ExportConfig withPrettyPrint​(boolean prettyPrint)
        If true, output will be indented to make it easier for humans to understand.
      • withSkipIfFail

        public ExportConfig withSkipIfFail​(boolean skipIfFail)
      • isSkipIfFail

        public boolean isSkipIfFail()
        Turn on or off pretty printing of serialized data.