Uses of Class
io.jenkins.plugins.analysis.core.model.ToolSelection
Package
Description
-
Uses of ToolSelection in io.jenkins.plugins.analysis.core.columns
Modifier and TypeMethodDescriptionvoid
IssuesTotalColumn.setTools
(List<ToolSelection> tools) Returns the tools that should be taken into account when summing up the totals of a job. -
Uses of ToolSelection in io.jenkins.plugins.analysis.core.model
Modifier and TypeMethodDescriptionstatic Predicate
<ResultAction> ToolSelection.createToolFilter
(boolean canSelectTools, List<ToolSelection> selectedTools) Creates a filter that can be used to filterResultAction
instances for a given set of tools.static String[]
ToolSelection.getIds
(List<ToolSelection> tools) Returns all IDs of the specified tools. -
Uses of ToolSelection in io.jenkins.plugins.analysis.core.portlets
Modifier and TypeMethodDescriptionvoid
IssuesChartPortlet.setTools
(List<ToolSelection> tools) Returns the tools that should be taken into account when summing up the totals of a job.void
IssuesTablePortlet.setTools
(List<ToolSelection> tools) Returns the tools that should be taken into account when summing up the totals of a job.