Class ConsoleExercisedPluginReporter
java.lang.Object
org.jenkinsci.test.acceptance.utils.pluginreporter.ConsoleExercisedPluginReporter
- All Implemented Interfaces:
ExercisedPluginsReporter
Exercised Plugin Reporter that logs to console
- Author:
- scott.hebert@ericsson.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidThis method is called byWithPluginsto log and report the plugin and its version installed by the test
-
Constructor Details
-
ConsoleExercisedPluginReporter
public ConsoleExercisedPluginReporter()
-
-
Method Details
-
log
Description copied from interface:ExercisedPluginsReporterThis method is called byWithPluginsto log and report the plugin and its version installed by the test- Specified by:
login interfaceExercisedPluginsReporter- Parameters:
testName- Name of Test being executedpluginName- Name of Plugin that was installedpluginVersion- Version of Plugin that was installed
-