com.thalesgroup.hudson.plugins.cppcheck
Class CppcheckParserResult

java.lang.Object
  extended by com.thalesgroup.hudson.plugins.cppcheck.CppcheckParserResult
All Implemented Interfaces:
hudson.FilePath.FileCallable<CppcheckReport>, java.io.Serializable

public class CppcheckParserResult
extends java.lang.Object
implements hudson.FilePath.FileCallable<CppcheckReport>

See Also:
Serialized Form

Field Summary
static java.lang.String DELAULT_REPORT_MAVEN
           
 
Constructor Summary
CppcheckParserResult(java.io.PrintStream logger, java.lang.String cppcheckReportPattern)
           
 
Method Summary
 java.lang.String getCppcheckReportPattern()
           
 CppcheckReport invoke(java.io.File moduleRoot, hudson.remoting.VirtualChannel channel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DELAULT_REPORT_MAVEN

public static final java.lang.String DELAULT_REPORT_MAVEN
See Also:
Constant Field Values
Constructor Detail

CppcheckParserResult

public CppcheckParserResult(java.io.PrintStream logger,
                            java.lang.String cppcheckReportPattern)
Method Detail

invoke

public CppcheckReport invoke(java.io.File moduleRoot,
                             hudson.remoting.VirtualChannel channel)
                      throws java.io.IOException
Specified by:
invoke in interface hudson.FilePath.FileCallable<CppcheckReport>
Throws:
java.io.IOException

getCppcheckReportPattern

public java.lang.String getCppcheckReportPattern()


Copyright © 2009. All Rights Reserved.