Package org.jvnet.hudson.test
Class PluginUtils
java.lang.Object
org.jvnet.hudson.test.PluginUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FilecreateRealJenkinsFixturePlugin(File destinationDirectory, String baseline) Creates the plugin used by RealJenkinsFixture
-
Constructor Details
-
PluginUtils
public PluginUtils()
-
-
Method Details
-
createRealJenkinsFixturePlugin
public static File createRealJenkinsFixturePlugin(File destinationDirectory, String baseline) throws IOException Creates the plugin used by RealJenkinsFixture- Parameters:
destinationDirectory- directory to write the plugin to.baseline- the version of Jenkins to target- Returns:
- File the plugin we just created
- Throws:
IOException- if something goes wrong whilst creating the plugin.
-