Class GitClientAuthenticatorExtension

java.lang.Object
hudson.model.AbstractDescribableImpl<hudson.plugins.git.extensions.GitSCMExtension>
hudson.plugins.git.extensions.GitSCMExtension
com.cloudbees.jenkins.plugins.bitbucket.impl.extension.GitClientAuthenticatorExtension
com.cloudbees.jenkins.plugins.bitbucket.GitClientAuthenticatorExtension
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 GitClientAuthenticatorExtension extends GitClientAuthenticatorExtension
Deprecated.
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.cloudbees.jenkins.plugins.bitbucket.impl.extension.GitClientAuthenticatorExtension

    GitClientAuthenticatorExtension.DescriptorImpl
  • Constructor Summary

    Constructors
    Constructor
    Description
    GitClientAuthenticatorExtension(com.cloudbees.plugins.credentials.common.StandardUsernameCredentials credentials)
    Deprecated.
     
  • Method Summary

    Methods inherited from class com.cloudbees.jenkins.plugins.bitbucket.impl.extension.GitClientAuthenticatorExtension

    decorate, equals, getCredentials, getUrl, hashCode

    Methods inherited from class hudson.plugins.git.extensions.GitSCMExtension

    beforeCheckout, beforeCheckout, decorateCheckoutCommand, decorateCheckoutCommand, decorateCloneCommand, decorateCloneCommand, decorateFetchCommand, decorateFetchCommand, decorateMergeCommand, decorateMergeCommand, decorateRevisionToBuild, decorateRevisionToBuild, determineSupportForJGit, enableMultipleRevisionDetection, getDescriptor, getRequiredClient, getWorkingDirectory, getWorkingDirectory, isRevExcluded, onCheckoutCompleted, onCheckoutCompleted, onClean, populateEnvironmentVariables, requiresWorkspaceForPolling

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GitClientAuthenticatorExtension

      public GitClientAuthenticatorExtension(com.cloudbees.plugins.credentials.common.StandardUsernameCredentials credentials)
      Deprecated.