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.Run<?,?> build,
org.jenkinsci.plugins.gitclient.GitClient git,
hudson.model.TaskListener listener)
Called before the checkout activity (including fetch and checkout) starts.
|
beforeCheckout, decorate, decorateCheckoutCommand, decorateCheckoutCommand, decorateCloneCommand, decorateCloneCommand, decorateFetchCommand, decorateMergeCommand, decorateMergeCommand, decorateRevisionToBuild, decorateRevisionToBuild, getDescriptor, getRequiredClient, getWorkingDirectory, getWorkingDirectory, isRevExcluded, onCheckoutCompleted, onCheckoutCompleted, onClean, populateEnvironmentVariables, requiresWorkspaceForPollingpublic void beforeCheckout(GitSCM scm, hudson.model.Run<?,?> build, org.jenkinsci.plugins.gitclient.GitClient git, hudson.model.TaskListener listener) throws IOException, InterruptedException, hudson.plugins.git.GitException
GitSCMExtensionbeforeCheckout in class GitSCMExtensionIOExceptionInterruptedExceptionhudson.plugins.git.GitExceptionCopyright © 2004-2015. All Rights Reserved.