Class PluginUtils

java.lang.Object
org.jvnet.hudson.test.PluginUtils

public class PluginUtils extends Object
  • 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.