com.thalesgroup.hudson.plugins.cppcheck
Class CppcheckResult
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CppcheckResult
public CppcheckResult(CppcheckReport report,
hudson.model.AbstractBuild<?,?> owner)
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 showrequest - Stapler requestresponse - 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.