Class ExtractResourceWithChangesSCM

java.lang.Object
hudson.scm.SCM
hudson.scm.NullSCM
org.jvnet.hudson.test.ExtractResourceWithChangesSCM
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.scm.SCM>

public class ExtractResourceWithChangesSCM extends hudson.scm.NullSCM
SCM useful for testing that extracts the given resource as a zip file.
Author:
Kohsuke Kawaguchi
  • Constructor Details

    • ExtractResourceWithChangesSCM

      public ExtractResourceWithChangesSCM(URL firstZip, URL secondZip)
    • ExtractResourceWithChangesSCM

      public ExtractResourceWithChangesSCM(URL firstZip, URL secondZip, String moduleRoot)
  • Method Details