Class TrainPrintBuildReport

    • Method Detail

      • printReport

        public static void printReport​(java.io.File file,
                                       java.lang.String name,
                                       boolean isPreview)
        Print or preview a build report.
        Parameters:
        file - File to be printed or previewed
        name - Title of document
        isPreview - true if preview
      • editReport

        public static void editReport​(java.io.File file,
                                      java.lang.String name)
        Creates a new build report file with the print detail numbers replaced by indentations. Then calls open desktop editor.
        Parameters:
        file - build file
        name - train name
      • editReport

        public static void editReport​(java.io.File file,
                                      java.io.File fileOut)
        Creates a new build report file with the print detail numbers replaced by indentations.
        Parameters:
        file - Raw file with detail level numbers
        fileOut - Formated file with indentations