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.
  • Constructor Details

    • FallbackToOtherRepositoryGitSCMExtension

      public FallbackToOtherRepositoryGitSCMExtension(String cloneLink, String remoteName, List<BranchWithHash> branchWithHashes)
      Deprecated.