Class TextFileExercisedPluginReporter
java.lang.Object
org.jenkinsci.test.acceptance.utils.pluginreporter.TextFileExercisedPluginReporter
- All Implemented Interfaces:
ExercisedPluginsReporter
Exercised Plugin Reporter that logs to text file
The contents are java properties.
Properties will be stored as follows:
<testName>::<pluginName> = <pluginVersion>
- Author:
- scott.hebert@ericsson.com
-
Method Summary
Modifier and TypeMethodDescriptionvoid
This method is called byWithPlugins
to log and report the plugin and its version installed by the test
-
Method Details
-
getInstance
-
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
-