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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
This method is called byWithPlugins
to log and report the plugin and its version installed by the test
-
Constructor Details
-
ConsoleExercisedPluginReporter
public ConsoleExercisedPluginReporter()
-
-
Method Details
-
log
Description copied from interface:ExercisedPluginsReporter
This method is called byWithPlugins
to log and report the plugin and its version installed by the test- Specified by:
log
in interfaceExercisedPluginsReporter
- Parameters:
testName
- Name of Test being executedpluginName
- Name of Plugin that was installedpluginVersion
- Version of Plugin that was installed
-