Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Classes
  • Methods
  • Constructors
  • Terminally Deprecated Elements
    Element
    Description
    com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi.getTeamAvatar()
    Use BitbucketApi.getAvatar(String) with the avatar url link gather from repository, project, workspace or user.
    com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi.getWebHooks()
    Use the BitbucketWebhookConfiguration implementation to gather information about webhook.
    com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi.postBuildStatus(BitbucketBuildStatus)
    Use the appropriate BitbucketBuildStatusNotifier instead of this
    com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi.registerCommitWebHook(BitbucketWebHook)
    Use the BitbucketWebhookConfiguration implementation to gather information about webhook.
    com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi.removeCommitWebHook(BitbucketWebHook)
    Use the BitbucketWebhookConfiguration implementation to gather information about webhook.
    com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi.updateCommitWebHook(BitbucketWebHook)
    Use the BitbucketWebhookConfiguration implementation to gather information about webhook.
    com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketCommit.getDate()
    com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketCommit.getDateMillis()
    com.cloudbees.jenkins.plugins.bitbucket.api.endpoint.BitbucketEndpoint.credentials()
    Use BitbucketEndpoint.getWebhook() instead of this to retrieve information webhook
    com.cloudbees.jenkins.plugins.bitbucket.api.endpoint.BitbucketEndpoint.getCredentialsId()
    Use BitbucketEndpoint.getWebhook() instead of this to retrieve information webhook
    com.cloudbees.jenkins.plugins.bitbucket.api.endpoint.BitbucketEndpoint.getEndpointJenkinsRootURL()
    Use BitbucketEndpoint.getWebhook() instead of this to retrieve information webhook
    com.cloudbees.jenkins.plugins.bitbucket.api.endpoint.BitbucketEndpoint.isManageHooks()
    Use BitbucketEndpoint.getWebhook() instead of this to retrieve information webhook
    com.cloudbees.jenkins.plugins.bitbucket.api.endpoint.BitbucketEndpoint.setManageHooks(boolean, String)
    Use BitbucketEndpoint.getWebhook() instead of this to retrieve information webhook
    com.cloudbees.jenkins.plugins.bitbucket.api.endpoint.BitbucketEndpointProvider.lookupEndpointJenkinsRootURL(String)
    This value depends on the underline BitbucketWebhookConfiguration configured for the endpoint.
    com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator.getEndpointJenkinsRootUrl()
    com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource.isCloud()
    com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient.getTeamAvatar()
    com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommit.getDate()
    com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommit.getDateMillis()
    com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketEndpointConfiguration.normalizeServerUrl(String)
    Do not use at all, endpoint URL are already managed internally
    com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.AbstractBitbucketEndpoint.getCredentialsId()
    com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.AbstractBitbucketEndpoint.getEndpointJenkinsRootURL()
    com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.AbstractBitbucketEndpoint.isManageHooks()
    com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.AbstractBitbucketEndpoint.setManageHooks(boolean, String)
    com.cloudbees.jenkins.plugins.bitbucket.impl.extension.GitClientAuthenticatorExtension(String, StandardUsernameCredentials)
    com.cloudbees.jenkins.plugins.bitbucket.impl.extension.GitClientAuthenticatorExtension.getCredentials()
    com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient.getTeamAvatar()
    com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerCommit.getDate()
    com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerCommit.getDateMillis()
  • Deprecated Classes
    Class
    Description
    com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudBranch.Head
    com.cloudbees.jenkins.plugins.bitbucket.GitClientAuthenticatorExtension
    com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin.PluginPullRequestWebhookProcessor
    com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin.PluginPushWebhookProcessor
    com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin.PluginWebhookConfiguration
    com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin.PluginWebhookManager
  • Deprecated Methods
    Method
    Description
    com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi.getTeamAvatar()
    Use BitbucketApi.getAvatar(String) with the avatar url link gather from repository, project, workspace or user.
    com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi.getWebHooks()
    Use the BitbucketWebhookConfiguration implementation to gather information about webhook.
    com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi.postBuildStatus(BitbucketBuildStatus)
    Use the appropriate BitbucketBuildStatusNotifier instead of this
    com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi.registerCommitWebHook(BitbucketWebHook)
    Use the BitbucketWebhookConfiguration implementation to gather information about webhook.
    com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi.removeCommitWebHook(BitbucketWebHook)
    Use the BitbucketWebhookConfiguration implementation to gather information about webhook.
    com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi.updateCommitWebHook(BitbucketWebHook)
    Use the BitbucketWebhookConfiguration implementation to gather information about webhook.
    com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApiFactory.create(String, StandardUsernamePasswordCredentials, String, String)
    com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketCommit.getDate()
    com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketCommit.getDateMillis()
    com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepository.getScm()
    no longer a choice
    com.cloudbees.jenkins.plugins.bitbucket.api.endpoint.BitbucketEndpoint.credentials()
    Use BitbucketEndpoint.getWebhook() instead of this to retrieve information webhook
    com.cloudbees.jenkins.plugins.bitbucket.api.endpoint.BitbucketEndpoint.getCredentialsId()
    Use BitbucketEndpoint.getWebhook() instead of this to retrieve information webhook
    com.cloudbees.jenkins.plugins.bitbucket.api.endpoint.BitbucketEndpoint.getEndpointJenkinsRootURL()
    Use BitbucketEndpoint.getWebhook() instead of this to retrieve information webhook
    com.cloudbees.jenkins.plugins.bitbucket.api.endpoint.BitbucketEndpoint.isManageHooks()
    Use BitbucketEndpoint.getWebhook() instead of this to retrieve information webhook
    com.cloudbees.jenkins.plugins.bitbucket.api.endpoint.BitbucketEndpoint.setManageHooks(boolean, String)
    Use BitbucketEndpoint.getWebhook() instead of this to retrieve information webhook
    com.cloudbees.jenkins.plugins.bitbucket.api.endpoint.BitbucketEndpointProvider.lookupEndpointJenkinsRootURL(String)
    This value depends on the underline BitbucketWebhookConfiguration configured for the endpoint.
    com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator.getEndpointJenkinsRootUrl()
    com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource.isCloud()
    com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient.getTeamAvatar()
    com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient.postBuildStatus(BitbucketBuildStatus)
    com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommit.getDate()
    com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommit.getDateMillis()
    com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudRepository.setScm(String)
    com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketEndpointConfiguration.getEndpointItems()
    Use BitbucketEndpointProvider.listEndpoints() instead of this.
    com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketEndpointConfiguration.normalizeServerUrl(String)
    Do not use at all, endpoint URL are already managed internally
    com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.AbstractBitbucketEndpoint.getCredentialsId()
    com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.AbstractBitbucketEndpoint.getEndpointJenkinsRootURL()
    com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.AbstractBitbucketEndpoint.isManageHooks()
    com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.AbstractBitbucketEndpoint.setManageHooks(boolean, String)
    com.cloudbees.jenkins.plugins.bitbucket.impl.extension.GitClientAuthenticatorExtension.getCredentials()
    com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient.getTeamAvatar()
    com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient.postBuildStatus(BitbucketBuildStatus)
    com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerCommit.getDate()
    com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerCommit.getDateMillis()
  • Deprecated Constructors
    Constructor
    Description
    com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator(String, String, String)
    com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource(String, String, String)
    use BitbucketSCMSource(String, String) and SCMSource.setId(String)
    com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceBuilder(String, String, String, String, String)
    Added only for backward compatibility with BitbucketPipelineCreateRequest from Blue Ocean. Will be removed soon.
    com.cloudbees.jenkins.plugins.bitbucket.impl.extension.GitClientAuthenticatorExtension(String, StandardUsernameCredentials)
    com.cloudbees.jenkins.plugins.bitbucket.trait.ForkPullRequestDiscoveryTrait(int, SCMHeadAuthority<? super BitbucketSCMSourceRequest, ? extends ChangeRequestSCMHead2, ? extends SCMRevision>)

Copyright © 2016–2025. All rights reserved.