Package hudson.plugins.logparser
Class LogParserResult
java.lang.Object
hudson.plugins.logparser.LogParserResult
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
int
void
putLinksFileByExtraTag
(String tag, String file) void
putTotalCountsByExtraTag
(String tag, int totalCounts) protected Object
void
setBadParsingRulesError
(String badParsingRulesError) void
setDebugLinksFile
(String file) void
setErrorLinksFile
(String file) void
setExtraTags
(Collection<String> extraTags) void
setFailedToParseError
(String failedToParseError) void
setHtmlLogFile
(String file) void
setHtmlLogPath
(String dir) void
setInfoLinksFile
(String file) void
setParsedLogURL
(String parsedLogURL) void
setTotalDebugs
(int totalDebugs) void
setTotalErrors
(int totalErrors) void
setTotalInfos
(int totalInfos) void
setTotalWarnings
(int totalWarnings) void
setWarningLinksFile
(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
-