Package hudson.plugins.logparser
Class LogParserWriter
java.lang.Object
hudson.plugins.logparser.LogParserWriter
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
writeHeaderTemplateToAllLinkFiles
(HashMap<String, BufferedWriter> writers, int sectionCounter) static void
writeReferenceHtml
(String buildRefPath, ArrayList<String> headerForSection, HashMap<String, Integer> statusCountPerSection, HashMap<String, String> iconTable, HashMap<String, String> linkListDisplay, HashMap<String, String> linkListDisplayPlural, HashMap<String, Integer> statusCount, HashMap<String, String> linkFiles, List<String> extraTags) static void
writeWrapperHtml
(String buildWrapperPath)
-
Method Details
-
writeHeaderTemplateToAllLinkFiles
public static void writeHeaderTemplateToAllLinkFiles(HashMap<String, BufferedWriter> writers, int sectionCounter) throws IOException- Throws:
IOException
-
writeWrapperHtml
- Throws:
IOException
-
writeReferenceHtml
public static void writeReferenceHtml(String buildRefPath, ArrayList<String> headerForSection, HashMap<String, Integer> statusCountPerSection, HashMap<String, throws IOExceptionString> iconTable, HashMap<String, String> linkListDisplay, HashMap<String, String> linkListDisplayPlural, HashMap<String, Integer> statusCount, HashMap<String, String> linkFiles, List<String> extraTags) - Throws:
IOException
-