Class ConsoleExercisedPluginReporter

java.lang.Object
org.jenkinsci.test.acceptance.utils.pluginreporter.ConsoleExercisedPluginReporter
All Implemented Interfaces:
ExercisedPluginsReporter

public class ConsoleExercisedPluginReporter extends Object implements ExercisedPluginsReporter
Exercised Plugin Reporter that logs to console
Author:
scott.hebert@ericsson.com
  • Constructor Details

    • ConsoleExercisedPluginReporter

      public ConsoleExercisedPluginReporter()
  • Method Details

    • log

      public void log(String testName, String pluginName, @CheckForNull String pluginVersion)
      Description copied from interface: ExercisedPluginsReporter
      This method is called by WithPlugins to log and report the plugin and its version installed by the test
      Specified by:
      log in interface ExercisedPluginsReporter
      Parameters:
      testName - Name of Test being executed
      pluginName - Name of Plugin that was installed
      pluginVersion - Version of Plugin that was installed