Uses of Class
io.jenkins.plugins.analysis.core.steps.ToolProxy
-
Packages that use ToolProxy Package Description io.jenkins.plugins.analysis.core.steps -
-
Uses of ToolProxy in io.jenkins.plugins.analysis.core.steps
Methods in io.jenkins.plugins.analysis.core.steps that return types with arguments of type ToolProxy Modifier and Type Method Description List<ToolProxy>
IssuesRecorder. getToolProxies()
Deprecated.this method is only intended to be called by the UIList<ToolProxy>
RecordIssuesStep. getToolProxies()
Deprecated.this method is only intended to be called by the UIMethod parameters in io.jenkins.plugins.analysis.core.steps with type arguments of type ToolProxy Modifier and Type Method Description void
IssuesRecorder. setToolProxies(List<ToolProxy> toolProxies)
Deprecated.this method is only intended to be called by the UIvoid
RecordIssuesStep. setToolProxies(List<ToolProxy> toolProxies)
Deprecated.this method is only intended to be called by the UI
-