public class FindBugsReporterResult extends FindBugsResult
| Constructor and Description |
|---|
FindBugsReporterResult(hudson.model.Run<?,?> build,
String defaultEncoding,
hudson.plugins.analysis.core.ParserResult result,
boolean usePreviousBuildAsReference,
boolean useStableBuildAsReference)
Creates a new instance of
FindBugsReporterResult. |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends hudson.plugins.analysis.core.ResultAction<? extends hudson.plugins.analysis.core.BuildResult>> |
getResultActionType() |
configure, createDeltaMessage, getDisplayName, getNewThisWeek, getNotInCloud, getNumberOfComments, getSerializationFileName, getSummaryattachLabelProvider, canUseDeltaValues, createDefaultDeltaMessage, createDefaultSummary, createHistory, createHistory, createUrl, evaluateStatus, evaluateStatus, getAnnotation, getAnnotation, getAnnotations, getAnnotations, getAnnotations, getApi, getContainer, getDataFile, getDays, getDefaultEncoding, getDelta, getDetails, getDynamic, getErrors, getFixedWarnings, getHeader, getHighDelta, getHighScoreGap, getHistory, getLowDelta, getModules, getNewWarnings, getNormalDelta, getNumberOfAnnotations, getNumberOfAnnotations, getNumberOfAnnotations, getNumberOfFixedWarnings, getNumberOfHighPriorityWarnings, getNumberOfLowPriorityWarnings, getNumberOfModules, getNumberOfNewWarnings, getNumberOfNormalPriorityWarnings, getNumberOfWarnings, getOwner, getPluginResult, getPreviousResult, getPriorities, getProject, getReason, getReferenceBuild, getResultIcon, getSuccessfulHighScore, getSuccessfulHighScoreGap, getSuccessfulSinceBuild, getSuccessfulSinceDate, getThresholds, getWarningsDelta, getZeroWarningsHighScore, getZeroWarningsSinceBuild, getZeroWarningsSinceDate, hasAnnotations, hasAnnotations, hasAnnotations, hasError, hasNoAnnotations, hasNoAnnotations, hasNoAnnotations, hasPreviousResult, isCurrent, isNewSuccessfulHighScore, isNewZeroWarningsHighScore, isSuccessful, isSuccessfulTouched, readResolve, serializeAnnotations, setHighWarnings, setLowWarnings, setNormalWarnings, setResult, setWarnings, toString, useAuthors, useOnlyStableBuildsAsReference, usePreviousBuildAsStablepublic FindBugsReporterResult(hudson.model.Run<?,?> build,
String defaultEncoding,
hudson.plugins.analysis.core.ParserResult result,
boolean usePreviousBuildAsReference,
boolean useStableBuildAsReference)
FindBugsReporterResult.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 annotationsusePreviousBuildAsReference - determines whether to use the previous build as the reference
builduseStableBuildAsReference - determines whether only stable builds should be used as
reference builds or notprotected Class<? extends hudson.plugins.analysis.core.ResultAction<? extends hudson.plugins.analysis.core.BuildResult>> getResultActionType()
getResultActionType in class FindBugsResultCopyright © 2016–2018. All rights reserved.