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,
Run<?,?> build,
org.jenkinsci.plugins.gitclient.GitClient git,
TaskListener listener)
Called before the checkout activity (including fetch and checkout) starts.
|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
beforeCheckout, decorate, decorateCheckoutCommand, decorateCheckoutCommand, decorateCloneCommand, decorateCloneCommand, decorateFetchCommand, decorateFetchCommand, decorateMergeCommand, decorateMergeCommand, decorateRevisionToBuild, decorateRevisionToBuild, determineSupportForJGit, enableMultipleRevisionDetection, getDescriptor, getRequiredClient, getWorkingDirectory, getWorkingDirectory, isRevExcluded, onCheckoutCompleted, onCheckoutCompleted, onClean, populateEnvironmentVariables, requiresWorkspaceForPollingpublic void beforeCheckout(GitSCM scm, Run<?,?> build, org.jenkinsci.plugins.gitclient.GitClient git, TaskListener listener) throws IOException, InterruptedException, hudson.plugins.git.GitException
beforeCheckout in class GitSCMExtensionscm - GitSCM objectbuild - run contextgit - GitClientlistener - build logIOException - on input or output errorInterruptedException - when interruptedhudson.plugins.git.GitException - on git errorCopyright © 2007–2020. All rights reserved.