hudson.plugins.logparser
Class LogParserResult

java.lang.Object
  extended by hudson.plugins.logparser.LogParserResult

public class LogParserResult
extends java.lang.Object


Constructor Summary
LogParserResult()
           
 
Method Summary
 java.lang.String getErrorLinksFile()
           
 java.io.Reader getErrorLinksReader()
           
 java.lang.String getHtmlContent()
           
 java.lang.String getHtmlLogFile()
           
 java.io.File getHtmlLogFileToRead()
           
 java.lang.String getHtmlLogPath()
           
 java.lang.String getInfoLinksFile()
           
 java.io.Reader getInfoLinksReader()
           
 java.io.Reader getLogReader()
           
 java.lang.String getParsedLogURL()
           
 java.io.Reader getReader(java.lang.String filePath)
           
 int getTotalErrors()
           
 int getTotalInfos()
           
 int getTotalWarnings()
           
 java.lang.String getWarningLinksFile()
           
 java.io.Reader getWarningLinksReader()
           
 void setErrorLinksFile(java.lang.String file)
           
 void setHtmlLogFile(java.lang.String file)
           
 void setHtmlLogPath(java.lang.String dir)
           
 void setInfoLinksFile(java.lang.String file)
           
 void setParsedLogURL(java.lang.String parsedLogURL)
           
 void setTotalErrors(int totalErrors)
           
 void setTotalInfos(int totalInfos)
           
 void setTotalWarnings(int totalWarnings)
           
 void setWarningLinksFile(java.lang.String file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogParserResult

public LogParserResult()
Method Detail

getTotalErrors

public int getTotalErrors()

getTotalWarnings

public int getTotalWarnings()

getTotalInfos

public int getTotalInfos()

getHtmlLogFile

public java.lang.String getHtmlLogFile()

getHtmlLogPath

public java.lang.String getHtmlLogPath()

getErrorLinksFile

public java.lang.String getErrorLinksFile()

getWarningLinksFile

public java.lang.String getWarningLinksFile()

getInfoLinksFile

public java.lang.String getInfoLinksFile()

getParsedLogURL

public java.lang.String getParsedLogURL()

getReader

public java.io.Reader getReader(java.lang.String filePath)
                         throws java.io.IOException
Throws:
java.io.IOException

getLogReader

public java.io.Reader getLogReader()
                            throws java.io.IOException
Throws:
java.io.IOException

getErrorLinksReader

public java.io.Reader getErrorLinksReader()
                                   throws java.io.IOException
Throws:
java.io.IOException

getWarningLinksReader

public java.io.Reader getWarningLinksReader()
                                     throws java.io.IOException
Throws:
java.io.IOException

getInfoLinksReader

public java.io.Reader getInfoLinksReader()
                                  throws java.io.IOException
Throws:
java.io.IOException

setHtmlLogFile

public void setHtmlLogFile(java.lang.String file)

setHtmlLogPath

public void setHtmlLogPath(java.lang.String dir)

setErrorLinksFile

public void setErrorLinksFile(java.lang.String file)

setWarningLinksFile

public void setWarningLinksFile(java.lang.String file)

setInfoLinksFile

public void setInfoLinksFile(java.lang.String file)

setTotalErrors

public void setTotalErrors(int totalErrors)

setTotalWarnings

public void setTotalWarnings(int totalWarnings)

setTotalInfos

public void setTotalInfos(int totalInfos)

setParsedLogURL

public void setParsedLogURL(java.lang.String parsedLogURL)

getHtmlLogFileToRead

public java.io.File getHtmlLogFileToRead()

getHtmlContent

public java.lang.String getHtmlContent()


Copyright © 2010. All Rights Reserved.