Uses of Class
io.jenkins.plugins.analysis.core.util.LogHandler
-
Packages that use LogHandler Package Description io.jenkins.plugins.analysis.core.model io.jenkins.plugins.analysis.warnings.axivion io.jenkins.plugins.analysis.warnings.tasks -
-
Uses of LogHandler in io.jenkins.plugins.analysis.core.model
Methods in io.jenkins.plugins.analysis.core.model with parameters of type LogHandler Modifier and Type Method Description edu.hm.hafner.analysis.Report
ReportScanningTool. scan(Run<?,?> run, FilePath workspace, Charset sourceCodeEncoding, LogHandler logger)
abstract edu.hm.hafner.analysis.Report
Tool. scan(Run<?,?> run, FilePath workspace, Charset sourceCodeEncoding, LogHandler logger)
Scans the results of a build for issues. -
Uses of LogHandler in io.jenkins.plugins.analysis.warnings.axivion
Methods in io.jenkins.plugins.analysis.warnings.axivion with parameters of type LogHandler Modifier and Type Method Description edu.hm.hafner.analysis.Report
AxivionSuite. scan(Run<?,?> run, FilePath workspace, Charset sourceCodeEncoding, LogHandler logger)
-
Uses of LogHandler in io.jenkins.plugins.analysis.warnings.tasks
Methods in io.jenkins.plugins.analysis.warnings.tasks with parameters of type LogHandler Modifier and Type Method Description edu.hm.hafner.analysis.Report
OpenTasks. scan(Run<?,?> run, FilePath workspace, Charset sourceCodeEncoding, LogHandler logger)
-