org.jvnet.hudson.test
Class ExtractResourceSCM
java.lang.Object
hudson.scm.SCM
hudson.scm.NullSCM
org.jvnet.hudson.test.ExtractResourceSCM
- All Implemented Interfaces:
- ExtensionPoint, Describable<SCM>
public class ExtractResourceSCM
- extends NullSCM
SCM useful for testing that extracts the given resource as a zip file.
- Author:
- Kohsuke Kawaguchi
| Methods inherited from class hudson.scm.SCM |
_calcRevisionsFromBuild, _for, all, buildEnvVars, createEmptyChangeLog, getApi, getBrowser, getDescriptor, getEffectiveBrowser, getModuleRoot, getModuleRoot, getModuleRoots, getModuleRoots, getType, nullify, poll, pollChanges, processWorkspaceBeforeDeletion, requiresWorkspaceForPolling, supportsPolling |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtractResourceSCM
public ExtractResourceSCM(URL zip)
checkout
public boolean checkout(AbstractBuild build,
Launcher launcher,
FilePath workspace,
BuildListener listener,
File changeLogFile)
throws IOException,
InterruptedException
- Overrides:
checkout in class NullSCM
- Throws:
IOException
InterruptedException
Copyright © 2010. All Rights Reserved.