com.thalesgroup.hudson.plugins.cppcheck
Class CppcheckResult

java.lang.Object
  extended by com.thalesgroup.hudson.plugins.cppcheck.CppcheckResult
All Implemented Interfaces:
java.io.Serializable

public class CppcheckResult
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
CppcheckResult(CppcheckReport report, hudson.model.AbstractBuild<?,?> owner)
           
 
Method Summary
 hudson.model.AbstractBuild<?,?> getOwner()
           
 CppcheckReport getReport()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CppcheckResult

public CppcheckResult(CppcheckReport report,
                      hudson.model.AbstractBuild<?,?> owner)
Method Detail

getReport

public CppcheckReport getReport()

getOwner

public hudson.model.AbstractBuild<?,?> getOwner()


Copyright © 2009. All Rights Reserved.