Uses of Class
io.jenkins.plugins.analysis.core.model.ToolSelection
-
Packages that use ToolSelection Package Description io.jenkins.plugins.analysis.core.columns io.jenkins.plugins.analysis.core.model io.jenkins.plugins.analysis.core.portlets -
-
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 ToolSelection Modifier and Type Method Description List<ToolSelection>
IssuesTotalColumn. getTools()
Method parameters in io.jenkins.plugins.analysis.core.columns with type arguments of type ToolSelection Modifier and Type Method Description void
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
Method parameters in io.jenkins.plugins.analysis.core.model with type arguments of type ToolSelection Modifier and Type Method Description static 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
Methods in io.jenkins.plugins.analysis.core.portlets that return types with arguments of type ToolSelection Modifier and Type Method Description List<ToolSelection>
IssuesChartPortlet. getTools()
List<ToolSelection>
IssuesTablePortlet. getTools()
Method parameters in io.jenkins.plugins.analysis.core.portlets with type arguments of type ToolSelection Modifier and Type Method Description void
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.
-