Klasse ConsoleLogHandler
java.lang.Object
io.jenkins.plugins.analysis.core.util.ConsoleLogHandler
Handles references to issues in the console log.
- Autor:
- Ullrich Hafner
-
Feldübersicht
Modifizierer und TypFeldBeschreibungstatic final String
ID that indicates that an issue references a line in the console log of a build. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic boolean
isInConsoleLog
(String fileName) Returns whether the specified issue refers to a line in the console log.
-
Felddetails
-
JENKINS_CONSOLE_LOG_FILE_NAME_ID
ID that indicates that an issue references a line in the console log of a build.- Siehe auch:
-
-
Methodendetails
-
isInConsoleLog
Returns whether the specified issue refers to a line in the console log.- Parameter:
fileName
- the affected file- Gibt zurück:
true
if the issue refers to a line in the console log,false
if the issue refers to a source code file in the workspace
-