Klasse ConsoleLogHandler

java.lang.Object
io.jenkins.plugins.analysis.core.util.ConsoleLogHandler

public final class ConsoleLogHandler extends Object
Handles references to issues in the console log.
Autor:
Ullrich Hafner
  • Felddetails

    • JENKINS_CONSOLE_LOG_FILE_NAME_ID

      public static final String 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

      public static boolean isInConsoleLog(String fileName)
      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