Package org.jvnet.hudson.test
Class PluginUtils
java.lang.Object
org.jvnet.hudson.test.PluginUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic File
createRealJenkinsExtensionPlugin
(File destinationDirectory, String baseline) Creates the plugin used by RealJenkinsExtension
-
Constructor Details
-
PluginUtils
public PluginUtils()
-
-
Method Details
-
createRealJenkinsExtensionPlugin
public static File createRealJenkinsExtensionPlugin(File destinationDirectory, String baseline) throws IOException Creates the plugin used by RealJenkinsExtension- 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.
-