public class CpptestResult
extends hudson.plugins.analysis.core.BuildResult
| Modifier | Constructor and Description |
|---|---|
|
CpptestResult(hudson.model.AbstractBuild<?,?> build,
String defaultEncoding,
hudson.plugins.analysis.core.ParserResult result)
Creates a new instance of
CpptestResult. |
protected |
CpptestResult(hudson.model.AbstractBuild<?,?> build,
String defaultEncoding,
hudson.plugins.analysis.core.ParserResult result,
hudson.plugins.analysis.core.BuildHistory history)
Creates a new instance of
CpptestResult. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configure(com.thoughtworks.xstream.XStream xstream) |
protected String |
createDeltaMessage() |
String |
getDisplayName() |
protected Class<? extends hudson.plugins.analysis.core.ResultAction<? extends hudson.plugins.analysis.core.BuildResult>> |
getResultActionType() |
protected String |
getSerializationFileName()
Returns the name of the file to store the serialized annotations.
|
String |
getSummary()
Returns a summary message for the summary.jelly file.
|
canUseDeltaValues, createHighScoreMessage, createListItem, createNoWarningsMessage, createSuccessfulHighScoreMessage, evaluateStatus, evaluateStatus, getAnnotation, getAnnotation, getAnnotations, getAnnotations, getAnnotations, getApi, getContainer, getDataFile, getDays, getDefaultEncoding, getDelta, getDetails, getDynamic, getErrors, getFixedWarnings, getHighDelta, getHighScoreGap, getLowDelta, getModules, getNewWarnings, getNormalDelta, getNumberOfAnnotations, getNumberOfAnnotations, getNumberOfAnnotations, getNumberOfFixedWarnings, getNumberOfModules, getNumberOfNewWarnings, getNumberOfWarnings, getOwner, getPluginResult, getPreviousResult, getPriorities, getProject, getResultIcon, getSuccessfulHighScore, getSuccessfulHighScoreGap, getSuccessfulSinceBuild, getSuccessfulSinceDate, getThresholds, getWarningsDelta, getZeroWarningsHighScore, getZeroWarningsSinceBuild, getZeroWarningsSinceDate, hasAnnotations, hasAnnotations, hasAnnotations, hasError, hasNoAnnotations, hasNoAnnotations, hasNoAnnotations, hasPreviousResult, isCurrent, isNewSuccessfulHighScore, isNewZeroWarningsHighScore, isSuccessful, isSuccessfulTouched, readResolve, setHighWarnings, setLowWarnings, setNormalWarnings, setResult, setWarnings, toStringpublic CpptestResult(hudson.model.AbstractBuild<?,?> build,
String defaultEncoding,
hudson.plugins.analysis.core.ParserResult result)
CpptestResult.build - the current build as owner of this actiondefaultEncoding - the default encoding to be used when reading and parsing filesresult - the parsed result with all annotationsprotected CpptestResult(hudson.model.AbstractBuild<?,?> build,
String defaultEncoding,
hudson.plugins.analysis.core.ParserResult result,
hudson.plugins.analysis.core.BuildHistory history)
CpptestResult.build - the current build as owner of this actiondefaultEncoding - the default encoding to be used when reading and parsing filesresult - the parsed result with all annotationshistory - the plug-in historyprotected void configure(com.thoughtworks.xstream.XStream xstream)
configure in class hudson.plugins.analysis.core.BuildResultpublic String getSummary()
protected String createDeltaMessage()
createDeltaMessage in class hudson.plugins.analysis.core.BuildResultprotected String getSerializationFileName()
getSerializationFileName in class hudson.plugins.analysis.core.BuildResultpublic String getDisplayName()
protected Class<? extends hudson.plugins.analysis.core.ResultAction<? extends hudson.plugins.analysis.core.BuildResult>> getResultActionType()
getResultActionType in class hudson.plugins.analysis.core.BuildResultCopyright © 2004-2015. All Rights Reserved.