Class FixedWarningsDetail
java.lang.Object
io.jenkins.plugins.datatables.DefaultAsyncTableContentProvider
io.jenkins.plugins.analysis.core.model.IssuesDetail
io.jenkins.plugins.analysis.core.model.FixedWarningsDetail
- All Implemented Interfaces:
 ModelObject,io.jenkins.plugins.datatables.AsyncTableContentProvider
Result object to visualize the fixed issues in a build.
- Author:
 - Ullrich Hafner
 
- 
Method Summary
Modifier and TypeMethodDescriptionbooleancanDisplayFile(edu.hm.hafner.analysis.Issue issue) Returns whether the affected file of the specified fixed issue can be shown in the UI.Returns the URL to the results of the same type of issues (i.e.Methods inherited from class io.jenkins.plugins.analysis.core.model.IssuesDetail
getApi, getBuildTrend, getDetails, getDisplayName, getDynamic, getErrorMessages, getFileDisplayName, getFixedIssues, getHealthTrend, getInfoMessages, getIssues, getLabelProvider, getLocalizedSeverity, getModifiedModel, getNewIssues, getNewVersusFixedTrend, getOutstandingIssues, getOwner, getSeverityModel, getTabLabelProvider, getTableModel, getToolsTrend, getTrendModel, getUrl, getUrlForBuild, hasIssuesInModifiedCode, isBlameVisible, isCurrent, isForensicsVisible, isHealthReportEnabled, resetReferenceMethods inherited from class io.jenkins.plugins.datatables.DefaultAsyncTableContentProvider
getTableRows 
- 
Method Details
- 
canDisplayFile
public boolean canDisplayFile(edu.hm.hafner.analysis.Issue issue) Returns whether the affected file of the specified fixed issue can be shown in the UI.- Overrides:
 canDisplayFilein classIssuesDetail- Parameters:
 issue- the issue to get the affected file for- Returns:
 trueif the file could be shown,falseotherwise
 - 
getReferenceUrl
Returns the URL to the results of the same type of issues (i.e. same ID) in the reference build.If no reference build is found, then an empty string is returned.
- Returns:
 - URL to the results of the reference build
 
 
 -