com.thalesgroup.hudson.plugins.cppcheck
Class CppcheckSummary

java.lang.Object
  extended by com.thalesgroup.hudson.plugins.cppcheck.CppcheckSummary

public class CppcheckSummary
extends java.lang.Object


Method Summary
static java.lang.String createReportSummary(CppcheckResult result)
          Creates an HTML Cppcheck summary.
static java.lang.String createReportSummaryDetails(CppcheckResult result)
          Creates an HTML Cppcheck detailed summary.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createReportSummary

public static java.lang.String createReportSummary(CppcheckResult result)
Creates an HTML Cppcheck summary.

Parameters:
result - the cppcheck result object
Returns:
the HTML fragment representing the cppcheck report summary

createReportSummaryDetails

public static java.lang.String createReportSummaryDetails(CppcheckResult result)
Creates an HTML Cppcheck detailed summary.

Parameters:
result - the cppcheck result object
Returns:
the HTML fragment representing the cppcheck report details summary


Copyright © 2010. All Rights Reserved.