Class IssuesTablePortlet.Result
java.lang.Object
io.jenkins.plugins.analysis.core.portlets.IssuesTablePortlet.Result
- Enclosing class:
- IssuesTablePortlet
Provides the model for a cell of the table, that contains the static analysis result.
- 
Method Details- 
getTotalReturns the total number of issues for the selected static analysis tool in a given job.- Returns:
- the number of issues for a tool in a given job
 
- 
getUrlReturns the URL of the associated action, relative to the context root of Jenkins.- Returns:
- the URL to the results
 
 
-