Class FallbackToOtherRepositoryGitSCMExtension
java.lang.Object
hudson.model.AbstractDescribableImpl<hudson.plugins.git.extensions.GitSCMExtension>
hudson.plugins.git.extensions.GitSCMExtension
com.cloudbees.jenkins.plugins.bitbucket.impl.extension.FallbackToOtherRepositoryGitSCMExtension
com.cloudbees.jenkins.plugins.bitbucket.FallbackToOtherRepositoryGitSCMExtension
- All Implemented Interfaces:
Describable<hudson.plugins.git.extensions.GitSCMExtension>
@Restricted(org.kohsuke.accmod.restrictions.DoNotUse.class)
@RestrictedSince("933.3.0")
@Deprecated(since="933.3.0")
public class FallbackToOtherRepositoryGitSCMExtension
extends FallbackToOtherRepositoryGitSCMExtension
Deprecated.
If specified commit hashes are not found in repository then fetch
specified branches from remote.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.cloudbees.jenkins.plugins.bitbucket.impl.extension.FallbackToOtherRepositoryGitSCMExtension
FallbackToOtherRepositoryGitSCMExtension.DescriptorImpl
-
Constructor Summary
ConstructorDescriptionFallbackToOtherRepositoryGitSCMExtension
(String cloneLink, String remoteName, List<BranchWithHash> branchWithHashes) Deprecated. -
Method Summary
Methods inherited from class com.cloudbees.jenkins.plugins.bitbucket.impl.extension.FallbackToOtherRepositoryGitSCMExtension
decorateRevisionToBuild, getBranchWithHashes, getCloneLink, getRemoteName
Methods inherited from class hudson.plugins.git.extensions.GitSCMExtension
beforeCheckout, beforeCheckout, decorate, decorateCheckoutCommand, decorateCheckoutCommand, decorateCloneCommand, decorateCloneCommand, decorateFetchCommand, decorateFetchCommand, decorateMergeCommand, decorateMergeCommand, decorateRevisionToBuild, determineSupportForJGit, enableMultipleRevisionDetection, getDescriptor, getRequiredClient, getWorkingDirectory, getWorkingDirectory, isRevExcluded, onCheckoutCompleted, onCheckoutCompleted, onClean, populateEnvironmentVariables, requiresWorkspaceForPolling
-
Constructor Details
-
FallbackToOtherRepositoryGitSCMExtension
public FallbackToOtherRepositoryGitSCMExtension(String cloneLink, String remoteName, List<BranchWithHash> branchWithHashes) Deprecated.
-