com.thalesgroup.hudson.plugins.cppcheck
Class CppcheckParser

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

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

See Also:
Serialized Form

Constructor Summary
CppcheckParser()
           
CppcheckParser(hudson.FilePath resultFilePath)
           
 
Method Summary
 hudson.FilePath getResultFilePath()
           
 CppcheckReport invoke(java.io.File workspace, hudson.remoting.VirtualChannel channel)
           
 void setResultFilePath(hudson.FilePath resultFilePath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CppcheckParser

public CppcheckParser()

CppcheckParser

public CppcheckParser(hudson.FilePath resultFilePath)
Method Detail

invoke

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

getResultFilePath

public hudson.FilePath getResultFilePath()

setResultFilePath

public void setResultFilePath(hudson.FilePath resultFilePath)


Copyright © 2009. All Rights Reserved.