Class TextFileExercisedPluginReporter

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

public class TextFileExercisedPluginReporter extends Object implements 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