public class ExtractResourceSCM
extends hudson.scm.NullSCM
SCM
useful for testing that extracts the given resource as a zip file.Constructor and Description |
---|
ExtractResourceSCM(URL zip) |
ExtractResourceSCM(URL zip,
String parentFolder)
with this constructor your zip can contains a folder
more useful to create a project test zip foo.zip foo
|
Modifier and Type | Method and Description |
---|---|
boolean |
checkout(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.FilePath workspace,
hudson.model.BuildListener listener,
File changeLogFile) |
calcRevisionsFromBuild, checkout, compareRemoteRevisionWith, createChangeLogParser
_calcRevisionsFromBuild, _for, _for, all, buildEnvironment, buildEnvVars, calcRevisionsFromBuild, compareRemoteRevisionWith, createEmptyChangeLog, createEmptyChangeLog, getApi, getBrowser, getDescriptor, getEffectiveBrowser, getKey, getModuleRoot, getModuleRoot, getModuleRoots, getModuleRoots, getType, guessBrowser, nullify, poll, pollChanges, postCheckout, postCheckout, processWorkspaceBeforeDeletion, processWorkspaceBeforeDeletion, requiresWorkspaceForPolling, supportsPolling
public ExtractResourceSCM(URL zip)
public boolean checkout(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.FilePath workspace, hudson.model.BuildListener listener, @NonNull File changeLogFile) throws IOException, InterruptedException
checkout
in class hudson.scm.SCM
IOException
InterruptedException
Copyright © 2004–2022. All rights reserved.