public class DisableRemotePoll extends GitSCMExtension
| Modifier and Type | Class and Description |
|---|---|
static class |
DisableRemotePoll.DescriptorImpl |
| Constructor and Description |
|---|
DisableRemotePoll() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
requiresWorkspaceForPolling() |
beforeCheckout, beforeCheckout, decorate, decorateCheckoutCommand, decorateCheckoutCommand, decorateCloneCommand, decorateCloneCommand, decorateFetchCommand, decorateMergeCommand, decorateMergeCommand, decorateRevisionToBuild, decorateRevisionToBuild, getDescriptor, getRequiredClient, getWorkingDirectory, getWorkingDirectory, isRevExcluded, onCheckoutCompleted, onCheckoutCompleted, onClean, populateEnvironmentVariablespublic boolean requiresWorkspaceForPolling()
requiresWorkspaceForPolling in class GitSCMExtensiontrue when this extension has a requirement to get a workspace during polling,
typically as it has to check for incoming changes, not just remote HEAD.Copyright © 2004-2015. All Rights Reserved.