public class WipeWorkspace extends GitSCMExtension
| Modifier and Type | Class and Description |
|---|---|
static class |
WipeWorkspace.DescriptorImpl |
| Constructor and Description |
|---|
WipeWorkspace() |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeCheckout(GitSCM scm,
hudson.model.AbstractBuild<?,?> build,
org.jenkinsci.plugins.gitclient.GitClient git,
hudson.model.BuildListener listener)
Called before the checkout activity (including fetch and checkout) starts.
|
decorate, decorateCloneCommand, decorateMergeCommand, decorateRevisionToBuild, getDescriptor, getRequiredClient, getWorkingDirectory, isRevExcluded, onCheckoutCompleted, onClean, populateEnvironmentVariablespublic void beforeCheckout(GitSCM scm, hudson.model.AbstractBuild<?,?> build, org.jenkinsci.plugins.gitclient.GitClient git, hudson.model.BuildListener listener) throws IOException, InterruptedException, hudson.plugins.git.GitException
GitSCMExtensionbeforeCheckout in class GitSCMExtensionIOExceptionInterruptedExceptionhudson.plugins.git.GitExceptionCopyright © 2004-2013. All Rights Reserved.