com.thalesgroup.hudson.plugins.cppcheck
Class CppcheckResult

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

@ExportedBean
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.Api getApi()
           
 java.lang.String getDetails()
           
 java.lang.Object getDynamic(java.lang.String link, org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
          Returns the dynamic result of the selection element.
 int getNewNumberErrors()
           
 hudson.model.AbstractBuild<?,?> getOwner()
           
 CppcheckReport getReport()
           
 java.lang.String getSummary()
           
 
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

getApi

public hudson.model.Api getApi()

getReport

@Exported
public CppcheckReport getReport()

getOwner

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

getDynamic

public java.lang.Object getDynamic(java.lang.String link,
                                   org.kohsuke.stapler.StaplerRequest request,
                                   org.kohsuke.stapler.StaplerResponse response)
Returns the dynamic result of the selection element.

Parameters:
link - the link to identify the sub page to show
request - Stapler request
response - Stapler response
Returns:
the dynamic result of the analysis (detail page).

getSummary

public java.lang.String getSummary()

getDetails

public java.lang.String getDetails()

getNewNumberErrors

public int getNewNumberErrors()


Copyright © 2009. All Rights Reserved.