Package hudson.plugins.logparser
Class LogParserResult
java.lang.Object
hudson.plugins.logparser.LogParserResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintintintvoidputLinksFileByExtraTag(String tag, String file) voidputTotalCountsByExtraTag(String tag, int totalCounts) protected ObjectvoidsetBadParsingRulesError(String badParsingRulesError) voidsetDebugLinksFile(String file) voidsetErrorLinksFile(String file) voidsetExtraTags(Collection<String> extraTags) voidsetFailedToParseError(String failedToParseError) voidsetHtmlLogFile(String file) voidsetHtmlLogPath(String dir) voidsetInfoLinksFile(String file) voidsetParsedLogURL(String parsedLogURL) voidsetTotalDebugs(int totalDebugs) voidsetTotalErrors(int totalErrors) voidsetTotalInfos(int totalInfos) voidsetTotalWarnings(int totalWarnings) voidsetWarningLinksFile(String file)
-
Constructor Details
-
LogParserResult
public LogParserResult()
-
-
Method Details
-
readResolve
-
getBadParsingRulesError
-
getBadParsingRulesErrorDisplay
-
setBadParsingRulesError
-
getFailedToParseError
-
setFailedToParseError
-
getTotalErrors
public int getTotalErrors() -
getTotalWarnings
public int getTotalWarnings() -
getTotalInfos
public int getTotalInfos() -
getTotalDebugs
public int getTotalDebugs() -
getTotalCountsByExtraTag
-
getHtmlLogFile
-
getHtmlLogPath
-
getErrorLinksFile
-
getWarningLinksFile
-
getInfoLinksFile
-
getDebugLinksFile
-
getLinksFileByExtraTag
-
getParsedLogURL
-
getReader
- Throws:
IOException
-
getLogReader
- Throws:
IOException
-
getErrorLinksReader
- Throws:
IOException
-
getWarningLinksReader
- Throws:
IOException
-
getInfoLinksReader
- Throws:
IOException
-
getDebugLinkedReader
- Throws:
IOException
-
getLinkedReaderByExtraTag
- Throws:
IOException
-
setHtmlLogFile
-
setHtmlLogPath
-
setErrorLinksFile
-
setWarningLinksFile
-
setInfoLinksFile
-
setDebugLinksFile
-
putLinksFileByExtraTag
-
setTotalErrors
public void setTotalErrors(int totalErrors) -
setTotalWarnings
public void setTotalWarnings(int totalWarnings) -
setTotalInfos
public void setTotalInfos(int totalInfos) -
setTotalDebugs
public void setTotalDebugs(int totalDebugs) -
putTotalCountsByExtraTag
-
setParsedLogURL
-
getHtmlLogFileToRead
-
setExtraTags
-
getExtraTags
-
getHtmlContent
-