|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.scm.SCM
hudson.scm.NullSCM
org.jvnet.hudson.test.ExtractResourceSCM
public class ExtractResourceSCM
SCM useful for testing that extracts the given resource as a zip file.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class hudson.scm.NullSCM |
|---|
NullSCM.DescriptorImpl |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Field Summary |
|---|
| Fields inherited from class hudson.scm.SCM |
|---|
PERMISSIONS, TAG |
| Constructor Summary | |
|---|---|
ExtractResourceSCM(java.net.URL zip)
|
|
| Method Summary | |
|---|---|
boolean |
checkout(AbstractBuild build,
Launcher launcher,
FilePath workspace,
BuildListener listener,
java.io.File changeLogFile)
|
| Methods inherited from class hudson.scm.NullSCM |
|---|
createChangeLogParser, pollChanges |
| Methods inherited from class hudson.scm.SCM |
|---|
_for, all, buildEnvVars, createEmptyChangeLog, getApi, getBrowser, getDescriptor, getEffectiveBrowser, getModuleRoot, getModuleRoots, getType, nullify, processWorkspaceBeforeDeletion, requiresWorkspaceForPolling, supportsPolling |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExtractResourceSCM(java.net.URL zip)
| Method Detail |
|---|
public boolean checkout(AbstractBuild build,
Launcher launcher,
FilePath workspace,
BuildListener listener,
java.io.File changeLogFile)
throws java.io.IOException,
java.lang.InterruptedException
checkout in class NullSCMjava.io.IOException
java.lang.InterruptedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||