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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidThis method is called byWithPluginsto log and report the plugin and its version installed by the test
- 
Constructor Details- 
ConsoleExercisedPluginReporterpublic ConsoleExercisedPluginReporter()
 
- 
- 
Method Details- 
logDescription copied from interface:ExercisedPluginsReporterThis method is called byWithPluginsto log and report the plugin and its version installed by the test- Specified by:
- login interface- ExercisedPluginsReporter
- Parameters:
- testName- Name of Test being executed
- pluginName- Name of Plugin that was installed
- pluginVersion- Version of Plugin that was installed
 
 
-