Class HudsonHomeLoader.CopyExisting

  • All Implemented Interfaces:
    HudsonHomeLoader
    Enclosing interface:
    HudsonHomeLoader

    public static final class HudsonHomeLoader.CopyExisting
    extends Object
    implements HudsonHomeLoader
    Allocates a new directory by copying from an existing directory, or unzipping from a zip file.
    • Constructor Detail

      • CopyExisting

        public CopyExisting​(URL source)
        Extracts from a zip file in the resource.

        This is useful in case you want to have a test data in the resources. Only file URL is supported.