Class FailsafeSummaryXmlUtils


  • public final class FailsafeSummaryXmlUtils
    extends java.lang.Object
    Since:
    2.20
    • Field Detail

      • FAILSAFE_SUMMARY_XML_SCHEMA_LOCATION

        private static final java.lang.String FAILSAFE_SUMMARY_XML_SCHEMA_LOCATION
        See Also:
        Constant Field Values
      • MESSAGE_NIL_ELEMENT

        private static final java.lang.String MESSAGE_NIL_ELEMENT
        See Also:
        Constant Field Values
      • FAILSAFE_SUMMARY_XML_TEMPLATE

        private static final java.lang.String FAILSAFE_SUMMARY_XML_TEMPLATE
        See Also:
        Constant Field Values
    • Constructor Detail

      • FailsafeSummaryXmlUtils

        private FailsafeSummaryXmlUtils()
    • Method Detail

      • toRunResult

        public static RunResult toRunResult​(java.io.File failsafeSummaryXml)
                                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • fromRunResultToFile

        public static void fromRunResultToFile​(RunResult fromRunResult,
                                               java.io.File toFailsafeSummaryXml)
                                        throws java.io.IOException
        Throws:
        java.io.IOException
      • writeSummary

        public static void writeSummary​(RunResult mergedSummary,
                                        java.io.File mergedSummaryFile,
                                        boolean inProgress)
                                 throws java.lang.Exception
        Throws:
        java.lang.Exception