Class BzmJobNotifier

java.lang.Object
hudson.plugins.blazemeter.utils.notifier.BzmJobNotifier
All Implemented Interfaces:
com.blazemeter.api.logging.UserNotifier

public class BzmJobNotifier extends Object implements com.blazemeter.api.logging.UserNotifier
  • Constructor Details

    • BzmJobNotifier

      public BzmJobNotifier(TaskListener listener)
  • Method Details

    • formatMessage

      public static String formatMessage(String msg)
    • notifyInfo

      public void notifyInfo(String s)
      Specified by:
      notifyInfo in interface com.blazemeter.api.logging.UserNotifier
    • notifyWarning

      public void notifyWarning(String s)
      Specified by:
      notifyWarning in interface com.blazemeter.api.logging.UserNotifier
    • notifyError

      public void notifyError(String s)
      Specified by:
      notifyError in interface com.blazemeter.api.logging.UserNotifier