Class XUnitLog

java.lang.Object
org.jenkinsci.plugins.xunit.service.XUnitLog
All Implemented Interfaces:
Serializable

public class XUnitLog extends Object implements Serializable
See Also:
  • Constructor Details

    • XUnitLog

      @Inject public XUnitLog(TaskListener buildListener)
  • Method Details

    • info

      public void info(String message)
      Log an info output to the console logger.
      Parameters:
      message - The message to be outputted
    • error

      public void error(String message)
      Log an error output to the console logger.
      Parameters:
      message - The message to be outputted
    • warn

      public void warn(String message)
      Log a warning output to the console logger.
      Parameters:
      message - The message to be outputted