Uses of Class
io.jenkins.plugins.analysis.core.model.ToolSelection
Packages that use ToolSelection
Package
Description
-
Uses of ToolSelection in io.jenkins.plugins.analysis.core.columns
Methods in io.jenkins.plugins.analysis.core.columns that return types with arguments of type ToolSelectionMethod parameters in io.jenkins.plugins.analysis.core.columns with type arguments of type ToolSelectionModifier and TypeMethodDescriptionvoidIssuesTotalColumn.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
Method parameters in io.jenkins.plugins.analysis.core.model with type arguments of type ToolSelectionModifier and TypeMethodDescriptionstatic Predicate<ResultAction>ToolSelection.createToolFilter(boolean canSelectTools, List<ToolSelection> selectedTools) Creates a filter that can be used to filterResultActioninstances 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
Methods in io.jenkins.plugins.analysis.core.portlets that return types with arguments of type ToolSelectionMethod parameters in io.jenkins.plugins.analysis.core.portlets with type arguments of type ToolSelectionModifier and TypeMethodDescriptionvoidIssuesChartPortlet.setTools(List<ToolSelection> tools) Returns the tools that should be taken into account when summing up the totals of a job.voidIssuesTablePortlet.setTools(List<ToolSelection> tools) Returns the tools that should be taken into account when summing up the totals of a job.