|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.thalesgroup.hudson.plugins.cppcheck.CppcheckResult
@ExportedBean public class CppcheckResult
| Constructor Summary | |
|---|---|
CppcheckResult(CppcheckReport report,
CppcheckSourceContainer cppcheckSourceContainer,
hudson.model.AbstractBuild<?,?> owner)
|
|
| Method Summary | |
|---|---|
hudson.model.Api |
getApi()
Gets the remote API for the build result. |
CppcheckSourceContainer |
getCppcheckSourceContainer()
|
java.lang.String |
getDetails()
Renders the detailed summary Cppcheck report for the build result. |
java.lang.Object |
getDynamic(java.lang.String link,
org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
Gets the dynamic result of the selection element. |
int |
getNumberErrorsAccordingConfiguration(CppcheckConfig cppecheckConfig,
boolean checkNewError)
Gets the number of errors according the selected severitiies form the configuration user object. |
int |
getNumberNewErrorsFromPreviousBuild()
Returns the number of new errors from the previous build result. |
hudson.model.AbstractBuild<?,?> |
getOwner()
|
CppcheckResult |
getPreviousResult()
Gets the previous Cppcheck result for the build result. |
CppcheckReport |
getReport()
|
java.lang.String |
getSummary()
Renders the summary Cppcheck report for the build result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CppcheckResult(CppcheckReport report,
CppcheckSourceContainer cppcheckSourceContainer,
hudson.model.AbstractBuild<?,?> owner)
| Method Detail |
|---|
public hudson.model.Api getApi()
@Exported public CppcheckReport getReport()
public hudson.model.AbstractBuild<?,?> getOwner()
public CppcheckSourceContainer getCppcheckSourceContainer()
public java.lang.Object getDynamic(java.lang.String link,
org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws java.io.IOException
link - the link to identify the sub page to showrequest - Stapler requestresponse - Stapler response
java.io.IOExceptionpublic java.lang.String getSummary()
public java.lang.String getDetails()
public CppcheckResult getPreviousResult()
public int getNumberNewErrorsFromPreviousBuild()
public int getNumberErrorsAccordingConfiguration(CppcheckConfig cppecheckConfig,
boolean checkNewError)
throws java.io.IOException
cppecheckConfig - the Cppcheck configuration objectcheckNewError - true, if the request is for the number of new errors
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||