Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractBitbucketApi - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.client
- AbstractBitbucketApi(BitbucketAuthenticator) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.client.AbstractBitbucketApi
- AbstractBitbucketEndpoint - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint
-
Represents a
BitbucketCloudEndpoint
or aBitbucketServerEndpoint
. - AbstractBitbucketWebhookConfiguration - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook
- AbstractBitbucketWebhookConfiguration(boolean, String, boolean, String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.AbstractBitbucketWebhookConfiguration
- AbstractBitbucketWebhookConfiguration.AbstractBitbucketWebhookDescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook
- AbstractBitbucketWebhookDescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.AbstractBitbucketWebhookConfiguration.AbstractBitbucketWebhookDescriptorImpl
- AbstractSCMHeadEvent<P> - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud
- AbstractWebhookProcessor - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook
-
Abstract hook processor.
- AbstractWebhookProcessor() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.AbstractWebhookProcessor
- adapt(Class<T>) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
-
Adapt this implementation to the given class.
- adapt(Class<T>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.client.AbstractBitbucketApi
- added - Enum constant in enum class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommitDiffStat.CommitDiffStat
- addEndpoint(BitbucketEndpoint) - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketEndpointConfiguration
-
Adds an endpoint.
- addOptionalData(String, Object) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus
-
Add a new attribute to the payload to send.
- ADMIN - Enum constant in enum class com.cloudbees.jenkins.plugins.bitbucket.client.repository.UserRoleInRepository
- afterSave() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
- aliases() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.impl.BitbucketPlugin
-
Mapping classes after refactoring for backward compatibility.
- all() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.api.endpoint.BitbucketEndpointProvider
-
Returns all configured Bitbucket endpoints in the global page.
- ANONYMOUS - Static variable in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator.DescriptorImpl
- ANONYMOUS - Static variable in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource.DescriptorImpl
- apply(BitbucketWebhookConfiguration) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.webhook.BitbucketWebhookManager
-
The configuration that returned this implementation class.
- apply(BitbucketWebhookConfiguration) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud.CloudWebhookManager
- apply(BitbucketWebhookConfiguration) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin.PluginWebhookManager
-
Deprecated.
- apply(BitbucketWebhookConfiguration) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server.ServerWebhookManager
- apply(SCMSourceTrait) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.buildstatus.BitbucketBuildStatusCustomizer
-
Trait instance associate to a
SCMSource
where gather extra configuration options. - apply(SCMSourceTrait) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.webhook.BitbucketWebhookManager
-
Trait instance associate to a
SCMSource
where gather extra configuration options. - apply(SCMSourceTrait) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud.CloudWebhookManager
- apply(SCMSourceTrait) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin.PluginWebhookManager
-
Deprecated.
- apply(SCMSourceTrait) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server.ServerWebhookManager
- authenticationContext(String) - Static method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketAuthenticator
-
Generates context that sub-classes can use to determine if they would be able to authenticate against the provided server.
- Author() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequest.Author
- Author() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequest.Author
- available() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.ClosingConnectionInputStream
B
- BITBUCKET_INSTANCE_TYPE - Static variable in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketAuthenticator
-
The key for Bitbucket instance type as reported in an
AuthenticationTokenContext
- BITBUCKET_INSTANCE_TYPE_CLOUD - Static variable in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketAuthenticator
-
Purpose value for bitbucket cloud (i.e.
- BITBUCKET_INSTANCE_TYPE_SERVER - Static variable in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketAuthenticator
-
Purpose value for bitbucket server
- BitbucketAccessTokenAuthenticator - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.credentials
-
Authenticator that uses an access token.
- BitbucketAccessTokenAuthenticator(StringCredentials) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketAccessTokenAuthenticator
-
Constructor.
- BitbucketAccessTokenAuthenticatorSource - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.credentials
-
Source for access token authenticators.
- BitbucketAccessTokenAuthenticatorSource() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketAccessTokenAuthenticatorSource
-
Constructor.
- BitbucketApi - Interface in com.cloudbees.jenkins.plugins.bitbucket.api
-
Provides access to a specific repository.
- BitbucketApiFactory - Class in com.cloudbees.jenkins.plugins.bitbucket.api
-
Factory for creating
BitbucketApi
instances to connect to a given serverURL
. - BitbucketApiFactory() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApiFactory
- BitbucketApiUtils - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.util
- BitbucketApiUtils() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.util.BitbucketApiUtils
- BitbucketApiUtils.BitbucketSupplier<T> - Interface in com.cloudbees.jenkins.plugins.bitbucket.impl.util
- BitbucketAuthenticatedClient - Interface in com.cloudbees.jenkins.plugins.bitbucket.api
-
The implementation provides an authenticated client for a configured Bitbucket endpoint.
- BitbucketAuthenticator - Interface in com.cloudbees.jenkins.plugins.bitbucket.api
-
Support for various different methods of authenticating with Bitbucket
- BitbucketAvatarImageSource - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.avatars
- BitbucketAvatarImageSource(String, String, String, String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.avatars.BitbucketAvatarImageSource
- BitbucketBranch - Interface in com.cloudbees.jenkins.plugins.bitbucket.api
-
Bitbucket Branch.
- BitbucketBuildStatus - Class in com.cloudbees.jenkins.plugins.bitbucket.api
- BitbucketBuildStatus() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus
- BitbucketBuildStatus(BitbucketBuildStatus) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus
-
Copy constructor.
- BitbucketBuildStatus(String, String, BitbucketBuildStatus.Status, String, String, String, String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus
- BitbucketBuildStatus.Status - Enum Class in com.cloudbees.jenkins.plugins.bitbucket.api
-
Enumeration of possible Bitbucket commit notification states
- BitbucketBuildStatusCustomizer - Interface in com.cloudbees.jenkins.plugins.bitbucket.api.buildstatus
- BitbucketBuildStatusNotifications - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.notifier
-
This class encapsulates all Bitbucket notifications logic.
- BitbucketBuildStatusNotifications() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.notifier.BitbucketBuildStatusNotifications
- BitbucketBuildStatusNotifications.JobCheckoutListener - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.notifier
-
Sends notifications to Bitbucket on Checkout (for the "In Progress" Status).
- BitbucketBuildStatusNotifications.JobCompletedListener - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.notifier
-
Sends notifications to Bitbucket on Run completed.
- BitbucketBuildStatusNotificationsTrait - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
-
A
SCMSourceTrait
forBitbucketSCMSource
that sets how notifications are sent to Bitbucket. - BitbucketBuildStatusNotificationsTrait() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.BitbucketBuildStatusNotificationsTrait
-
Constructor.
- BitbucketBuildStatusNotificationsTrait_displayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
BitbucketBuildStatusNotificationsTrait.displayName
:Bitbucket build status notifications
. - BitbucketBuildStatusNotificationsTrait.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
-
Our constructor.
- BitbucketBuildStatusNotifier - Interface in com.cloudbees.jenkins.plugins.bitbucket.api.buildstatus
- BitbucketClientCertificateAuthenticator - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.credentials
-
Authenticates against Bitbucket using a TLS client certificate
- BitbucketClientCertificateAuthenticator(StandardCertificateCredentials) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketClientCertificateAuthenticator
- BitbucketClientCertificateAuthenticatorSource - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.credentials
-
Provider for client-cert authenticators
- BitbucketClientCertificateAuthenticatorSource() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketClientCertificateAuthenticatorSource
-
Constructor.
- BitbucketCloudApiClient - Class in com.cloudbees.jenkins.plugins.bitbucket.client
- BitbucketCloudApiClient(boolean, int, int, String, String, String, BitbucketAuthenticator) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
- BitbucketCloudApiFactory - Class in com.cloudbees.jenkins.plugins.bitbucket.client
- BitbucketCloudApiFactory() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiFactory
- BitbucketCloudAuthor - Class in com.cloudbees.jenkins.plugins.bitbucket.client.branch
-
Represents the author information given by Bitbucket Cloud.
- BitbucketCloudAuthor(String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudAuthor
- BitbucketCloudBranch - Class in com.cloudbees.jenkins.plugins.bitbucket.client.branch
- BitbucketCloudBranch(String, BitbucketCloudBranch.Target, List<BitbucketCloudBranch.Head>) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudBranch
- BitbucketCloudBranch(String, String, long) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudBranch
- BitbucketCloudBranch.Head - Class in com.cloudbees.jenkins.plugins.bitbucket.client.branch
-
Deprecated.
- BitbucketCloudBranch.Target - Class in com.cloudbees.jenkins.plugins.bitbucket.client.branch
- BitbucketCloudCommit - Class in com.cloudbees.jenkins.plugins.bitbucket.client.branch
- BitbucketCloudCommit(String, String, String, BitbucketCloudAuthor, BitbucketCloudAuthor, List<BitbucketCloudCommit.Parent>) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommit
- BitbucketCloudCommit.Parent - Class in com.cloudbees.jenkins.plugins.bitbucket.client.branch
- BitbucketCloudCommitDiffStat - Class in com.cloudbees.jenkins.plugins.bitbucket.client.branch
- BitbucketCloudCommitDiffStat(String, BitbucketCloudCommitDiffStat.CommitDiffStat, int, int, BitbucketCloudCommitDiffStat.FileInfo, BitbucketCloudCommitDiffStat.FileInfo) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommitDiffStat
- BitbucketCloudCommitDiffStat.CommitDiffStat - Enum Class in com.cloudbees.jenkins.plugins.bitbucket.client.branch
- BitbucketCloudCommitDiffStat.FileInfo - Class in com.cloudbees.jenkins.plugins.bitbucket.client.branch
- BitbucketCloudEndpoint - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint
-
Represents Bitbucket Cloud.
- BitbucketCloudEndpoint() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.BitbucketCloudEndpoint
-
Default constructor.
- BitbucketCloudEndpoint(boolean, int, int, BitbucketWebhookConfiguration) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.BitbucketCloudEndpoint
-
Constructor.
- BitbucketCloudEndpoint_displayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.Messages
-
Key
BitbucketCloudEndpoint.displayName
:Bitbucket Cloud
. - BitbucketCloudEndpoint.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint
-
Our descriptor.
- BitbucketCloudEndpointConfigurator - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.casc
-
Specialised class to configure how to build a new instance of BitbucketServerEndpoint using
ConfigurationAsCode
. - BitbucketCloudEndpointConfigurator() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.casc.BitbucketCloudEndpointConfigurator
- BitbucketCloudPage<T> - Class in com.cloudbees.jenkins.plugins.bitbucket.client
-
Bitbucket paginated resource
- BitbucketCloudPage(int, int, int, String, List<T>) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudPage
- BitbucketCloudPullRequest - Class in com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest
- BitbucketCloudPullRequest() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequest
- BitbucketCloudPullRequest.Author - Class in com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest
- BitbucketCloudPullRequest.Links - Class in com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest
- BitbucketCloudPullRequestCommit - Class in com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest
- BitbucketCloudPullRequestCommit() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequestCommit
- BitbucketCloudPullRequestDestination - Class in com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest
- BitbucketCloudPullRequestDestination(BitbucketCloudRepository, BitbucketCloudBranch, BitbucketCloudCommit) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequestDestination
- BitbucketCloudPullRequestEvent - Class in com.cloudbees.jenkins.plugins.bitbucket.client.events
- BitbucketCloudPullRequestEvent() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPullRequestEvent
- BitbucketCloudPullRequestRepository - Class in com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest
- BitbucketCloudPullRequestRepository(BitbucketCloudRepository, BitbucketCloudBranch, BitbucketCloudCommit) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequestRepository
- BitbucketCloudPushEvent - Class in com.cloudbees.jenkins.plugins.bitbucket.client.events
- BitbucketCloudPushEvent() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPushEvent
- BitbucketCloudPushEvent.ChangeImpl - Class in com.cloudbees.jenkins.plugins.bitbucket.client.events
- BitbucketCloudPushEvent.Push - Class in com.cloudbees.jenkins.plugins.bitbucket.client.events
- BitbucketCloudPushEvent.ReferenceImpl - Class in com.cloudbees.jenkins.plugins.bitbucket.client.events
- BitbucketCloudPushEvent.TargetImpl - Class in com.cloudbees.jenkins.plugins.bitbucket.client.events
- BitbucketCloudRepository - Class in com.cloudbees.jenkins.plugins.bitbucket.client.repository
- BitbucketCloudRepository() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudRepository
- BitbucketCloudRepositoryOwner - Class in com.cloudbees.jenkins.plugins.bitbucket.client.repository
- BitbucketCloudRepositoryOwner() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudRepositoryOwner
- BitbucketCloudWebhook - Class in com.cloudbees.jenkins.plugins.bitbucket.client.repository
- BitbucketCloudWebhook() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudWebhook
- BitbucketCloudWebhookPayload - Class in com.cloudbees.jenkins.plugins.bitbucket.client
- BitbucketCloudWebhookPayload() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudWebhookPayload
- BitbucketCloudWorkspace - Class in com.cloudbees.jenkins.plugins.bitbucket.api
- BitbucketCloudWorkspace() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketCloudWorkspace
- BitbucketCloudWorkspace(String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketCloudWorkspace
- BitbucketCommit - Interface in com.cloudbees.jenkins.plugins.bitbucket.api
-
Bitbucket commit.
- BitbucketCredentialsUtils - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.util
-
Utility class for common code accessing credentials.
- BitbucketDefaultBranch - Class in com.cloudbees.jenkins.plugins.bitbucket
-
Represents the default branch of a specific repository
- BitbucketDefaultBranch(String, String, String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.BitbucketDefaultBranch
- BitbucketEndpoint - Interface in com.cloudbees.jenkins.plugins.bitbucket.api.endpoint
-
The implementation represents an endpoint configuration to be used in
BitbucketSCMSource
. - BitbucketEndpointConfiguration - Class in com.cloudbees.jenkins.plugins.bitbucket.endpoints
-
Represents the global configuration of Bitbucket Cloud and Bitbucket Server endpoints.
- BitbucketEndpointConfiguration() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketEndpointConfiguration
-
Constructor.
- BitbucketEndpointDescriptor - Class in com.cloudbees.jenkins.plugins.bitbucket.api.endpoint
-
Descriptor
forBitbucketEndpoint
s. - BitbucketEndpointDescriptor() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.api.endpoint.BitbucketEndpointDescriptor
- BitbucketEndpointProvider - Class in com.cloudbees.jenkins.plugins.bitbucket.api.endpoint
-
A provider of
BitbucketEndpoint
s - BitbucketEnvVarExtension - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.extension
- BitbucketEnvVarExtension(String, String, String, String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.extension.BitbucketEnvVarExtension
- BitbucketEnvVarExtension.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.extension
- BitbucketException - Exception in com.cloudbees.jenkins.plugins.bitbucket.api
- BitbucketException(String) - Constructor for exception com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketException
- BitbucketException(String, Throwable) - Constructor for exception com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketException
- BitbucketForkTrustPolicy() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.ForkPullRequestDiscoveryTrait.BitbucketForkTrustPolicy
- BitbucketGitSCMBuilder - Class in com.cloudbees.jenkins.plugins.bitbucket
-
A
GitSCMBuilder
specialized for bitbucket. - BitbucketGitSCMBuilder(BitbucketSCMSource, SCMHead, SCMRevision, String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.BitbucketGitSCMBuilder
-
Constructor.
- BitbucketGitSCMRevision - Class in com.cloudbees.jenkins.plugins.bitbucket
-
Represents a specific revision of a bitbucket
SCMHead
. - BitbucketGitSCMRevision(SCMHead, BitbucketCommit) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.BitbucketGitSCMRevision
-
Construct a Bitbucket revision.
- BitbucketHref - Class in com.cloudbees.jenkins.plugins.bitbucket.api
-
A Href for something on bitbucket.
- BitbucketHref() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketHref
- BitbucketHref(String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketHref
- BitbucketHref(String, String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketHref
- BitbucketHref.Deserializer - Class in com.cloudbees.jenkins.plugins.bitbucket.api
- BitbucketLink - Class in com.cloudbees.jenkins.plugins.bitbucket
- BitbucketLink(String, String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.BitbucketLink
- BitbucketLink_DisplayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
BitbucketLink.DisplayName
:Bitbucket
. - BitbucketMirroredRepository - Class in com.cloudbees.jenkins.plugins.bitbucket.api
- BitbucketMirroredRepository() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketMirroredRepository
- BitbucketMirroredRepositoryDescriptor - Class in com.cloudbees.jenkins.plugins.bitbucket.api
-
Represents a Bitbucket mirror descriptor.
- BitbucketMirroredRepositoryDescriptor() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketMirroredRepositoryDescriptor
- BitbucketMirrorServer - Class in com.cloudbees.jenkins.plugins.bitbucket.api
-
Represents a Bitbucket mirror.
- BitbucketMirrorServer() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketMirrorServer
- BitbucketOAuth - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.credentials
- BitbucketOAuth() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketOAuth
- BitbucketOAuthAuthenticator - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.credentials
- BitbucketOAuthAuthenticator(StandardUsernamePasswordCredentials) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketOAuthAuthenticator
-
Constructor.
- BitbucketOAuthAuthenticatorSource - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.credentials
-
Source for OAuth authenticators.
- BitbucketOAuthAuthenticatorSource() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketOAuthAuthenticatorSource
-
Constructor.
- BitbucketOAuthCredentialMatcher - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.credentials
- BitbucketOAuthCredentialMatcher() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketOAuthCredentialMatcher
- BitbucketPlugin - Class in com.cloudbees.jenkins.plugins.bitbucket.impl
- BitbucketPlugin() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.BitbucketPlugin
- BitbucketPluginWebhook - Class in com.cloudbees.jenkins.plugins.bitbucket.server.client.repository
- BitbucketPluginWebhook() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- BitbucketProject - Class in com.cloudbees.jenkins.plugins.bitbucket.api
- BitbucketProject() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketProject
- BitbucketPullRequest - Interface in com.cloudbees.jenkins.plugins.bitbucket.api
-
Represents a pull request in Bitbucket.
- BitbucketPullRequestDestination - Interface in com.cloudbees.jenkins.plugins.bitbucket.api
-
Represents a pull request destination, which is a repository and a branch in that repository.
- BitbucketPullRequestEvent - Interface in com.cloudbees.jenkins.plugins.bitbucket.api
-
Represents a pull request event coming from Bitbucket (webhooks).
- BitbucketPullRequestSource - Interface in com.cloudbees.jenkins.plugins.bitbucket.api
-
Represents a pull request source, which is a repository, a branch in that repository and the head commit.
- BitbucketPushEvent - Interface in com.cloudbees.jenkins.plugins.bitbucket.api
-
Represents a push event coming from Bitbucket (webhooks).
- BitbucketPushEvent.Change - Interface in com.cloudbees.jenkins.plugins.bitbucket.api
- BitbucketPushEvent.Reference - Interface in com.cloudbees.jenkins.plugins.bitbucket.api
- BitbucketPushEvent.Target - Interface in com.cloudbees.jenkins.plugins.bitbucket.api
- BitbucketRepoAvatarMetadataAction - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.avatars
-
Invisible property that retains information about Bitbucket repository.
- BitbucketRepoAvatarMetadataAction(BitbucketRepository) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.avatars.BitbucketRepoAvatarMetadataAction
- BitbucketRepoAvatarMetadataAction(String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.avatars.BitbucketRepoAvatarMetadataAction
- BitbucketRepoMetadataAction_IconDescription() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
BitbucketRepoMetadataAction.IconDescription
:Bitbucket Repository
. - BitbucketRepoMetadataAction_IconDescription_Git() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
BitbucketRepoMetadataAction.IconDescription.Git
:Bitbucket Git Repository
. - BitbucketRepository - Interface in com.cloudbees.jenkins.plugins.bitbucket.api
-
Represents a Bitbucket repository.
- BitbucketRepositoryOwner - Interface in com.cloudbees.jenkins.plugins.bitbucket.api
-
A repository owner.
- BitbucketRepositoryProtocol - Enum Class in com.cloudbees.jenkins.plugins.bitbucket.api
- BitbucketRepositorySource - Class in com.cloudbees.jenkins.plugins.bitbucket.client.repository
- BitbucketRepositorySource(String, String, List<String>, Map) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketRepositorySource
- BitbucketRequestException - Exception in com.cloudbees.jenkins.plugins.bitbucket.api
- BitbucketRequestException(int, String) - Constructor for exception com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRequestException
- BitbucketRequestException(int, String, Throwable) - Constructor for exception com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRequestException
- BitbucketReviewer - Class in com.cloudbees.jenkins.plugins.bitbucket.api
- BitbucketReviewer() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketReviewer
- BitbucketReviewer.User - Class in com.cloudbees.jenkins.plugins.bitbucket.api
- BitbucketRevisionFactory(BitbucketApi) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceRequest.BitbucketRevisionFactory
- BitbucketSCMFile - Class in com.cloudbees.jenkins.plugins.bitbucket.filesystem
- BitbucketSCMFile(BitbucketApi, String, String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.filesystem.BitbucketSCMFile
- BitbucketSCMFile(BitbucketSCMFile, String, SCMFile.Type, String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.filesystem.BitbucketSCMFile
- BitbucketSCMFileSystem - Class in com.cloudbees.jenkins.plugins.bitbucket.filesystem
- BitbucketSCMFileSystem(BitbucketApi, String, SCMRevision) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.filesystem.BitbucketSCMFileSystem
- BitbucketSCMFileSystem.BuilderImpl - Class in com.cloudbees.jenkins.plugins.bitbucket.filesystem
- BitbucketSCMNavigator - Class in com.cloudbees.jenkins.plugins.bitbucket
- BitbucketSCMNavigator(String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator
- BitbucketSCMNavigator(String, String, String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator
-
Deprecated.
- BitbucketSCMNavigator_Description() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
BitbucketSCMNavigator.Description
:Scans a Bitbucket Cloud Team (or Bitbucket Server Project) for all repositories matching some defined markers.
. - BitbucketSCMNavigator_DisplayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
BitbucketSCMNavigator.DisplayName
:Bitbucket Team/Project
. - BitbucketSCMNavigator_UncategorizedSCMSourceCategory_DisplayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
BitbucketSCMNavigator.UncategorizedSCMSourceCategory.DisplayName
:Repositories
. - BitbucketSCMNavigator.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket
- BitbucketSCMNavigatorContext - Class in com.cloudbees.jenkins.plugins.bitbucket
-
The
SCMNavigatorContext
for bitbucket. - BitbucketSCMNavigatorContext() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigatorContext
- BitbucketSCMNavigatorRequest - Class in com.cloudbees.jenkins.plugins.bitbucket
-
The
SCMNavigatorRequest
for bitbucket. - BitbucketSCMNavigatorRequest(SCMNavigator, BitbucketSCMNavigatorContext, SCMSourceObserver) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigatorRequest
-
Constructor.
- BitbucketSCMSource - Class in com.cloudbees.jenkins.plugins.bitbucket
-
SCM source implementation for Bitbucket.
- BitbucketSCMSource(String, String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
-
Constructor.
- BitbucketSCMSource(String, String, String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
-
Deprecated.
- BitbucketSCMSource_ChangeRequestSCMHeadCategory_DisplayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
BitbucketSCMSource.ChangeRequestSCMHeadCategory.DisplayName
:Pull requests
. - BitbucketSCMSource_NoMatchingOwner(Object) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
BitbucketSCMSource.NoMatchingOwner
:Could not find: {0}
. - BitbucketSCMSource_TagSCMHeadCategory_DisplayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
BitbucketSCMSource.TagSCMHeadCategory.DisplayName
:Tags
. - BitbucketSCMSource_UnauthorizedAnonymous(Object) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
BitbucketSCMSource.UnauthorizedAnonymous
:Determination as to whether {0} may or may not exist is not permitted without suitable credentials.
. - BitbucketSCMSource_UnauthorizedOwner(Object) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
BitbucketSCMSource.UnauthorizedOwner
:The selected credentials do not have permission to determine whether {0} does or does not exist.
. - BitbucketSCMSource_UncategorizedSCMHeadCategory_DisplayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
BitbucketSCMSource.UncategorizedSCMHeadCategory.DisplayName
:Branches
. - BitbucketSCMSource.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket
- BitbucketSCMSourceBuilder - Class in com.cloudbees.jenkins.plugins.bitbucket
-
A
SCMSourceBuilder
that buildsBitbucketSCMSource
instances - BitbucketSCMSourceBuilder(String, String, String, String, String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceBuilder
-
Deprecated.Added only for backward compatibility with BitbucketPipelineCreateRequest from Blue Ocean. Will be removed soon.
- BitbucketSCMSourceBuilder(String, String, String, String, String, String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceBuilder
-
Constructor.
- BitbucketSCMSourceContext - Class in com.cloudbees.jenkins.plugins.bitbucket
-
The
SCMSourceContext
for bitbucket. - BitbucketSCMSourceContext(SCMSourceCriteria, SCMHeadObserver) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceContext
-
Constructor.
- BitbucketSCMSourcePushHookReceiver - Class in com.cloudbees.jenkins.plugins.bitbucket.hooks
-
Process Bitbucket push and pull requests creations/updates hooks.
- BitbucketSCMSourcePushHookReceiver() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.hooks.BitbucketSCMSourcePushHookReceiver
- BitbucketSCMSourceRequest - Class in com.cloudbees.jenkins.plugins.bitbucket
-
The
SCMSourceRequest
for bitbucket. - BitbucketSCMSourceRequest(BitbucketSCMSource, BitbucketSCMSourceContext, TaskListener) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceRequest
-
Constructor.
- BitbucketSCMSourceRequest.BitbucketRevisionFactory<I> - Class in com.cloudbees.jenkins.plugins.bitbucket
- BitbucketServerAPIClient - Class in com.cloudbees.jenkins.plugins.bitbucket.server.client
-
Bitbucket API client.
- BitbucketServerAPIClient(String, String, String, BitbucketAuthenticator, boolean) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
- BitbucketServerApiFactory - Class in com.cloudbees.jenkins.plugins.bitbucket.server.client
- BitbucketServerApiFactory() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerApiFactory
- BitbucketServerAuthor - Class in com.cloudbees.jenkins.plugins.bitbucket.server.client.branch
-
Represents the author information given by Bitbucket Server.
- BitbucketServerAuthor() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerAuthor
- BitbucketServerBranch - Class in com.cloudbees.jenkins.plugins.bitbucket.server.client.branch
- BitbucketServerBranch() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerBranch
- BitbucketServerBranch(String, String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerBranch
- BitbucketServerBranches - Class in com.cloudbees.jenkins.plugins.bitbucket.server.client.branch
- BitbucketServerBranches() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerBranches
- BitbucketServerBuildStatus - Class in com.cloudbees.jenkins.plugins.bitbucket.server.client.branch
- BitbucketServerBuildStatus(BitbucketBuildStatus) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerBuildStatus
-
Copy constructor.
- BitbucketServerCommit - Class in com.cloudbees.jenkins.plugins.bitbucket.server.client.branch
- BitbucketServerCommit(String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerCommit
- BitbucketServerCommit(String, String, long, String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerCommit
- BitbucketServerCommit(String, String, BitbucketServerAuthor, long, BitbucketServerAuthor, long, List<BitbucketServerCommit.Parent>) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerCommit
- BitbucketServerCommit.Parent - Class in com.cloudbees.jenkins.plugins.bitbucket.server.client.branch
- BitbucketServerEndpoint - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint
-
Represents a Bitbucket Server instance.
- BitbucketServerEndpoint(String, String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.BitbucketServerEndpoint
-
Default constructor.
- BitbucketServerEndpoint(String, String, BitbucketWebhookConfiguration) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.BitbucketServerEndpoint
-
Constructor.
- BitbucketServerEndpoint_displayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.Messages
-
Key
BitbucketServerEndpoint.displayName
:Bitbucket Server
. - BitbucketServerEndpoint.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint
-
Our descriptor.
- BitbucketServerEndpointConfigurator - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.casc
-
Specialised class to configure how to build a new instance of BitbucketServerEndpoint using
ConfigurationAsCode
. - BitbucketServerEndpointConfigurator() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.casc.BitbucketServerEndpointConfigurator
- BitbucketServerMirrorServer - Class in com.cloudbees.jenkins.plugins.bitbucket.server.events
- BitbucketServerMirrorServer() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerMirrorServer
- BitbucketServerPage<V> - Class in com.cloudbees.jenkins.plugins.bitbucket.server.client
-
Bitbucket Server paginated resource
- BitbucketServerPage() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerPage
- BitbucketServerProject - Class in com.cloudbees.jenkins.plugins.bitbucket.server.client.repository
- BitbucketServerProject() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerProject
- BitbucketServerPullRequest - Class in com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest
- BitbucketServerPullRequest() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequest
- BitbucketServerPullRequest.Author - Class in com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest
- BitbucketServerPullRequest.User - Class in com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest
- BitbucketServerPullRequestCanMerge - Class in com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest
- BitbucketServerPullRequestCanMerge() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequestCanMerge
- BitbucketServerPullRequestDestination - Class in com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest
- BitbucketServerPullRequestDestination() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequestDestination
- BitbucketServerPullRequestEvent - Class in com.cloudbees.jenkins.plugins.bitbucket.server.events
- BitbucketServerPullRequestEvent() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPullRequestEvent
- BitbucketServerPullRequestSource - Class in com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest
- BitbucketServerPullRequestSource() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequestSource
- BitbucketServerPushEvent - Class in com.cloudbees.jenkins.plugins.bitbucket.server.events
- BitbucketServerPushEvent() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPushEvent
- BitbucketServerPushEvent.ChangeImpl - Class in com.cloudbees.jenkins.plugins.bitbucket.server.events
- BitbucketServerPushEvent.Push - Class in com.cloudbees.jenkins.plugins.bitbucket.server.events
- BitbucketServerPushEvent.ReferenceImpl - Class in com.cloudbees.jenkins.plugins.bitbucket.server.events
- BitbucketServerPushEvent.TargetImpl - Class in com.cloudbees.jenkins.plugins.bitbucket.server.events
- BitbucketServerRepository - Class in com.cloudbees.jenkins.plugins.bitbucket.server.client.repository
- BitbucketServerRepository() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerRepository
- BitbucketServerRepositoryOwner - Class in com.cloudbees.jenkins.plugins.bitbucket.server.client.repository
- BitbucketServerRepositoryOwner(String, String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerRepositoryOwner
- BitbucketServerVersion - Enum Class in com.cloudbees.jenkins.plugins.bitbucket.server
- BitbucketServerWebhook - Class in com.cloudbees.jenkins.plugins.bitbucket.server.client.repository
- BitbucketServerWebhook() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerWebhook
- BitbucketServerWebhookPayload - Class in com.cloudbees.jenkins.plugins.bitbucket.server.client
- BitbucketServerWebhookPayload() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerWebhookPayload
- BitbucketTagSCMHead - Class in com.cloudbees.jenkins.plugins.bitbucket
-
SCMHead
for a Bitbucket tags. - BitbucketTagSCMHead(String, long) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.BitbucketTagSCMHead
-
Default constructor.
- BitbucketTagSCMHead_Pronoun() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
BitbucketTagSCMHead.Pronoun
:Tag
. - BitbucketTagSCMRevision - Class in com.cloudbees.jenkins.plugins.bitbucket
-
Represents a specific revision of a bitbucket
BitbucketTagSCMRevision
. - BitbucketTagSCMRevision(BitbucketTagSCMHead, BitbucketCommit) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.BitbucketTagSCMRevision
-
Construct a Bitbucket tag revision.
- BitbucketTeam - Interface in com.cloudbees.jenkins.plugins.bitbucket.api
-
Represents a Bitbucket team (or a Project when working with Bitbucket Server).
- BitbucketTeamAvatarMetadataAction - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.avatars
-
Invisible property that retains information about the Bitbucket team avatar.
- BitbucketTeamAvatarMetadataAction(String, String, String, String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.avatars.BitbucketTeamAvatarMetadataAction
- BitbucketTeamMetadataAction_IconDescription() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
BitbucketTeamMetadataAction.IconDescription
:Bitbucket Team/Project
. - BitbucketTlsSocketStrategy - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.client
-
Custom implementation of a TlsSocketStrategu to replicate what
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator#getSocketFactoryRegistry(HttpContext)
did in Apache Client HTTP 4 implementation. - BitbucketTlsSocketStrategy() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.client.BitbucketTlsSocketStrategy
- BitbucketType - Enum Class in com.cloudbees.jenkins.plugins.bitbucket.hooks
- BitbucketUserAPITokenAuthenticator - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.credentials
-
Authenticator that uses a username and password (probably the default)
- BitbucketUserAPITokenAuthenticator(StandardUsernamePasswordCredentials) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketUserAPITokenAuthenticator
-
Constructor.
- BitbucketUserAPITokenAuthenticatorSource - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.credentials
-
Source for username/password authenticators.
- BitbucketUserAPITokenAuthenticatorSource() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketUserAPITokenAuthenticatorSource
-
Constructor.
- BitbucketUserAPITokenCredentialMatcher - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.credentials
- BitbucketUserAPITokenCredentialMatcher() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketUserAPITokenCredentialMatcher
- BitbucketUsernamePasswordAuthenticator - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.credentials
-
Authenticator that uses a username and password (probably the default)
- BitbucketUsernamePasswordAuthenticator(StandardUsernamePasswordCredentials) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketUsernamePasswordAuthenticator
-
Constructor.
- BitbucketUsernamePasswordAuthenticatorSource - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.credentials
-
Source for username/password authenticators.
- BitbucketUsernamePasswordAuthenticatorSource() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketUsernamePasswordAuthenticatorSource
-
Constructor.
- BitbucketUsernamePasswordCredentialMatcher - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.credentials
- BitbucketUsernamePasswordCredentialMatcher() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketUsernamePasswordCredentialMatcher
- BitbucketWebHook - Interface in com.cloudbees.jenkins.plugins.bitbucket.api
-
Represents a webhook in Bitbucket.
- BitbucketWebhookConfiguration - Interface in com.cloudbees.jenkins.plugins.bitbucket.api.webhook
-
The implementation represents an a webhook configuration that can be used in a
BitbucketEndpoint
. - BitbucketWebhookDescriptor - Class in com.cloudbees.jenkins.plugins.bitbucket.api.webhook
- BitbucketWebhookDescriptor() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.api.webhook.BitbucketWebhookDescriptor
- BitbucketWebhookManager - Interface in com.cloudbees.jenkins.plugins.bitbucket.api.webhook
-
The implementation is in charge to apply a specific
BitbucketWebhookConfiguration
to the Bitbucket registering the webhook commit - BitbucketWebhookProcessor - Interface in com.cloudbees.jenkins.plugins.bitbucket.api.webhook
-
Implementations of this extension point must provide new behaviours to accommodate custom event payloads from webhooks sent from Bitbucket Cloud, Bitbucket Data Center, or installed plugins.
- BitbucketWebhookProcessorException - Exception in com.cloudbees.jenkins.plugins.bitbucket.api.webhook
- BitbucketWebhookProcessorException(int, String) - Constructor for exception com.cloudbees.jenkins.plugins.bitbucket.api.webhook.BitbucketWebhookProcessorException
- BitbucketWorkspace - Interface in com.cloudbees.jenkins.plugins.bitbucket.api
- BRANCH - Enum constant in enum class com.cloudbees.jenkins.plugins.bitbucket.api.PullRequestBranchType
- BranchDiscoveryTrait - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
-
A
Discovery
trait for bitbucket that will discover branches on the repository. - BranchDiscoveryTrait(boolean, boolean) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.BranchDiscoveryTrait
-
Constructor for legacy code.
- BranchDiscoveryTrait(int) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.BranchDiscoveryTrait
-
Constructor for stapler.
- BranchDiscoveryTrait_allBranches() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
BranchDiscoveryTrait.allBranches
:All branches
. - BranchDiscoveryTrait_displayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
BranchDiscoveryTrait.displayName
:Discover branches
. - BranchDiscoveryTrait_excludePRs() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
BranchDiscoveryTrait.excludePRs
:Exclude branches that are also filed as PRs
. - BranchDiscoveryTrait_onlyPRs() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
BranchDiscoveryTrait.onlyPRs
:Only branches that are also filed as PRs
. - BranchDiscoveryTrait.BranchSCMHeadAuthority - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
-
Trusts branches from the origin repository.
- BranchDiscoveryTrait.BranchSCMHeadAuthority.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
-
Out descriptor.
- BranchDiscoveryTrait.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
-
Our descriptor.
- BranchDiscoveryTrait.ExcludeOriginPRBranchesSCMHeadFilter - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
-
Filter that excludes branches that are also filed as a pull request.
- BranchDiscoveryTrait.OnlyOriginPRBranchesSCMHeadFilter - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
-
Filter that excludes branches that are not also filed as a pull request.
- BranchSCMHead - Class in com.cloudbees.jenkins.plugins.bitbucket
-
SCMHead
for a Bitbucket branch. - BranchSCMHead(String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.BranchSCMHead
-
Constructor.
- BranchSCMHead_Pronoun() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
BranchSCMHead.Pronoun
:Branch
. - BranchSCMHeadAuthority() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.BranchDiscoveryTrait.BranchSCMHeadAuthority
- BranchWithHash - Class in com.cloudbees.jenkins.plugins.bitbucket
- BranchWithHash(String, String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.BranchWithHash
- build() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketGitSCMBuilder
- build() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceBuilder
- build(Item, SCM, SCMRevision) - Method in class com.cloudbees.jenkins.plugins.bitbucket.filesystem.BitbucketSCMFileSystem.BuilderImpl
- build(SCMHead, SCMRevision) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
- build(SCMSource, SCMHead, SCMRevision) - Method in class com.cloudbees.jenkins.plugins.bitbucket.filesystem.BitbucketSCMFileSystem.BuilderImpl
- buildBitbucketClient() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
- buildBitbucketClient(PullRequestSCMHead) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
- buildBitbucketClient(String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
- BuilderImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.filesystem.BitbucketSCMFileSystem.BuilderImpl
- buildHookContext(HttpServletRequest) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.webhook.BitbucketWebhookProcessor
-
Returns a context for a given request used when process the payload.
- buildResponseException(ClassicHttpResponse, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.client.AbstractBitbucketApi
C
- Cache<K,
V> - Class in com.cloudbees.jenkins.plugins.bitbucket.client - Cache(int, TimeUnit) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.Cache
- Cache(int, TimeUnit, int) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.Cache
- Cache.Stat - Class in com.cloudbees.jenkins.plugins.bitbucket.client
- call() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.impl.client.ICheckedCallable
-
Computes a result, or throws an exception if unable to do so.
- CANCELLED - Enum constant in enum class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus.Status
- canFetch() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.avatars.BitbucketAvatarImageSource
- canHandle(Map<String, String>, MultiValuedMap<String, String>) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.webhook.BitbucketWebhookProcessor
-
Called by first for this processor that must respond if is able to handle this specific request
- canHandle(Map<String, String>, MultiValuedMap<String, String>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud.CloudPullRequestWebhookProcessor
- canHandle(Map<String, String>, MultiValuedMap<String, String>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud.CloudPushWebhookProcessor
- canHandle(Map<String, String>, MultiValuedMap<String, String>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin.PluginPullRequestWebhookProcessor
-
Deprecated.
- canHandle(Map<String, String>, MultiValuedMap<String, String>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin.PluginPushWebhookProcessor
-
Deprecated.
- canHandle(Map<String, String>, MultiValuedMap<String, String>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server.ServerPingWebhookProcessor
- canHandle(Map<String, String>, MultiValuedMap<String, String>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server.ServerPullRequestWebhookProcessor
- canHandle(Map<String, String>, MultiValuedMap<String, String>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server.ServerPushWebhookProcessor
- ChangeImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPushEvent.ChangeImpl
- ChangeImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPushEvent.ChangeImpl
- changesSince(SCMRevision, OutputStream) - Method in class com.cloudbees.jenkins.plugins.bitbucket.filesystem.BitbucketSCMFileSystem
- checkCredentialsId(SCMSourceOwner, String, String) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.impl.util.BitbucketCredentialsUtils
- checkPathExists(String, String) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
-
Checks if the given path exists in the repository at the specified branch.
- checkPathExists(String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
-
Checks if the given path exists in the repository at the specified branch.
- checkPathExists(String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
-
Checks if the given path exists in the repository at the specified branch.
- checkPermission() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.AbstractBitbucketWebhookConfiguration.AbstractBitbucketWebhookDescriptorImpl
- checkTrusted(BitbucketSCMSourceRequest, PullRequestSCMHead) - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.ForkPullRequestDiscoveryTrait.TrustEveryone
- checkTrusted(BitbucketSCMSourceRequest, PullRequestSCMHead) - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.ForkPullRequestDiscoveryTrait.TrustNobody
- checkTrusted(BitbucketSCMSourceRequest, PullRequestSCMHead) - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.ForkPullRequestDiscoveryTrait.TrustTeamForks
- checkTrusted(SCMSourceRequest, BitbucketTagSCMHead) - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.TagDiscoveryTrait.TagSCMHeadAuthority
- checkTrusted(SCMSourceRequest, BranchSCMHead) - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.BranchDiscoveryTrait.BranchSCMHeadAuthority
- checkTrusted(SCMSourceRequest, ChangeRequestSCMHead2) - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.OriginPullRequestDiscoveryTrait.OriginChangeRequestSCMHeadAuthority
- child(String, SCMFile.Type) - Method in class com.cloudbees.jenkins.plugins.bitbucket.filesystem.BitbucketSCMFile
- children() - Method in class com.cloudbees.jenkins.plugins.bitbucket.filesystem.BitbucketSCMFile
- clearCaches() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
- close() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
- close() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketAuthenticatedClient
- close() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceRequest
- close() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.ClosingConnectionInputStream
- close() - Method in class com.cloudbees.jenkins.plugins.bitbucket.filesystem.BitbucketSCMFileSystem
- close() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.client.AbstractBitbucketApi
- ClosingConnectionInputStream - Class in com.cloudbees.jenkins.plugins.bitbucket.client
- ClosingConnectionInputStream(ClassicHttpResponse) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.ClosingConnectionInputStream
- CLOUD - Enum constant in enum class com.cloudbees.jenkins.plugins.bitbucket.api.endpoint.EndpointType
- CLOUD - Enum constant in enum class com.cloudbees.jenkins.plugins.bitbucket.hooks.BitbucketType
- CloudBuildStatusNotifier - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.buildstatus
- CloudBuildStatusNotifier() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.buildstatus.CloudBuildStatusNotifier
- CloudPullRequestWebhookProcessor - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud
- CloudPullRequestWebhookProcessor() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud.CloudPullRequestWebhookProcessor
- CloudPushWebhookProcessor - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud
- CloudPushWebhookProcessor() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud.CloudPushWebhookProcessor
- CloudWebhookConfiguration - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud
- CloudWebhookConfiguration(boolean, String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud.CloudWebhookConfiguration
- CloudWebhookConfiguration(boolean, String, boolean, String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud.CloudWebhookConfiguration
- CloudWebhookConfiguration.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud
- CloudWebhookImplementation_displayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.Messages
-
Key
CloudWebhookImplementation.displayName
:Native Cloud Implementation
. - CloudWebhookManager - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud
- CloudWebhookManager() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud.CloudWebhookManager
- com.cloudbees.jenkins.plugins.bitbucket - package com.cloudbees.jenkins.plugins.bitbucket
- com.cloudbees.jenkins.plugins.bitbucket.api - package com.cloudbees.jenkins.plugins.bitbucket.api
- com.cloudbees.jenkins.plugins.bitbucket.api.buildstatus - package com.cloudbees.jenkins.plugins.bitbucket.api.buildstatus
- com.cloudbees.jenkins.plugins.bitbucket.api.endpoint - package com.cloudbees.jenkins.plugins.bitbucket.api.endpoint
- com.cloudbees.jenkins.plugins.bitbucket.api.webhook - package com.cloudbees.jenkins.plugins.bitbucket.api.webhook
- com.cloudbees.jenkins.plugins.bitbucket.client - package com.cloudbees.jenkins.plugins.bitbucket.client
- com.cloudbees.jenkins.plugins.bitbucket.client.branch - package com.cloudbees.jenkins.plugins.bitbucket.client.branch
- com.cloudbees.jenkins.plugins.bitbucket.client.events - package com.cloudbees.jenkins.plugins.bitbucket.client.events
- com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest - package com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest
- com.cloudbees.jenkins.plugins.bitbucket.client.repository - package com.cloudbees.jenkins.plugins.bitbucket.client.repository
- com.cloudbees.jenkins.plugins.bitbucket.endpoints - package com.cloudbees.jenkins.plugins.bitbucket.endpoints
- com.cloudbees.jenkins.plugins.bitbucket.filesystem - package com.cloudbees.jenkins.plugins.bitbucket.filesystem
- com.cloudbees.jenkins.plugins.bitbucket.hooks - package com.cloudbees.jenkins.plugins.bitbucket.hooks
- com.cloudbees.jenkins.plugins.bitbucket.impl - package com.cloudbees.jenkins.plugins.bitbucket.impl
- com.cloudbees.jenkins.plugins.bitbucket.impl.avatars - package com.cloudbees.jenkins.plugins.bitbucket.impl.avatars
- com.cloudbees.jenkins.plugins.bitbucket.impl.buildstatus - package com.cloudbees.jenkins.plugins.bitbucket.impl.buildstatus
- com.cloudbees.jenkins.plugins.bitbucket.impl.casc - package com.cloudbees.jenkins.plugins.bitbucket.impl.casc
- com.cloudbees.jenkins.plugins.bitbucket.impl.client - package com.cloudbees.jenkins.plugins.bitbucket.impl.client
- com.cloudbees.jenkins.plugins.bitbucket.impl.credentials - package com.cloudbees.jenkins.plugins.bitbucket.impl.credentials
- com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint - package com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint
- com.cloudbees.jenkins.plugins.bitbucket.impl.extension - package com.cloudbees.jenkins.plugins.bitbucket.impl.extension
- com.cloudbees.jenkins.plugins.bitbucket.impl.notifier - package com.cloudbees.jenkins.plugins.bitbucket.impl.notifier
- com.cloudbees.jenkins.plugins.bitbucket.impl.util - package com.cloudbees.jenkins.plugins.bitbucket.impl.util
- com.cloudbees.jenkins.plugins.bitbucket.impl.webhook - package com.cloudbees.jenkins.plugins.bitbucket.impl.webhook
- com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud - package com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud
- com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin - package com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin
- com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server - package com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server
- com.cloudbees.jenkins.plugins.bitbucket.server - package com.cloudbees.jenkins.plugins.bitbucket.server
- com.cloudbees.jenkins.plugins.bitbucket.server.client - package com.cloudbees.jenkins.plugins.bitbucket.server.client
- com.cloudbees.jenkins.plugins.bitbucket.server.client.branch - package com.cloudbees.jenkins.plugins.bitbucket.server.client.branch
- com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest - package com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest
- com.cloudbees.jenkins.plugins.bitbucket.server.client.repository - package com.cloudbees.jenkins.plugins.bitbucket.server.client.repository
- com.cloudbees.jenkins.plugins.bitbucket.server.events - package com.cloudbees.jenkins.plugins.bitbucket.server.events
- com.cloudbees.jenkins.plugins.bitbucket.trait - package com.cloudbees.jenkins.plugins.bitbucket.trait
- configure(StaplerRequest2, JSONObject) - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketEndpointConfiguration
- configureBuilder(HttpClientBuilder) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketAuthenticator
-
Configures an
HttpClientBuilder
. - configureContext(HttpClientContext, HttpHost) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketAuthenticator
-
Configures an
HttpClientContext
. - configureContext(HttpClientContext, HttpHost) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketClientCertificateAuthenticator
-
Sets the SSLContext for the builder to one that will connect with the selected certificate.
- configureRequest(HttpRequest) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketAuthenticator
-
Configures an
HttpRequest
. - configureRequest(HttpRequest) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketAccessTokenAuthenticator
-
Provides the access token as header.
- configureRequest(HttpRequest) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketOAuthAuthenticator
-
Set up request with token in header
- configureRequest(HttpRequest) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketUserAPITokenAuthenticator
- configureRequest(HttpRequest) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketUsernamePasswordAuthenticator
- connectionManagerBuilder() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.impl.client.AbstractBitbucketApi
- content() - Method in class com.cloudbees.jenkins.plugins.bitbucket.filesystem.BitbucketSCMFile
- CONTRIBUTOR - Enum constant in enum class com.cloudbees.jenkins.plugins.bitbucket.client.repository.UserRoleInRepository
- convert(StandardCertificateCredentials) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketClientCertificateAuthenticatorSource
-
Convert a
StandardCertificateCredentials
into aBitbucketAuthenticator
- convert(StandardUsernamePasswordCredentials) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketOAuthAuthenticatorSource
-
Converts username/password credentials to an authenticator.
- convert(StandardUsernamePasswordCredentials) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketUserAPITokenAuthenticatorSource
-
Converts username/password credentials to an authenticator.
- convert(StandardUsernamePasswordCredentials) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketUsernamePasswordAuthenticatorSource
-
Converts username/password credentials to an authenticator.
- convert(StringCredentials) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketAccessTokenAuthenticatorSource
-
Converts string credentials to an authenticator.
- create(String, BitbucketAuthenticator, String, String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApiFactory
-
Creates a
BitbucketApi
for the specified URL with the supplied credentials, owner and (optional) repository. - create(String, BitbucketAuthenticator, String, String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiFactory
- create(String, BitbucketAuthenticator, String, String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerApiFactory
- create(String, StandardUsernamePasswordCredentials, String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApiFactory
-
Deprecated.
- create(SCMHead, I) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceRequest.BitbucketRevisionFactory
- create(SCMHead, I, I) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceRequest.BitbucketRevisionFactory
- createCategories() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator.DescriptorImpl
- createCategories() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource.DescriptorImpl
- credentials() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.endpoint.BitbucketEndpoint
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
BitbucketEndpoint.getWebhook()
instead of this to retrieve information webhook - credentialsId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceBuilder
-
The credentials that the
BitbucketSCMSource
will use. - customize(Run<?, ?>, BitbucketBuildStatus) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.buildstatus.BitbucketBuildStatusCustomizer
-
Apply some customisations to a given build status.
D
- DateUtils - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.util
- decorate(GitSCM, GitClient) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.extension.GitClientAuthenticatorExtension
- decorateBuilder(SCMBuilder<?, ?>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.PullRequestTargetBranchRefSpecTrait
- decorateBuilder(SCMBuilder<?, ?>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.SSHCheckoutTrait
- decorateContext(SCMSourceContext<?, ?>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.BitbucketBuildStatusNotificationsTrait
- decorateContext(SCMSourceContext<?, ?>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.BranchDiscoveryTrait
- decorateContext(SCMSourceContext<?, ?>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.DiscardOldBranchTrait
- decorateContext(SCMSourceContext<?, ?>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.DiscardOldTagTrait
- decorateContext(SCMSourceContext<?, ?>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.ForkPullRequestDiscoveryTrait
- decorateContext(SCMSourceContext<?, ?>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.OriginPullRequestDiscoveryTrait
- decorateContext(SCMSourceContext<?, ?>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.PublicRepoPullRequestFilterTrait
- decorateContext(SCMSourceContext<?, ?>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.TagDiscoveryTrait
- decorateContext(SCMSourceContext<?, ?>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.WebhookRegistrationTrait
- decorateRevisionToBuild(GitSCM, Run<?, ?>, GitClient, TaskListener, Revision, Revision) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.extension.FallbackToOtherRepositoryGitSCMExtension
- DEFAULT_BACK_OFF_RATE - Static variable in class com.cloudbees.jenkins.plugins.bitbucket.impl.client.ExponentialBackoffRetryStrategy
- DEFAULT_INITIAL_EXPIRY_IN_MILLIS - Static variable in class com.cloudbees.jenkins.plugins.bitbucket.impl.client.ExponentialBackoffRetryStrategy
- DEFAULT_MAX_EXPIRY_IN_MILLIS - Static variable in class com.cloudbees.jenkins.plugins.bitbucket.impl.client.ExponentialBackoffRetryStrategy
- delete(String) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketAuthenticatedClient
-
Perform an HTTP DELETE to the configured endpoint.
- deleteRequest(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.client.AbstractBitbucketApi
- DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator.DescriptorImpl
- DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource.DescriptorImpl
- DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.BitbucketCloudEndpoint.DescriptorImpl
- DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.BitbucketServerEndpoint.DescriptorImpl
- DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.extension.BitbucketEnvVarExtension.DescriptorImpl
- DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.extension.FallbackToOtherRepositoryGitSCMExtension.DescriptorImpl
- DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.extension.GitClientAuthenticatorExtension.DescriptorImpl
- DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud.CloudWebhookConfiguration.DescriptorImpl
- DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin.PluginWebhookConfiguration.DescriptorImpl
-
Deprecated.
- DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server.ServerWebhookConfiguration.DescriptorImpl
- DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.BitbucketBuildStatusNotificationsTrait.DescriptorImpl
- DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.BranchDiscoveryTrait.BranchSCMHeadAuthority.DescriptorImpl
- DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.BranchDiscoveryTrait.DescriptorImpl
- DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.DiscardOldBranchTrait.DescriptorImpl
- DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.DiscardOldTagTrait.DescriptorImpl
- DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.ForkPullRequestDiscoveryTrait.DescriptorImpl
- DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.ForkPullRequestDiscoveryTrait.TrustEveryone.DescriptorImpl
- DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.ForkPullRequestDiscoveryTrait.TrustNobody.DescriptorImpl
- DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.ForkPullRequestDiscoveryTrait.TrustTeamForks.DescriptorImpl
- DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.OriginPullRequestDiscoveryTrait.DescriptorImpl
- DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.OriginPullRequestDiscoveryTrait.OriginChangeRequestSCMHeadAuthority.DescriptorImpl
- DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.PublicRepoPullRequestFilterTrait.DescriptorImpl
- DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.PullRequestTargetBranchRefSpecTrait.DescriptorImpl
- DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.ShowBitbucketAvatarTrait.DescriptorImpl
- DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.SSHCheckoutTrait.DescriptorImpl
- DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.TagDiscoveryTrait.DescriptorImpl
- DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.TagDiscoveryTrait.TagSCMHeadAuthority.DescriptorImpl
- DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.WebhookConfigurationTrait.DescriptorImpl
- DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.WebhookRegistrationTrait.DescriptorImpl
- deserialize(JsonParser, DeserializationContext) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketHref.Deserializer
- Deserializer() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketHref.Deserializer
- DISABLE - Enum constant in enum class com.cloudbees.jenkins.plugins.bitbucket.WebhookRegistration
-
Disable webhook registration.
- DiscardOldBranchTrait - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
-
Discard all branches with head commit older than the configured days.
- DiscardOldBranchTrait(int) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.DiscardOldBranchTrait
- DiscardOldBranchTrait_displayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
DiscardOldBranchTrait.displayName
:Discard branch older than given days
. - DiscardOldBranchTrait_invalidDays() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
DiscardOldBranchTrait.invalidDays
:Invalid value. Days must be greater than 0
. - DiscardOldBranchTrait.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
-
Our descriptor.
- DiscardOldBranchTrait.ExcludeOldSCMHeadBranch - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
- DiscardOldTagTrait - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
-
Discard all tags with creation date older than the configured days.
- DiscardOldTagTrait(int) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.DiscardOldTagTrait
- DiscardOldTagTrait_displayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
DiscardOldTagTrait.displayName
:Discard tag older than given days
. - DiscardOldTagTrait_invalidDays() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
DiscardOldTagTrait.invalidDays
:Invalid value. Days must be greater than 0
. - DiscardOldTagTrait.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
- DiscardOldTagTrait.ExcludeOldSCMTag - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
- doCheckCredentialsId(Item, String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.SSHCheckoutTrait.DescriptorImpl
-
Validation for checkout credentials.
- doCheckCredentialsId(SCMSourceOwner, String, String) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator.DescriptorImpl
- doCheckCredentialsId(SCMSourceOwner, String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource.DescriptorImpl
- doCheckEndpointJenkinsRootURL(String) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.AbstractBitbucketWebhookConfiguration.AbstractBitbucketWebhookDescriptorImpl
- doCheckEndpointJenkinsRootURL(String) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin.PluginWebhookConfiguration.DescriptorImpl
-
Deprecated.
- doCheckKeepForDays(int) - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.DiscardOldBranchTrait.DescriptorImpl
- doCheckKeepForDays(int) - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.DiscardOldTagTrait.DescriptorImpl
- doCheckServerUrl(SCMSourceOwner, String) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource.DescriptorImpl
- doCheckServerURL(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.BitbucketServerEndpoint.DescriptorImpl
-
Checks that the supplied URL is valid.
- doClear() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.BitbucketCloudEndpoint.DescriptorImpl
- doFillCredentialsIdItems(Item, String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.SSHCheckoutTrait.DescriptorImpl
-
Form completion.
- doFillCredentialsIdItems(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud.CloudWebhookConfiguration.DescriptorImpl
-
Stapler form completion.
- doFillCredentialsIdItems(String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin.PluginWebhookConfiguration.DescriptorImpl
-
Deprecated.Stapler form completion.
- doFillCredentialsIdItems(String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server.ServerWebhookConfiguration.DescriptorImpl
-
Stapler form completion.
- doFillCredentialsIdItems(SCMSourceOwner, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator.DescriptorImpl
- doFillCredentialsIdItems(SCMSourceOwner, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource.DescriptorImpl
- doFillHookSignatureCredentialsIdItems(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud.CloudWebhookConfiguration.DescriptorImpl
-
Stapler form completion.
- doFillHookSignatureCredentialsIdItems(String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server.ServerWebhookConfiguration.DescriptorImpl
-
Stapler form completion.
- doFillMirrorIdItems(SCMSourceOwner, String, String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator.DescriptorImpl
- doFillMirrorIdItems(SCMSourceOwner, String, String, String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource.DescriptorImpl
- doFillModeItems() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.WebhookRegistrationTrait.DescriptorImpl
-
Form completion.
- doFillRepositoryItems(SCMSourceOwner, String, String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource.DescriptorImpl
- doFillServerUrlItems(SCMSourceOwner) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator.DescriptorImpl
- doFillServerUrlItems(SCMSourceOwner) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource.DescriptorImpl
- doFillServerVersionItems() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.BitbucketServerEndpoint.DescriptorImpl
- doFillStrategyIdItems() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.BranchDiscoveryTrait.DescriptorImpl
-
Populates the strategy options.
- doFillStrategyIdItems() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.ForkPullRequestDiscoveryTrait.DescriptorImpl
-
Populates the strategy options.
- doFillStrategyIdItems() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.OriginPullRequestDiscoveryTrait.DescriptorImpl
-
Populates the strategy options.
- doNotify(StaplerRequest2) - Method in class com.cloudbees.jenkins.plugins.bitbucket.hooks.BitbucketSCMSourcePushHookReceiver
-
Receives Bitbucket push notifications.
- doShowStats() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.BitbucketCloudEndpoint.DescriptorImpl
E
- EndpointType - Enum Class in com.cloudbees.jenkins.plugins.bitbucket.api.endpoint
- equals(Object) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus
- equals(Object) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketDefaultBranch
- equals(Object) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketGitSCMRevision
- equals(Object) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketLink
- equals(Object) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.avatars.BitbucketRepoAvatarMetadataAction
- equals(Object) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.avatars.BitbucketTeamAvatarMetadataAction
- equals(Object) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.extension.BitbucketEnvVarExtension
- equals(Object) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.extension.GitClientAuthenticatorExtension
- equivalent(ChangeRequestSCMRevision<?>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.PullRequestSCMRevision
- EVENT_TYPE_HEADER - Static variable in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.AbstractWebhookProcessor
- evictAll() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.Cache
- ExcludeOldSCMHeadBranch(int) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.DiscardOldBranchTrait.ExcludeOldSCMHeadBranch
- ExcludeOldSCMTag(int) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.DiscardOldTagTrait.ExcludeOldSCMTag
- ExcludeOriginPRBranchesSCMHeadFilter() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.BranchDiscoveryTrait.ExcludeOriginPRBranchesSCMHeadFilter
- executeMethod(HttpUriRequest) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.client.AbstractBitbucketApi
- ExponentialBackoffRetryStrategy - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.client
-
An implementation that backs off exponentially based on the number of consecutive failed attempts.
- ExponentialBackoffRetryStrategy() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.client.ExponentialBackoffRetryStrategy
-
Create a new strategy using a fixed pool of worker threads.
- ExponentialBackoffRetryStrategy(long, long, long) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.client.ExponentialBackoffRetryStrategy
-
Create a new strategy by using a fixed pool of worker threads and the given parameters to calculated the delay.
F
- FAILED - Enum constant in enum class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus.Status
- FallbackToOtherRepositoryGitSCMExtension - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.extension
-
If specified commit hashes are not found in repository then fetch specified branches from remote.
- FallbackToOtherRepositoryGitSCMExtension(String, String, List<BranchWithHash>) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.extension.FallbackToOtherRepositoryGitSCMExtension
- FallbackToOtherRepositoryGitSCMExtension.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.extension
- fetch() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.avatars.BitbucketAvatarImageSource
- FileInfo() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommitDiffStat.FileInfo
- findServerVersion(String) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.BitbucketServerEndpoint
- FirstCheckoutCompletedInvisibleAction - Class in com.cloudbees.jenkins.plugins.bitbucket
-
Marks when the first Git checkout has being completed.
- FirstCheckoutCompletedInvisibleAction() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.FirstCheckoutCompletedInvisibleAction
- forkPRStrategies() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceContext
-
Returns the set of
ChangeRequestCheckoutStrategy
to create for each fork pull request. - ForkPullRequestDiscoveryTrait - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
-
A
Discovery
trait for bitbucket that will discover pull requests from forks of the repository. - ForkPullRequestDiscoveryTrait(int, ForkPullRequestDiscoveryTrait.BitbucketForkTrustPolicy) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.ForkPullRequestDiscoveryTrait
-
Constructor for stapler.
- ForkPullRequestDiscoveryTrait(int, SCMHeadAuthority<? super BitbucketSCMSourceRequest, ? extends ChangeRequestSCMHead2, ? extends SCMRevision>) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.ForkPullRequestDiscoveryTrait
-
Deprecated.
- ForkPullRequestDiscoveryTrait(Set<ChangeRequestCheckoutStrategy>, SCMHeadAuthority<? super BitbucketSCMSourceRequest, ? extends ChangeRequestSCMHead2, ? extends SCMRevision>) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.ForkPullRequestDiscoveryTrait
-
Constructor for programmatic instantiation.
- ForkPullRequestDiscoveryTrait_displayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
ForkPullRequestDiscoveryTrait.displayName
:Discover pull requests from forks
. - ForkPullRequestDiscoveryTrait_everyoneDisplayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
ForkPullRequestDiscoveryTrait.everyoneDisplayName
:Everyone
. - ForkPullRequestDiscoveryTrait_headAndMerge() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
ForkPullRequestDiscoveryTrait.headAndMerge
:Both the current pull request revision and the pull request merged with the current target branch revision
. - ForkPullRequestDiscoveryTrait_headOnly() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
ForkPullRequestDiscoveryTrait.headOnly
:The current pull request revision
. - ForkPullRequestDiscoveryTrait_mergeOnly() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
ForkPullRequestDiscoveryTrait.mergeOnly
:Merging the pull request with the current target branch revision
. - ForkPullRequestDiscoveryTrait_nobodyDisplayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
ForkPullRequestDiscoveryTrait.nobodyDisplayName
:Nobody
. - ForkPullRequestDiscoveryTrait_teamDisplayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
ForkPullRequestDiscoveryTrait.teamDisplayName
:Forks in the same account
. - ForkPullRequestDiscoveryTrait.BitbucketForkTrustPolicy - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
-
Trust policy for forked pull requests.
- ForkPullRequestDiscoveryTrait.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
-
Our descriptor.
- ForkPullRequestDiscoveryTrait.TrustEveryone - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
-
An
SCMHeadAuthority
that trusts everyone. - ForkPullRequestDiscoveryTrait.TrustEveryone.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
-
Our descriptor.
- ForkPullRequestDiscoveryTrait.TrustNobody - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
-
An
SCMHeadAuthority
that trusts nothing. - ForkPullRequestDiscoveryTrait.TrustNobody.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
-
Our descriptor.
- ForkPullRequestDiscoveryTrait.TrustTeamForks - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
-
An
SCMHeadAuthority
that trusts forks belonging to the same account. - ForkPullRequestDiscoveryTrait.TrustTeamForks.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
-
Our descriptor.
- formatToISO(Date) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.impl.util.DateUtils
- fromString(String) - Static method in enum class com.cloudbees.jenkins.plugins.bitbucket.hooks.BitbucketType
- fromString(String) - Static method in enum class com.cloudbees.jenkins.plugins.bitbucket.hooks.HookEventType
- FULL_PATH - Static variable in class com.cloudbees.jenkins.plugins.bitbucket.hooks.BitbucketSCMSourcePushHookReceiver
G
- get() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketEndpointConfiguration
-
Gets the
BitbucketEndpointConfiguration
singleton. - get(BitbucketApi) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.impl.util.BitbucketApiUtils.BitbucketSupplier
- get(BitbucketApi) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.util.MirrorListSupplier
- get(String) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketAuthenticatedClient
-
Perform an HTTP GET to the configured endpoint.
- get(K, ICheckedCallable<V, E>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.Cache
- getAccessTokenEndpoint() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketOAuth
- getAddedLines() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommitDiffStat
- getApproved() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketReviewer
- getAttributes() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketRepositorySource
- getAuthenticator() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.client.AbstractBitbucketApi
- getAuthor() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBranch
-
Returns the head commit author for this branch.
- getAuthor() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketCommit
-
Returns the head commit author for this branch.
- getAuthor() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketGitSCMRevision
-
Returns the author of this revision in GIT format.
- getAuthor() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudBranch
- getAuthor() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommit
- getAuthor() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequestCommit
- getAuthor() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerBranch
- getAuthor() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerCommit
- getAuthorDate() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketCommit
-
Returns the head commit author date for this branch.
- getAuthorDate() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommit
- getAuthorDate() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerCommit
- getAuthorEmail() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPullRequest
-
Not set in Cloud.
- getAuthorEmail() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequest
- getAuthorEmail() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequest
- getAuthorIdentifier() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPullRequest
-
Username or account identifier of the author.
- getAuthorIdentifier() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequest
- getAuthorIdentifier() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequest
- getAuthorizationBaseUrl() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketOAuth
- getAuthorLogin() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPullRequest
-
Despite the name, this is a display name or nickname for the author, not a stable username for login.
- getAuthorLogin() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequest
- getAuthorLogin() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequest
- getAvatar() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketCloudWorkspace
- getAvatar() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketProject
- getAvatar() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepository
-
Returns the avatar associated to the team or project name.
- getAvatar() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketTeam
-
Return the avatar associated to the team or project name.
- getAvatar() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudRepository
- getAvatar() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerProject
- getAvatar() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerRepository
- getAvatar(String) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
-
Returns an Avatar image from the given URL.
- getAvatar(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
- getAvatar(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
-
Returns an Avatar image from the given URL.
- getAvatarDescription() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.avatars.BitbucketRepoAvatarMetadataAction
- getAvatarDescription() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.avatars.BitbucketTeamAvatarMetadataAction
- getAvatarIconClassName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.avatars.BitbucketRepoAvatarMetadataAction
- getAvatarIconClassName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.avatars.BitbucketTeamAvatarMetadataAction
- getAvatarImageOf(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.avatars.BitbucketRepoAvatarMetadataAction
- getAvatarImageOf(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.avatars.BitbucketTeamAvatarMetadataAction
- getAvatarURL() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.avatars.BitbucketRepoAvatarMetadataAction
- getBaseURL() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
- getBaseURL() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.client.AbstractBitbucketApi
- getBaseURL() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
- getBitbucketRepository(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigatorRequest
- getBranch() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPullRequestDestination
- getBranch() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPullRequestSource
- getBranch() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BranchWithHash
- getBranch() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequestDestination
- getBranch() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequestRepository
- getBranch() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequestDestination
- getBranch() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequestSource
- getBranch(String) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
-
Returns a branch in the repository.
- getBranch(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
-
Returns a branch in the repository.
- getBranch(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
-
Returns a branch in the repository.
- getBranches() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
-
Returns the branches in the repository.
- getBranches() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceRequest
-
Returns the branch details or an empty list if either the request did not specify to
BitbucketSCMSourceRequest.isFetchBranches()
or if the branch details have not been provided byBitbucketSCMSourceRequest.setBranches(Iterable)
yet. - getBranches() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
-
Returns the branches in the repository.
- getBranches() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
-
Returns the branches in the repository.
- getBranchesByRef(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
- getBranchName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.PullRequestSCMHead
- getBranchType() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPullRequestSource
-
Returns the type of the source branch.
- getBranchType() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequestRepository
- getBranchType() - Method in class com.cloudbees.jenkins.plugins.bitbucket.PullRequestSCMHead
- getBranchType() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequestSource
- getBranchWithHashes() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.extension.FallbackToOtherRepositoryGitSCMExtension
- getBuildDuration() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus
- getBuildDuration() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerBuildStatus
- getBuilderClass() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.BitbucketBuildStatusNotificationsTrait.DescriptorImpl
- getBuilderClass() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.PullRequestTargetBranchRefSpecTrait.DescriptorImpl
- getBuildNumber() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus
- getChanges() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPushEvent
- getChanges() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPushEvent
- getChanges() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPushEvent
- getChanges() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.NativeServerMirrorRepoSynchronizedEvent
- getChanges() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.NativeServerRefsChangedEvent
- getCheckoutStrategy() - Method in class com.cloudbees.jenkins.plugins.bitbucket.PullRequestSCMHead
- getClient() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
- getClient() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.client.AbstractBitbucketApi
- getClient() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
- getCloneLink() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.extension.FallbackToOtherRepositoryGitSCMExtension
- getCloneLinks() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepository
-
Returns the clone link available for this repository.
- getCommit() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPullRequestDestination
- getCommit() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPullRequestSource
- getCommit() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequestDestination
- getCommit() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequestRepository
- getCommit() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequestDestination
- getCommit() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequestSource
- getCommits(String, String) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
-
Return a set of base informations between the two given commits.
- getCommits(String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
- getCommits(String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
- getCommitter() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketCommit
-
Returns the head committer for this branch.
- getCommitter() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommit
- getCommitter() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerCommit
- getCommitterDate() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketCommit
-
Returns the head committer date for this branch.
- getCommitterDate() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommit
- getCommitterDate() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerCommit
- getCommittersToIgnore() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- getCommittersToIgnore() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.WebhookConfigurationTrait
- getConfigFile() - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketEndpointConfiguration
- getConnectionManager() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
- getConnectionManager() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.client.AbstractBitbucketApi
- getConnectionManager() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
- getContextClass() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.BitbucketBuildStatusNotificationsTrait.DescriptorImpl
- getContextClass() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.PullRequestTargetBranchRefSpecTrait.DescriptorImpl
- getCount() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.Cache.Stat
- getCredentials() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.extension.GitClientAuthenticatorExtension
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getCredentialsForSCM() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketAuthenticator
-
Provides credentials that can be used for authenticated interactions with SCM.
- getCredentialsForSCM() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketAccessTokenAuthenticator
-
Provides with the Git command line interface.
- getCredentialsForSCM() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketOAuthAuthenticator
- getCredentialsForSCM() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketUserAPITokenAuthenticator
- getCredentialsId() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.endpoint.BitbucketEndpoint
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
BitbucketEndpoint.getWebhook()
instead of this to retrieve information webhook - getCredentialsId() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.webhook.BitbucketWebhookConfiguration
-
Returns the
IdCredentials.getId()
of the credentials to use for auto-management of hooks. - getCredentialsId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator
- getCredentialsId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
- getCredentialsId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.AbstractBitbucketEndpoint
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getCredentialsId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.extension.GitClientAuthenticatorExtension
- getCredentialsId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.AbstractBitbucketWebhookConfiguration
-
Returns the
IdCredentials.getId()
of the credentials to use for auto-management of hooks. - getCredentialsId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin.PluginWebhookConfiguration
-
Deprecated.Returns the
IdCredentials.getId()
of the credentials to use for auto-management of hooks. - getCredentialsId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.SSHCheckoutTrait
-
Returns the configured credentials id.
- getDate() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketCommit
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getDate() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPushEvent.Reference
- getDate() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPushEvent.Target
- getDate() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketGitSCMRevision
-
Return the revision date in ISO format.
- getDate() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommit
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getDate() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPushEvent.ReferenceImpl
- getDate() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPushEvent.TargetImpl
- getDate() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequestCommit
- getDate() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerCommit
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getDate() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPushEvent.ReferenceImpl
- getDate() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPushEvent.TargetImpl
- getDate(int, int, int, int, int, int, int) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.impl.util.DateUtils
- getDate(int, int, int, int, int, int, int, String) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.impl.util.DateUtils
- getDateMillis() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBranch
- getDateMillis() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketCommit
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getDateMillis() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudBranch
- getDateMillis() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommit
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getDateMillis() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequestCommit
- getDateMillis() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerBranch
- getDateMillis() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerCommit
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getDefaultBranch() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
-
Gets the default branch in the repository.
- getDefaultBranch() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketDefaultBranch
- getDefaultBranch() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
-
Gets the default branch in the repository.
- getDefaultBranch() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
- getDefaultEndpoint() - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketEndpointConfiguration
- getDefaultJenkinsRootURL() - Static method in interface com.cloudbees.jenkins.plugins.bitbucket.api.webhook.BitbucketWebhookConfiguration
-
Returns the global setting from Jenkins.get().getRootUrl().
- getDefaultTrust() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.ForkPullRequestDiscoveryTrait.DescriptorImpl
-
Returns the default trust for new instances of
ForkPullRequestDiscoveryTrait
. - getDescription() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus
- getDescription() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketWebHook
- getDescription() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator.DescriptorImpl
- getDescription() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudWebhook
- getDescription() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- getDescription() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerWebhook
- getDescriptor() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.endpoint.BitbucketEndpoint
- getDescriptor() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.webhook.BitbucketWebhookConfiguration
- getDescriptor() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
- getDestination() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPullRequest
- getDestination() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequest
- getDestination() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequest
- getDirectoryContent(BitbucketSCMFile) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
-
Returns a list of all children file for the given folder.
- getDirectoryContent(BitbucketSCMFile) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
- getDirectoryContent(BitbucketSCMFile) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
- getDisableNotificationForNotBuildJobs() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.BitbucketBuildStatusNotificationsTrait
-
Should not build jobs be communicated as stopped.
- getDisplayId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.NativeServerRef
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketCloudWorkspace
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketProject
- getDisplayName() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepositoryOwner
- getDisplayName() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketTeam
- getDisplayName() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.endpoint.BitbucketEndpoint
-
Name to use to describe the endpoint.
- getDisplayName() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.webhook.BitbucketWebhookConfiguration
-
Name to use to describe the hook implementation.
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketLink
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator.DescriptorImpl
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource.DescriptorImpl
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequest.Author
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudRepositoryOwner
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.hooks.BitbucketSCMSourcePushHookReceiver
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.BitbucketCloudEndpoint.DescriptorImpl
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.BitbucketCloudEndpoint
-
Name to use to describe the endpoint.
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.BitbucketServerEndpoint.DescriptorImpl
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.BitbucketServerEndpoint
-
Name to use to describe the endpoint.
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.extension.BitbucketEnvVarExtension.DescriptorImpl
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.extension.FallbackToOtherRepositoryGitSCMExtension.DescriptorImpl
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.extension.GitClientAuthenticatorExtension.DescriptorImpl
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.AbstractBitbucketWebhookConfiguration
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud.CloudWebhookConfiguration.DescriptorImpl
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud.CloudWebhookConfiguration
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin.PluginWebhookConfiguration.DescriptorImpl
-
Deprecated.
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin.PluginWebhookConfiguration
-
Deprecated.
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server.ServerWebhookConfiguration.DescriptorImpl
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server.ServerWebhookConfiguration
- getDisplayName() - Method in enum class com.cloudbees.jenkins.plugins.bitbucket.server.BitbucketServerVersion
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequest.User
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerProject
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerRepositoryOwner
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.BitbucketBuildStatusNotificationsTrait.DescriptorImpl
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.BranchDiscoveryTrait.BranchSCMHeadAuthority.DescriptorImpl
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.BranchDiscoveryTrait.DescriptorImpl
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.DiscardOldBranchTrait.DescriptorImpl
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.DiscardOldTagTrait.DescriptorImpl
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.ForkPullRequestDiscoveryTrait.DescriptorImpl
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.ForkPullRequestDiscoveryTrait.TrustEveryone.DescriptorImpl
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.ForkPullRequestDiscoveryTrait.TrustNobody.DescriptorImpl
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.ForkPullRequestDiscoveryTrait.TrustTeamForks.DescriptorImpl
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.OriginPullRequestDiscoveryTrait.DescriptorImpl
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.OriginPullRequestDiscoveryTrait.OriginChangeRequestSCMHeadAuthority.DescriptorImpl
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.PublicRepoPullRequestFilterTrait.DescriptorImpl
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.PullRequestTargetBranchRefSpecTrait.DescriptorImpl
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.ShowBitbucketAvatarTrait.DescriptorImpl
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.SSHCheckoutTrait.DescriptorImpl
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.TagDiscoveryTrait.DescriptorImpl
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.TagDiscoveryTrait.TagSCMHeadAuthority.DescriptorImpl
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.WebhookConfigurationTrait.DescriptorImpl
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.WebhookRegistrationTrait.DescriptorImpl
- getEmail() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerAuthor
-
Returns the author email provided by the commit.
- getEmailAddress() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequest.User
- getEndpointItems() - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketEndpointConfiguration
-
Deprecated.Use
BitbucketEndpointProvider.listEndpoints()
instead of this. - getEndpointJenkinsRootUrl() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getEndpointJenkinsRootURL() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.endpoint.BitbucketEndpoint
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
BitbucketEndpoint.getWebhook()
instead of this to retrieve information webhook - getEndpointJenkinsRootURL() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.webhook.BitbucketWebhookConfiguration
-
A custom Jenkins root URL to be used by the webhook implementation as part of the receiver callback endpoint.
- getEndpointJenkinsRootURL() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.AbstractBitbucketEndpoint
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getEndpointJenkinsRootURL() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.AbstractBitbucketWebhookConfiguration
- getEndpointJenkinsRootURL() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin.PluginWebhookConfiguration
-
Deprecated.
- getEndpoints() - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketEndpointConfiguration
-
Gets the list of endpoints.
- getEventDelaySeconds() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
-
Returns how long to delay events received from Bitbucket in order to allow the API caches to sync.
- getEvents() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketWebHook
- getEvents() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudWebhook
- getEvents() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- getEvents() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerWebhook
- getEventType(Map<String, String>, MultiValuedMap<String, String>) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.webhook.BitbucketWebhookProcessor
-
Extracts the event type that represent the payload in the request.
- getEventType(Map<String, String>, MultiValuedMap<String, String>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.AbstractWebhookProcessor
- getFile(BitbucketSCMFile) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
-
Return the metadata for the given file.
- getFile(BitbucketSCMFile) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
- getFile(BitbucketSCMFile) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
- getFileContent(BitbucketSCMFile) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
-
Return an input stream for the given file.
- getFileContent(BitbucketSCMFile) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
- getFileContent(BitbucketSCMFile) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
- getForkPRStrategies() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceRequest
-
Returns the
ChangeRequestCheckoutStrategy
to create for each fork pull request. - getFromBitbucket(SCMSourceOwner, String, String, String, String, BitbucketApiUtils.BitbucketSupplier<ListBoxModel>) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.impl.util.BitbucketApiUtils
- getFromHash() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.NativeServerChange
- getFullName() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepository
- getFullName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudRepository
- getFullName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerRepository
- getHash() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus
- getHash() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketCommit
- getHash() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPushEvent.Target
- getHash() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BranchWithHash
- getHash() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommit
- getHash() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommit.Parent
- getHash() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPushEvent.TargetImpl
- getHash() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequestCommit
- getHash() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketRepositorySource
- getHash() - Method in class com.cloudbees.jenkins.plugins.bitbucket.filesystem.BitbucketSCMFile
- getHash() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerCommit
- getHash() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerCommit.Parent
- getHash() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPushEvent.TargetImpl
- getHash(SCMRevision) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.impl.util.SCMUtils
-
Returns the SHA1 hash for the given SCMRevision implementation.
- getHookSignatureCredentialsId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.AbstractBitbucketWebhookConfiguration
- getHookSignatureCredentialsIdItems(String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.AbstractBitbucketWebhookConfiguration.AbstractBitbucketWebhookDescriptorImpl
- getHost() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
- getHost() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.client.AbstractBitbucketApi
- getHost() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
- getHref() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketHref
- getHtml() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequest.Links
- getHttpCode() - Method in exception com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRequestException
- getHttpCode() - Method in exception com.cloudbees.jenkins.plugins.bitbucket.api.webhook.BitbucketWebhookProcessorException
- getIconClassName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketLink
- getIconClassName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator.DescriptorImpl
- getIconFileName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketLink
- getIconFileName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.hooks.BitbucketSCMSourcePushHookReceiver
- getIconFilePathPattern() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator.DescriptorImpl
- getId() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketAuthenticator
- getId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketMirrorServer
- getId() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPullRequest
- getId() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.webhook.BitbucketWebhookConfiguration
-
The hook implementation identifier.
- getId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequest
- getId() - Method in enum class com.cloudbees.jenkins.plugins.bitbucket.client.repository.UserRoleInRepository
- getId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.avatars.BitbucketAvatarImageSource
- getId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketAccessTokenAuthenticator
- getId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketClientCertificateAuthenticator
- getId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketOAuthAuthenticator
- getId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketUserAPITokenAuthenticator
- getId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketUsernamePasswordAuthenticator
- getId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud.CloudWebhookConfiguration
- getId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin.PluginWebhookConfiguration
-
Deprecated.
- getId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server.ServerWebhookConfiguration
- getId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.PullRequestSCMHead
- getId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequest
- getId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerRepository
- getId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerMirrorServer
- getId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.NativeServerRef
- getIdentifier() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketReviewer.User
- getIdentifier() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequest.Author
- getIncomingOpenPullRequests(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
- getKeepForDays() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.DiscardOldBranchTrait
- getKeepForDays() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.DiscardOldTagTrait
- getKey() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus
- getKey() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketProject
- getKey() - Method in enum class com.cloudbees.jenkins.plugins.bitbucket.hooks.BitbucketType
- getKey() - Method in enum class com.cloudbees.jenkins.plugins.bitbucket.hooks.HookEventType
- getLimit() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerPage
- getLink() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPullRequest
- getLink() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequest
- getLink() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequest
- getLink(String) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepository
-
Get Link based on name
- getLink(String) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketTeam
-
Get Link based on name
- getLinks() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketCloudWorkspace
- getLinks() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketMirroredRepository
- getLinks() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketMirroredRepositoryDescriptor
- getLinks() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketProject
- getLinks() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepository
-
Gets the links for this repository.
- getLinks() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketTeam
-
Gets the links of the project.
- getLinks() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudRepository
- getLinks() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequest
- getLinks() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerProject
- getLinks() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerRepository
- getManager() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.webhook.BitbucketWebhookConfiguration
-
Returns the implementation that is in charge to apply this configuration to the Bitbucket.
- getManager() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud.CloudWebhookConfiguration
- getManager() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin.PluginWebhookConfiguration
-
Deprecated.
- getManager() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server.ServerWebhookConfiguration
- getMaxDuration() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.Cache.Stat
- getMessage() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBranch
-
Returns the head commit message for this branch.
- getMessage() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketCommit
- getMessage() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketGitSCMRevision
-
Returns the message associated with this revision.
- getMessage() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudBranch
- getMessage() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommit
- getMessage() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequestCommit
- getMessage() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerBranch
- getMessage() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerCommit
- getMinDuration() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.Cache.Stat
- getMinSupportedVersion() - Static method in enum class com.cloudbees.jenkins.plugins.bitbucket.server.BitbucketServerVersion
-
The minimal supported version.
- getMirroredRepository(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
-
Retrieves all available clone urls for the specified repository.
- getMirrorId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator
- getMirrorId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
- getMirrors() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
-
Returns the mirror servers.
- getMirrors(Long) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
-
Returns the repository mirror descriptors.
- getMirrorServer() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketMirroredRepositoryDescriptor
- getMirrorServer() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.NativeServerMirrorRepoSynchronizedEvent
- getMode() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.WebhookRegistrationTrait
-
Gets the mode of registration to apply.
- getName() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBranch
- getName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus
- getName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketCloudWorkspace
- getName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketHref
- getName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketMirrorServer
- getName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketProject
- getName() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPushEvent.Reference
- getName() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketTeam
- getName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudBranch
- getName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPushEvent.ReferenceImpl
- getName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerAuthor
-
Returns the author name provided by the commit.
- getName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerBranch
- getName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequest.User
- getName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerProject
- getName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerMirrorServer
- getName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPushEvent.ReferenceImpl
- getNew() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPushEvent.Change
- getNew() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPushEvent.ChangeImpl
- getNew() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPushEvent.ChangeImpl
- getNewFileType() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommitDiffStat
- getNewPath() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommitDiffStat
- getNext() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudPage
- getNextPageStart() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerPage
- getOld() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPushEvent.Change
- getOld() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPushEvent.ChangeImpl
- getOld() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPushEvent.ChangeImpl
- getOldFileType() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommitDiffStat
- getOldPath() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommitDiffStat
- getOptionalData() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus
-
This represent additional informations contributed by
BitbucketBuildStatusCustomizer
s. - getOrigin() - Method in class com.cloudbees.jenkins.plugins.bitbucket.PullRequestSCMHead
- getOrigin(Map<String, Object>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.AbstractWebhookProcessor
- getOriginName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.PullRequestSCMHead
- getOriginPRStrategies() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceRequest
-
Returns the
ChangeRequestCheckoutStrategy
to create for each origin pull request. - getOutgoingOpenPullRequests(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
- getOwner() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
-
Returns the owner name for the repository.
- getOwner() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepository
- getOwner() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
-
Returns the owner name for the repository.
- getOwner() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudRepository
- getOwner() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.extension.BitbucketEnvVarExtension
- getOwner() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
-
Bitbucket Server manages two top level entities, owner and/or project.
- getOwner() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerRepository
- getOwnerName() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepository
- getOwnerName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudRepository
- getOwnerName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerRepository
- getPage() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudPage
- getPageLength() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudPage
- getParent() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus
- getParents() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketCommit
-
Returns the SHA1 parents of this commit.
- getParents() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommit
- getParents() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerCommit
- getPath() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommitDiffStat.FileInfo
- getPath() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketRepositorySource
- getProject() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepository
- getProject() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudRepository
- getProject() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerRepository
- getProjectKey() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator
- getProjectKey() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
- getProjectKey() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.extension.BitbucketEnvVarExtension
- getPronoun() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketTagSCMHead
- getPronoun() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BranchSCMHead
- getPronoun() - Method in class com.cloudbees.jenkins.plugins.bitbucket.PullRequestSCMHead
- getPRStrategies() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceRequest
-
Returns the
ChangeRequestCheckoutStrategy
to create for each pull request. - getPRStrategies(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceRequest
-
Returns the
ChangeRequestCheckoutStrategy
to create for pull requests of the specified type. - getPull() - Method in class com.cloudbees.jenkins.plugins.bitbucket.PullRequestSCMRevision
-
Gets the pull revision.
- getPullRequest() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPullRequestEvent
- getPullRequest() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPullRequestEvent
- getPullRequest() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPullRequestEvent
- getPullRequest() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.NativeServerPullRequestEvent
- getPullRequestById(Integer) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
-
Returns a specific pull request.
- getPullRequestById(Integer) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceRequest
-
Retrieves the full details of a pull request.
- getPullRequestById(Integer) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
-
Returns a specific pull request.
- getPullRequestById(Integer) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
-
Returns a specific pull request.
- getPullRequests() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
-
Returns the pull requests in the repository.
- getPullRequests() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceRequest
-
Returns the pull request details or an empty list if either the request did not specify to
BitbucketSCMSourceRequest.isFetchPRs()
or if the pull request details have not been provided byBitbucketSCMSourceRequest.setPullRequests(Iterable)
yet. - getPullRequests() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
-
Returns the pull requests in the repository.
- getPullRequests() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
-
Returns the pull requests in the repository.
- getPullRequests(BitbucketSCMSource) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.hooks.HasPullRequests
- getRaw() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudAuthor
-
Returns the raw author string provided by the commit.
- getRawNode() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBranch
- getRawNode() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudBranch
- getRawNode() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerBranch
- getRef() - Method in class com.cloudbees.jenkins.plugins.bitbucket.filesystem.BitbucketSCMFile
- getRef() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.NativeServerChange
- getRefId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequestSource
- getRefId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.NativeServerChange
- getRefLimitExceeded() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.NativeServerMirrorRepoSynchronizedEvent
- getRefname() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus
- getRefname() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerBuildStatus
- getRemoteName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.extension.FallbackToOtherRepositoryGitSCMExtension
- getRemovedLines() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommitDiffStat
- getRepoOwner() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketDefaultBranch
- getRepoOwner() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator
- getRepoOwner() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
- getRepoOwner() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceRequest
-
Returns the
BitbucketSCMSource.getRepoOwner()
- getRepoOwner() - Method in class com.cloudbees.jenkins.plugins.bitbucket.PullRequestSCMHead
- getRepositories() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
-
Returns all the repositories for the current owner (even if it's a regular user or a team).
- getRepositories() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
-
Returns all the repositories for the current owner (even if it's a regular user or a team).
- getRepositories() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
-
Returns all the repositories for the current owner (even if it's a regular user or a team).
- getRepositories(UserRoleInRepository) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
-
Returns the repositories where the user has the given role.
- getRepositories(UserRoleInRepository) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
- getRepositories(UserRoleInRepository) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
-
The role parameter is ignored for Bitbucket Server.
- getRepositoriesCacheDuration() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.BitbucketCloudEndpoint
- getRepository() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
-
Returns the repository details.
- getRepository() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPullRequestDestination
- getRepository() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPullRequestEvent
- getRepository() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPullRequestSource
- getRepository() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPushEvent
- getRepository() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketDefaultBranch
- getRepository() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
- getRepository() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceRequest
-
Returns the
BitbucketSCMSource.getRepository()
. - getRepository() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
-
Returns the repository details.
- getRepository() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPullRequestEvent
- getRepository() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPushEvent
- getRepository() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequestDestination
- getRepository() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequestRepository
- getRepository() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.extension.BitbucketEnvVarExtension
- getRepository() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud.AbstractSCMHeadEvent
- getRepository() - Method in class com.cloudbees.jenkins.plugins.bitbucket.PullRequestSCMHead
- getRepository() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
-
Returns the repository details.
- getRepository() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequestDestination
- getRepository() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequestSource
- getRepository() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPullRequestEvent
- getRepository() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPushEvent
- getRepository() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.NativeServerMirrorRepoSynchronizedEvent
- getRepository() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.NativeServerRefsChangedEvent
- getRepositoryName() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
-
Returns the repository name.
- getRepositoryName() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketAuthenticatedClient
-
Name of the repository where register the webhook.
- getRepositoryName() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepository
- getRepositoryName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
-
Returns the repository name.
- getRepositoryName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudRepository
- getRepositoryName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
-
Returns the repository name.
- getRepositoryName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerRepository
- getRepositoryOwner() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketAuthenticatedClient
-
The owner of the repository where register the webhook.
- getRepositoryURL(String, String) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.endpoint.BitbucketEndpoint
-
The user facing URL of the specified repository.
- getRepositoryURL(String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.BitbucketCloudEndpoint
-
The user facing URL of the specified repository.
- getRepositoryURL(String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.BitbucketServerEndpoint
-
The user facing URL of the specified repository.
- getRequest(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.client.AbstractBitbucketApi
- getRequestAsInputStream(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.client.AbstractBitbucketApi
- getRequestedOriginBranchNames() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceRequest
-
Gets requested origin branch names.
- getRequestedPullRequestNumbers() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceRequest
-
Returns requested pull request numbers.
- getRequestedTagNames() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceRequest
-
Gets requested tag names.
- getRequiredGlobalConfigPagePermission() - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketEndpointConfiguration
- getResponseContent(ClassicHttpResponse) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.client.AbstractBitbucketApi
- getRetryInterval(HttpRequest, IOException, int, HttpContext) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.client.ExponentialBackoffRetryStrategy
- getRetryInterval(HttpResponse, int, HttpContext) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.client.ExponentialBackoffRetryStrategy
- getReviewers() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPullRequest
- getReviewers() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequest
- getReviewers() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequest
- getRoot() - Method in class com.cloudbees.jenkins.plugins.bitbucket.filesystem.BitbucketSCMFileSystem
- getScm() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepository
-
Deprecated.no longer a choice
- getScm() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudRepository
- getScm() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.avatars.BitbucketRepoAvatarMetadataAction
- getScm() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerRepository
- getScmClass() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.BitbucketBuildStatusNotificationsTrait.DescriptorImpl
- getScmClass() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.PullRequestTargetBranchRefSpecTrait.DescriptorImpl
- getScmOwner() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.extension.GitClientAuthenticatorExtension
- getSecret() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketWebHook
-
Returns the secret used as the key to generate a HMAC digest value sent in the X-Hub-Signature header at delivery time.
- getSecret() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudWebhook
- getSecret() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- getSecret() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerWebhook
- getSendStoppedNotificationForAbortBuild() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.BitbucketBuildStatusNotificationsTrait
-
Return if aborted builds will be communicated as stopped.
- getSendSuccessNotificationForUnstableBuild() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.BitbucketBuildStatusNotificationsTrait
-
Should unstable builds be communicated as success to Bitbucket.
- getServerUrl() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator
- getServerUrl() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
- getServerURL() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.endpoint.BitbucketEndpoint
-
The URL of this endpoint.
- getServerURL() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.BitbucketCloudEndpoint
- getServerURL() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.BitbucketServerEndpoint
- getServerURL() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.extension.BitbucketEnvVarExtension
- getServerURL() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.extension.GitClientAuthenticatorExtension
- getServerURL(Map<String, String>, MultiValuedMap<String, String>) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.webhook.BitbucketWebhookProcessor
-
Extracts the server URL from where this request coming from, the URL must match one of the configured
BitbucketEndpoint
s. - getServerURL(Map<String, String>, MultiValuedMap<String, String>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.AbstractWebhookProcessor
- getServerURL(Map<String, String>, MultiValuedMap<String, String>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud.CloudPullRequestWebhookProcessor
- getServerURL(Map<String, String>, MultiValuedMap<String, String>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud.CloudPushWebhookProcessor
- getServerVersion() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.BitbucketServerEndpoint
- getSize() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudPage
- getSize() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerPage
- getSlug() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketCloudWorkspace
- getSlug() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketWorkspace
- getSource() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPullRequest
- getSource() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequest
- getSource() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequest
- getSourceClass() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.BitbucketBuildStatusNotificationsTrait.DescriptorImpl
- getStart() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerPage
- getState() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus
- getStatus() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommitDiffStat
- getStrategies() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.ForkPullRequestDiscoveryTrait
-
Returns the strategies.
- getStrategies() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.OriginPullRequestDiscoveryTrait
-
Returns the strategies.
- getStrategyId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.BranchDiscoveryTrait
-
Returns the strategy id.
- getStrategyId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.ForkPullRequestDiscoveryTrait
-
Gets the strategy id.
- getStrategyId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.OriginPullRequestDiscoveryTrait
-
Gets the strategy id.
- getTag(String) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
-
Returns a tag in the repository.
- getTag(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
-
Returns a tag in the repository.
- getTag(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
-
Returns a tag in the repository.
- getTags() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
-
Returns the tags in the repository.
- getTags() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceRequest
-
Returns the branch details or an empty list if either the request did not specify to
BitbucketSCMSourceRequest.isFetchTags()
or if the tag details have not been provided byBitbucketSCMSourceRequest.setTags(Iterable)
yet. - getTags() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
-
Returns the tags in the repository.
- getTags() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
-
Returns the tags in the repository.
- getTarget() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPushEvent.Reference
- getTarget() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPushEvent.ReferenceImpl
- getTarget() - Method in class com.cloudbees.jenkins.plugins.bitbucket.PullRequestSCMHead
- getTarget() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPushEvent.ReferenceImpl
- getTeam() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
-
Returns the team of the current owner or
null
if the current owner is not a team. - getTeam() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
-
Returns the team of the current owner or
null
if the current owner is not a team. - getTeam() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
-
There is no such Team concept in Bitbucket Data Center but Project.
- getTeamAvatar() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
BitbucketApi.getAvatar(String)
with the avatar url link gather from repository, project, workspace or user. - getTeamAvatar() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getTeamAvatar() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getTeamCacheDuration() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.BitbucketCloudEndpoint
- getTimestamp() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerBranch
- getTitle() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPullRequest
- getTitle() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequest
- getTitle() - Method in class com.cloudbees.jenkins.plugins.bitbucket.PullRequestSCMHead
- getTitle() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequest
- getToCommit() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.NativeServerRefsChangedEvent
- getToHash() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.NativeServerChange
- getTraits() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator
- getTraits() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
- getTraitsDefaults() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator.DescriptorImpl
- getTraitsDefaults() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource.DescriptorImpl
- getTraitsDescriptorLists() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator.DescriptorImpl
- getTraitsDescriptorLists() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource.DescriptorImpl
- getTrust() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.ForkPullRequestDiscoveryTrait
-
Gets the authority.
- getTrustDescriptors() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.ForkPullRequestDiscoveryTrait.DescriptorImpl
-
Returns the list of appropriate
SCMHeadAuthorityDescriptor
instances. - getTrustedRevision(SCMRevision, TaskListener) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
- getType() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPushEvent.Reference
- getType() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.endpoint.BitbucketEndpoint
-
Returns the type of this endpoint.
- getType() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommitDiffStat.FileInfo
- getType() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommitDiffStat
- getType() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPushEvent.ReferenceImpl
- getType() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketRepositorySource
- getType() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.BitbucketCloudEndpoint
- getType() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.BitbucketServerEndpoint
- getType() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerBranch
- getType() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPushEvent.ReferenceImpl
- getType() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.NativeServerChange
- getType() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.NativeServerRef
- getUpdatedOn() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudRepository
- getUrl() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus
- getUrl() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketWebHook
- getUrl() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketLink
- getUrl() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudWebhook
- getUrl() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.extension.GitClientAuthenticatorExtension
- getUrl() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- getUrl() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerWebhook
- getUrlName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketLink
- getUrlName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.hooks.BitbucketSCMSourcePushHookReceiver
- getUser() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketReviewer
- getUser() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequest.Author
- getUseReadableNotificationIds() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.BitbucketBuildStatusNotificationsTrait
-
Use a readable id as key for the build notification status.
- getUsername() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepositoryOwner
- getUsername() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudRepositoryOwner
- getUsername() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerRepositoryOwner
- getUuid() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketCloudWorkspace
- getUuid() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketWebHook
- getUuid() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketWorkspace
- getUuid() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudWebhook
- getUuid() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- getUuid() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerWebhook
- getValues() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudPage
- getValues() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerPage
- getWebhook() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.endpoint.BitbucketEndpoint
-
Returns the webhook implementation that this endpoint is using to manage the incoming payload.
- getWebhook() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.AbstractBitbucketEndpoint
- getWebhookDescriptors() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.BitbucketCloudEndpoint.DescriptorImpl
- getWebhookDescriptors() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.BitbucketServerEndpoint.DescriptorImpl
- getWebHooks() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
-
Deprecated, for removal: This API element is subject to removal in a future version.Use the
BitbucketWebhookConfiguration
implementation to gather information about webhook. - getWebHooks() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
-
Returns the webhooks defined in the repository.
- getWebHooks() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.client.AbstractBitbucketApi
- GitClientAuthenticatorExtension - Class in com.cloudbees.jenkins.plugins.bitbucket
-
Deprecated.
- GitClientAuthenticatorExtension - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.extension
- GitClientAuthenticatorExtension(StandardUsernameCredentials) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.GitClientAuthenticatorExtension
-
Deprecated.
- GitClientAuthenticatorExtension(String, StandardUsernameCredentials) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.extension.GitClientAuthenticatorExtension
-
Deprecated, for removal: This API element is subject to removal in a future version.
- GitClientAuthenticatorExtension(String, String, String, String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.extension.GitClientAuthenticatorExtension
- GitClientAuthenticatorExtension.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.extension
H
- hashCode() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus
- hashCode() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketDefaultBranch
- hashCode() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketGitSCMRevision
- hashCode() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketLink
- hashCode() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.avatars.BitbucketRepoAvatarMetadataAction
- hashCode() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.avatars.BitbucketTeamAvatarMetadataAction
- hashCode() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.extension.BitbucketEnvVarExtension
- hashCode() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.extension.GitClientAuthenticatorExtension
- HasPullRequests - Interface in com.cloudbees.jenkins.plugins.bitbucket.hooks
- Head(String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudBranch.Head
-
Deprecated.
- headRequestStatus(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.client.AbstractBitbucketApi
- HookEventType - Enum Class in com.cloudbees.jenkins.plugins.bitbucket.hooks
-
Bitbucket hooks types managed by this plugin.
- HTTP - Enum constant in enum class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepositoryProtocol
-
HTTP protocol.
I
- ICheckedCallable<V,
E extends Exception> - Interface in com.cloudbees.jenkins.plugins.bitbucket.impl.client - id() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator
- id() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceBuilder
-
The id of the
BitbucketSCMSource
that is being built. - includeCategory(SCMHeadCategory) - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.BranchDiscoveryTrait
- includeCategory(SCMHeadCategory) - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.ForkPullRequestDiscoveryTrait
- includeCategory(SCMHeadCategory) - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.OriginPullRequestDiscoveryTrait
- includeCategory(SCMHeadCategory) - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.TagDiscoveryTrait
- INPROGRESS - Enum constant in enum class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus.Status
- instance() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketOAuth
- instance(Mapping, ConfigurationContext) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.casc.BitbucketCloudEndpointConfigurator
- instance(Mapping, ConfigurationContext) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.casc.BitbucketServerEndpointConfigurator
- INSTANCE - Static variable in class com.cloudbees.jenkins.plugins.bitbucket.impl.util.MirrorListSupplier
- isActive() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketWebHook
- isActive() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudBranch
- isActive() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudWebhook
- isActive() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- isActive() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerWebhook
- isApplicable(EndpointType) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.buildstatus.BitbucketBuildStatusCustomizer
-
Returns if this implementation supports the given endpoint type.
- isApplicable(EndpointType) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.buildstatus.BitbucketBuildStatusNotifier
-
Returns if this implementation supports the given endpoint type.
- isApplicable(EndpointType) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.webhook.BitbucketWebhookDescriptor
-
Returns if this implementation can supports and can be installed by the given endpoint type.
- isApplicable(EndpointType) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.buildstatus.CloudBuildStatusNotifier
- isApplicable(EndpointType) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.buildstatus.ServerBuildStatusNotifier
- isApplicable(EndpointType) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud.CloudWebhookConfiguration.DescriptorImpl
- isApplicable(EndpointType) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin.PluginWebhookConfiguration.DescriptorImpl
-
Deprecated.
- isApplicable(EndpointType) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server.ServerWebhookConfiguration.DescriptorImpl
- isApplicableToOrigin(Class<? extends SCMHeadOrigin>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.BranchDiscoveryTrait.BranchSCMHeadAuthority.DescriptorImpl
- isApplicableToOrigin(Class<? extends SCMHeadOrigin>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.ForkPullRequestDiscoveryTrait.TrustEveryone.DescriptorImpl
- isApplicableToOrigin(Class<? extends SCMHeadOrigin>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.ForkPullRequestDiscoveryTrait.TrustNobody.DescriptorImpl
- isApplicableToOrigin(Class<? extends SCMHeadOrigin>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.ForkPullRequestDiscoveryTrait.TrustTeamForks.DescriptorImpl
- isApplicableToOrigin(Class<? extends SCMHeadOrigin>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.OriginPullRequestDiscoveryTrait.OriginChangeRequestSCMHeadAuthority.DescriptorImpl
- isApplicableToOrigin(Class<? extends SCMHeadOrigin>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.TagDiscoveryTrait.TagSCMHeadAuthority.DescriptorImpl
- isArchived() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepository
-
Is the repository marked as archived.
- isArchived() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudRepository
- isArchived() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerRepository
- isAvailable() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketMirroredRepository
- isBranchCreated() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- isBranchDeleted() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- isBuildBranch() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.BranchDiscoveryTrait
-
Returns
true
if building branches that are not filed as a PR. - isBuildBranchesWithPR() - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.BranchDiscoveryTrait
-
Returns
true
if building branches that are filed as a PR. - isBuildStatus() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- isCanMerge() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequest
- isCanMerge() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequestCanMerge
- isClosed() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPushEvent.Change
- isClosed() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPushEvent.ChangeImpl
- isClosed() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPushEvent.ChangeImpl
- isCloud() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
-
Deprecated, for removal: This API element is subject to removal in a future version.
- isCloud(BitbucketApi) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.impl.util.BitbucketApiUtils
- isCloud(String) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.impl.util.BitbucketApiUtils
- isCreated() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPushEvent.Change
- isCreated() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPushEvent.ChangeImpl
- isCreated() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPushEvent.ChangeImpl
- isDirectory() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketRepositorySource
- isEnableCache() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.BitbucketCloudEndpoint
- isEnabled() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketMirrorServer
- isEnableHookSignature() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.AbstractBitbucketWebhookConfiguration
- isEndpointSelectable() - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketEndpointConfiguration
-
Returns
true
if and only if there is more than one configured endpoint. - isEquals(BitbucketEndpoint) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.endpoint.BitbucketEndpoint
-
Returns if two endpoint are the equals.
- isExcluded(SCMSource, SCMHead) - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.DiscardOldTagTrait.ExcludeOldSCMTag
- isExcluded(SCMSourceRequest, SCMHead) - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.BranchDiscoveryTrait.ExcludeOriginPRBranchesSCMHeadFilter
- isExcluded(SCMSourceRequest, SCMHead) - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.BranchDiscoveryTrait.OnlyOriginPRBranchesSCMHeadFilter
- isExcluded(SCMSourceRequest, SCMHead) - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.DiscardOldBranchTrait.ExcludeOldSCMHeadBranch
- isFetchBranches() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceRequest
-
Returns
true
if branch details need to be fetched. - isFetchForkPRs() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceRequest
-
Returns
true
if fork pull request details need to be fetched. - isFetchOriginPRs() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceRequest
-
Returns
true
if origin pull request details need to be fetched. - isFetchPRs() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceRequest
-
Returns
true
if pull request details need to be fetched. - isFetchTags() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceRequest
-
Returns
true
if tag details need to be fetched. - isFit(AuthenticationTokenContext<? super BitbucketAccessTokenAuthenticator>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketAccessTokenAuthenticatorSource
-
Whether this source works in the given context.
- isFit(AuthenticationTokenContext<? super BitbucketClientCertificateAuthenticator>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketClientCertificateAuthenticatorSource
-
Whether this source works in the given context.
- isFit(AuthenticationTokenContext<? super BitbucketOAuthAuthenticator>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketOAuthAuthenticatorSource
-
Whether this source works in the given context.
- isLastPage() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudPage
- isLastPage() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerPage
- isManageHooks() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.endpoint.BitbucketEndpoint
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
BitbucketEndpoint.getWebhook()
instead of this to retrieve information webhook - isManageHooks() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.webhook.BitbucketWebhookConfiguration
-
Returns
true
if and only if Jenkins is supposed to auto-manage hooks for this end-point. - isManageHooks() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.AbstractBitbucketEndpoint
-
Deprecated, for removal: This API element is subject to removal in a future version.
- isManageHooks() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.AbstractBitbucketWebhookConfiguration
-
Returns
true
if and only if Jenkins is supposed to auto-manage hooks for this end-point. - isManageHooks() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin.PluginWebhookConfiguration
-
Deprecated.Returns
true
if and only if Jenkins is supposed to auto-manage hooks for this end-point. - isMatch(SCM) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud.AbstractSCMHeadEvent
- isMatch(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApiFactory
-
Tests if the supplied URL is supported by this factory.
- isMatch(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiFactory
- isMatch(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerApiFactory
- isMatch(SCMNavigator) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud.AbstractSCMHeadEvent
- isoDateToMillis(String) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.impl.util.DateUtils
- isPrCommented() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- isPrCreated() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- isPrDeclined() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- isPrDeleted() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- isPrivate() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
-
Returns
true
if and only if the repository is private. - isPrivate() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketCloudWorkspace
- isPrivate() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepository
- isPrivate() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketWorkspace
- isPrivate() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
-
Returns
true
if and only if the repository is private. - isPrivate() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudRepository
- isPrivate() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
- isPrivate() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerRepository
- isPrMerged() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- isPrReopened() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- isPrRescoped() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- isPrUpdated() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- isRepoMirrorSynced() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- isRepoPush() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- isServerURLMatch(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud.AbstractSCMHeadEvent
- isServerUrlSelectable() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator.DescriptorImpl
- isServerUrlSelectable() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource.DescriptorImpl
- isSkipPublicPRs() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceRequest
-
Returns
true
if pull requests from public repositories should be skipped. - isSupportedAuthenticator(BitbucketAuthenticator) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
- isSupportedAuthenticator(BitbucketAuthenticator) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.client.AbstractBitbucketApi
-
Implementation must validate if the configured authenticator is supported by this client implementation.
- isSupportedAuthenticator(BitbucketAuthenticator) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
- isTagCreated() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- ITEM - Enum constant in enum class com.cloudbees.jenkins.plugins.bitbucket.WebhookRegistration
-
Use the item scoped credentials to register the webhook.
J
- JobCheckoutListener() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.notifier.BitbucketBuildStatusNotifications.JobCheckoutListener
- JobCompletedListener() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.notifier.BitbucketBuildStatusNotifications.JobCompletedListener
- JsonParser - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.util
-
Jackson based JSON parser
- JsonParser() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.util.JsonParser
L
- lastModified() - Method in class com.cloudbees.jenkins.plugins.bitbucket.filesystem.BitbucketSCMFile
- lastModified() - Method in class com.cloudbees.jenkins.plugins.bitbucket.filesystem.BitbucketSCMFileSystem
- Links() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequest.Links
- Links(String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequest.Links
- listCredentials(ItemGroup<?>, String, String) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.impl.util.BitbucketCredentialsUtils
- listCredentials(Item, String, String) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.impl.util.BitbucketCredentialsUtils
- listEndpoints() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.api.endpoint.BitbucketEndpointProvider
-
Populates a
ListBoxModel
with all Bitbucket endpoints in the global page. - logger - Variable in class com.cloudbees.jenkins.plugins.bitbucket.impl.client.AbstractBitbucketApi
- logger - Variable in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.AbstractWebhookProcessor
- lookupCredentials(ItemGroup<?>, String, String, Class<T>) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.impl.util.BitbucketCredentialsUtils
- lookupCredentials(Item, String, String, Class<T>) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.impl.util.BitbucketCredentialsUtils
- lookupEndpoint(EndpointType) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.api.endpoint.BitbucketEndpointProvider
-
Checks to see if the supplied server URL is defined in the global configuration.
- lookupEndpoint(String) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.api.endpoint.BitbucketEndpointProvider
-
Checks to see if the supplied server URL is defined in the global configuration.
- lookupEndpoint(String, Class<T>) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.api.endpoint.BitbucketEndpointProvider
-
Checks to see if the supplied server URL is defined in the global configuration.
- lookupEndpointJenkinsRootURL(String) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.api.endpoint.BitbucketEndpointProvider
-
Deprecated, for removal: This API element is subject to removal in a future version.This value depends on the underline
BitbucketWebhookConfiguration
configured for the endpoint.
M
- mark(int) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.ClosingConnectionInputStream
- markSupported() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.ClosingConnectionInputStream
- matcher() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketOAuthAuthenticatorSource
- matcher() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketUserAPITokenAuthenticatorSource
- matcher() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketUsernamePasswordAuthenticatorSource
- matches(Credentials) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketOAuthCredentialMatcher
- matches(Credentials) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketUserAPITokenCredentialMatcher
- matches(Credentials) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketUsernamePasswordCredentialMatcher
- matches(String) - Method in enum class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepositoryProtocol
-
Check if link name matches protocol.
- MEMBER - Enum constant in enum class com.cloudbees.jenkins.plugins.bitbucket.client.repository.UserRoleInRepository
- Messages - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint
-
Generated localization support class.
- Messages - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook
-
Generated localization support class.
- Messages - Class in com.cloudbees.jenkins.plugins.bitbucket
-
Generated localization support class.
- Messages() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.Messages
- Messages() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.Messages
- Messages() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.Messages
- mirrorId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceBuilder
-
The mirror id that the
BitbucketSCMSource
will use. - MirrorListSupplier - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.util
- MirrorListSupplier() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.util.MirrorListSupplier
- modified - Enum constant in enum class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommitDiffStat.CommitDiffStat
N
- NativeServerChange - Class in com.cloudbees.jenkins.plugins.bitbucket.server.events
- NativeServerChange() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.events.NativeServerChange
- NativeServerMirrorRepoSynchronizedEvent - Class in com.cloudbees.jenkins.plugins.bitbucket.server.events
- NativeServerMirrorRepoSynchronizedEvent() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.events.NativeServerMirrorRepoSynchronizedEvent
- NativeServerPullRequestEvent - Class in com.cloudbees.jenkins.plugins.bitbucket.server.events
- NativeServerPullRequestEvent() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.events.NativeServerPullRequestEvent
- NativeServerRef - Class in com.cloudbees.jenkins.plugins.bitbucket.server.events
- NativeServerRef() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.events.NativeServerRef
- NativeServerRefsChangedEvent - Class in com.cloudbees.jenkins.plugins.bitbucket.server.events
- NativeServerRefsChangedEvent() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.events.NativeServerRefsChangedEvent
- newChild(String, boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.filesystem.BitbucketSCMFile
- newInstance(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator.DescriptorImpl
- newInstance(String, BitbucketAuthenticator, String, String, String) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApiFactory
-
Creates a
BitbucketApi
for the specified URL with the supplied credentials, owner and (optional) repository. - newRequest(SCMNavigator, SCMSourceObserver) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigatorContext
- newRequest(SCMSource, TaskListener) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceContext
- normalizeServerUrl(String) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketEndpointConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.Do not use at all, endpoint URL are already managed internally
- normalizeURL(String) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.impl.util.URLUtils
-
Fix a server URL.
- notificationsDisabled() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceContext
-
Returns
true
if notifications should be disabled. - notifyEvent(SCMHeadEvent<?>, int) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.webhook.BitbucketWebhookProcessor
-
Implementations have to call this method when want propagate an
SCMHeadEvent
to the scm-api.
O
- onCheckout(Run<?, ?>, SCM, FilePath, TaskListener, File, SCMRevisionState) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.notifier.BitbucketBuildStatusNotifications.JobCheckoutListener
- onCompleted(Run<?, ?>, TaskListener) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.notifier.BitbucketBuildStatusNotifications.JobCompletedListener
- onCreated(Item) - Method in class com.cloudbees.jenkins.plugins.bitbucket.hooks.WebhookAutoRegisterListener
- onDeleted(Item) - Method in class com.cloudbees.jenkins.plugins.bitbucket.hooks.WebhookAutoRegisterListener
- OnlyOriginPRBranchesSCMHeadFilter() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.BranchDiscoveryTrait.OnlyOriginPRBranchesSCMHeadFilter
- onUpdated(Item) - Method in class com.cloudbees.jenkins.plugins.bitbucket.hooks.WebhookAutoRegisterListener
- OriginChangeRequestSCMHeadAuthority() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.OriginPullRequestDiscoveryTrait.OriginChangeRequestSCMHeadAuthority
- originOf(String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
- originPRStrategies() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceContext
-
Returns the set of
ChangeRequestCheckoutStrategy
to create for each origin pull request. - OriginPullRequestDiscoveryTrait - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
-
A
Discovery
trait for bitbucket that will discover pull requests originating from a branch in the repository itself. - OriginPullRequestDiscoveryTrait(int) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.OriginPullRequestDiscoveryTrait
-
Constructor for stapler.
- OriginPullRequestDiscoveryTrait(Set<ChangeRequestCheckoutStrategy>) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.OriginPullRequestDiscoveryTrait
-
Constructor for programmatic instantiation.
- OriginPullRequestDiscoveryTrait_authorityDisplayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
OriginPullRequestDiscoveryTrait.authorityDisplayName
:Trust origin pull requests
. - OriginPullRequestDiscoveryTrait.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
-
Our descriptor.
- OriginPullRequestDiscoveryTrait.OriginChangeRequestSCMHeadAuthority - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
-
A
SCMHeadAuthority
that trusts origin pull requests - OriginPullRequestDiscoveryTrait.OriginChangeRequestSCMHeadAuthority.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
-
Our descriptor.
- OWNER - Enum constant in enum class com.cloudbees.jenkins.plugins.bitbucket.client.repository.UserRoleInRepository
P
- Parent(String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommit.Parent
- Parent(String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerCommit.Parent
- parseISODate(String) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.impl.util.DateUtils
- PluginPullRequestWebhookProcessor - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin
-
Deprecated.
- PluginPullRequestWebhookProcessor() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin.PluginPullRequestWebhookProcessor
-
Deprecated.
- PluginPushWebhookProcessor - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin
-
Deprecated.
- PluginPushWebhookProcessor() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin.PluginPushWebhookProcessor
-
Deprecated.
- PluginWebhookConfiguration - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin
-
Deprecated.
- PluginWebhookConfiguration(boolean, String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin.PluginWebhookConfiguration
-
Deprecated.
- PluginWebhookConfiguration.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin
-
Deprecated.
- PluginWebhookManager - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin
-
Deprecated.
- PluginWebhookManager() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin.PluginWebhookManager
-
Deprecated.
- populateEnvironmentVariables(GitSCM, Map<String, String>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.extension.BitbucketEnvVarExtension
-
Contribute additional environment variables about the target branch.
- post(String, Object) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketAuthenticatedClient
- post(String, String) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketAuthenticatedClient
-
Perform an HTTP POST to the configured endpoint.
- postBuildStatus(BitbucketBuildStatus) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
-
Deprecated, for removal: This API element is subject to removal in a future version.Use the appropriate
BitbucketBuildStatusNotifier
instead of this - postBuildStatus(BitbucketBuildStatus) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
-
Deprecated.
- postBuildStatus(BitbucketBuildStatus) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
-
Deprecated.
- postCommitComment(String, String) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
-
Post a comment to a given commit hash.
- postCommitComment(String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
-
Post a comment to a given commit hash.
- postCommitComment(String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
-
Post a comment to a given commit hash.
- postRequest(String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.client.AbstractBitbucketApi
- postRequest(String, List<? extends NameValuePair>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.client.AbstractBitbucketApi
- process(H, SCMSourceRequest.IntermediateLambda<I>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceRequest
-
Processes a head in the context of the current request where an intermediary operation is required before the
SCMRevision
can be instantiated. - process(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.cloudbees.jenkins.plugins.bitbucket.hooks.BitbucketSCMSourcePushHookReceiver
- process(String, String, Map<String, Object>, BitbucketEndpoint) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.webhook.BitbucketWebhookProcessor
-
See Event Payloads for more information about the payload parameter format.
- process(String, String, Map<String, Object>, BitbucketEndpoint) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud.CloudPullRequestWebhookProcessor
- process(String, String, Map<String, Object>, BitbucketEndpoint) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud.CloudPushWebhookProcessor
- process(String, String, Map<String, Object>, BitbucketEndpoint) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin.PluginPullRequestWebhookProcessor
-
Deprecated.
- process(String, String, Map<String, Object>, BitbucketEndpoint) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin.PluginPushWebhookProcessor
-
Deprecated.
- process(String, String, Map<String, Object>, BitbucketEndpoint) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server.ServerPingWebhookProcessor
- process(String, String, Map<String, Object>, BitbucketEndpoint) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server.ServerPullRequestWebhookProcessor
- process(String, String, Map<String, Object>, BitbucketEndpoint) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server.ServerPushWebhookProcessor
- PublicRepoPullRequestFilterTrait - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
-
A
SCMSourceTrait
that suppresses all pull requests if the repository is public. - PublicRepoPullRequestFilterTrait() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.PublicRepoPullRequestFilterTrait
-
Constructor.
- PublicRepoPullRequestFilterTrait_displayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
PublicRepoPullRequestFilterTrait.displayName
:Exclude pull requests from public repositories
. - PublicRepoPullRequestFilterTrait.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
-
Our descriptor.
- PULL_REQUEST_CREATED - Enum constant in enum class com.cloudbees.jenkins.plugins.bitbucket.hooks.HookEventType
- PULL_REQUEST_DECLINED - Enum constant in enum class com.cloudbees.jenkins.plugins.bitbucket.hooks.HookEventType
- PULL_REQUEST_MERGED - Enum constant in enum class com.cloudbees.jenkins.plugins.bitbucket.hooks.HookEventType
- PULL_REQUEST_UPDATED - Enum constant in enum class com.cloudbees.jenkins.plugins.bitbucket.hooks.HookEventType
- PullRequestBranchType - Enum Class in com.cloudbees.jenkins.plugins.bitbucket.api
-
Enumerated type of source HEAD for a pull request.
- pullRequestEventFromPayload(String) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudWebhookPayload
- pullRequestEventFromPayload(String) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerWebhookPayload
- PullRequestSCMHead - Class in com.cloudbees.jenkins.plugins.bitbucket
-
SCMHead
for a Bitbucket pull request - PullRequestSCMHead(String, String, String, String, BitbucketPullRequest, SCMHeadOrigin, ChangeRequestCheckoutStrategy) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.PullRequestSCMHead
- PullRequestSCMHead(String, String, String, String, PullRequestBranchType, String, String, BranchSCMHead, SCMHeadOrigin, ChangeRequestCheckoutStrategy) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.PullRequestSCMHead
- PullRequestSCMHead_Pronoun() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
PullRequestSCMHead.Pronoun
:Pull Request
. - PullRequestSCMRevision - Class in com.cloudbees.jenkins.plugins.bitbucket
-
Revision of a pull request.
- PullRequestSCMRevision(PullRequestSCMHead, SCMRevision, SCMRevision) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.PullRequestSCMRevision
-
Constructor.
- PullRequestTargetBranchRefSpecTrait - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
-
Exposes the target branch of pull request as ref specs of a
AbstractGitSCMSource
as aSCMSourceTrait
. - PullRequestTargetBranchRefSpecTrait() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.PullRequestTargetBranchRefSpecTrait
-
Constructor for stapler.
- PullRequestTargetBranchRefSpecTrait_displayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
PullRequestTargetBranchRefSpecTrait.displayName
:PullRequest target branch ref spec
. - PullRequestTargetBranchRefSpecTrait.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
-
Our descriptor.
- Push() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPushEvent.Push
- Push() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPushEvent.Push
- PUSH - Enum constant in enum class com.cloudbees.jenkins.plugins.bitbucket.hooks.HookEventType
- pushEventFromPayload(String) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudWebhookPayload
- pushEventFromPayload(String) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerWebhookPayload
- put(String, Object) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketAuthenticatedClient
- put(String, String) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketAuthenticatedClient
-
Perform an HTTP PUT to the configured endpoint.
- putRequest(String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.client.AbstractBitbucketApi
R
- read() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.ClosingConnectionInputStream
- read(byte[]) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.ClosingConnectionInputStream
- read(byte[], int, int) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.ClosingConnectionInputStream
- read(BitbucketAuthenticatedClient) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.webhook.BitbucketWebhookManager
-
Returns the list of all registered webhook at this repository related to this Jenkins.
- read(BitbucketAuthenticatedClient) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud.CloudWebhookManager
- read(BitbucketAuthenticatedClient) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin.PluginWebhookManager
-
Deprecated.
- read(BitbucketAuthenticatedClient) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server.ServerWebhookManager
- readResolve() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.AbstractBitbucketEndpoint
- readResolve() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.BitbucketServerEndpoint
- readResolveServerUrl(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketEndpointConfiguration
-
Called from a
readResolve()
method only to convert the oldbitbucketServerUrl
field into the newserverUrl
field. - ReferenceImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPushEvent.ReferenceImpl
- ReferenceImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPushEvent.ReferenceImpl
- register(BitbucketAuthenticatedClient) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.webhook.BitbucketWebhookManager
-
Save a webhook (updating or creating a new one) using the actual configuration.
- register(BitbucketAuthenticatedClient) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud.CloudWebhookManager
- register(BitbucketAuthenticatedClient) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin.PluginWebhookManager
-
Deprecated.
- register(BitbucketAuthenticatedClient) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server.ServerWebhookManager
- registerCommitWebHook(BitbucketWebHook) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
-
Deprecated, for removal: This API element is subject to removal in a future version.Use the
BitbucketWebhookConfiguration
implementation to gather information about webhook. - registerCommitWebHook(BitbucketWebHook) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
-
Register a webhook on the repository.
- registerCommitWebHook(BitbucketWebHook) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.client.AbstractBitbucketApi
- registerEndpoint(String, String, UnaryOperator<BitbucketEndpoint>) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.api.endpoint.BitbucketEndpointProvider
-
Register a new
BitbucketEndpoint
to the global configuration. - reindexOnEmptyChanges() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.webhook.BitbucketWebhookProcessor
-
Settings that will trigger a re-index of the multibranch project/organization folder when the request does not ship any source changes.
- remove(String, BitbucketAuthenticatedClient) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.webhook.BitbucketWebhookManager
-
Remove the webhook from the Bitbucket repository with the given identifier.
- remove(String, BitbucketAuthenticatedClient) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud.CloudWebhookManager
- remove(String, BitbucketAuthenticatedClient) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin.PluginWebhookManager
-
Deprecated.
- remove(String, BitbucketAuthenticatedClient) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server.ServerWebhookManager
- removeAuthority(String) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.impl.util.URLUtils
- removeCommitWebHook(BitbucketWebHook) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
-
Deprecated, for removal: This API element is subject to removal in a future version.Use the
BitbucketWebhookConfiguration
implementation to gather information about webhook. - removeCommitWebHook(BitbucketWebHook) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
-
Remove the webhook (ID field required) from the repository.
- removeCommitWebHook(BitbucketWebHook) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.client.AbstractBitbucketApi
- removed - Enum constant in enum class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommitDiffStat.CommitDiffStat
- removeEndpoint(BitbucketEndpoint) - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketEndpointConfiguration
-
Removes an endpoint.
- removeEndpoint(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketEndpointConfiguration
-
Removes an endpoint.
- renamed - Enum constant in enum class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommitDiffStat.CommitDiffStat
- repoOwner() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceBuilder
-
The repository owner that the
BitbucketSCMSource
will be configured to use. - repositories() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigatorRequest
- REQUEST_ID_CLOUD_HEADER - Static variable in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.AbstractWebhookProcessor
- REQUEST_ID_SERVER_HEADER - Static variable in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.AbstractWebhookProcessor
- reset() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.ClosingConnectionInputStream
- resolveCommit(BitbucketPullRequest) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
-
Resolve the head commit object of the pull request source repository branch.
- resolveCommit(BitbucketPullRequest) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
-
Resolve the head commit object of the pull request source repository branch.
- resolveCommit(BitbucketPullRequest) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
- resolveCommit(String) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
-
Resolve the commit object given its hash.
- resolveCommit(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
-
Resolve the commit object given its hash.
- resolveCommit(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
-
Resolve the commit object given its hash.
- resolveSourceFullHash(BitbucketPullRequest) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
-
Resolve the head commit hash of the pull request source repository branch.
- resolveSourceFullHash(BitbucketPullRequest) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
-
Resolve the head commit hash of the pull request source repository branch.
- resolveSourceFullHash(BitbucketPullRequest) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
-
Resolve the head commit hash of the pull request source repository branch.
- retrieve(SCMHead, TaskListener) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
- retrieve(SCMSourceCriteria, SCMHeadObserver, SCMHeadEvent<?>, TaskListener) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
- retrieveActions(SCMHead, SCMHeadEvent, TaskListener) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
- retrieveActions(SCMNavigatorOwner, SCMNavigatorEvent, TaskListener) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator
- retrieveActions(SCMSourceEvent, TaskListener) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
- retryRequest(HttpRequest, IOException, int, HttpContext) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.client.ExponentialBackoffRetryStrategy
- retryRequest(HttpResponse, int, HttpContext) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.client.ExponentialBackoffRetryStrategy
S
- SAME - Static variable in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator.DescriptorImpl
- SAME - Static variable in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource.DescriptorImpl
- SCAN_ON_EMPTY_CHANGES_PROPERTY_NAME - Static variable in interface com.cloudbees.jenkins.plugins.bitbucket.api.webhook.BitbucketWebhookProcessor
- SCHEME - Static variable in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketAuthenticator
-
The key for URL scheme as reported in an
AuthenticationTokenContext
- scmSource() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketGitSCMBuilder
-
Returns the
BitbucketSCMSource
that this request is against (primarily to allow resolving credentials againstSCMSource.getOwner()
). - scmSourceReIndex(String, String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.AbstractWebhookProcessor
-
To be called by implementations once the owner and the repository have been extracted from the payload.
- SCMUtils - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.util
-
Utility class that helps to extract specific information from implementation of SCM base classes.
- sendBuildStatus(BitbucketBuildStatus, BitbucketAuthenticatedClient) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.buildstatus.BitbucketBuildStatusNotifier
- sendBuildStatus(BitbucketBuildStatus, BitbucketAuthenticatedClient) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.buildstatus.CloudBuildStatusNotifier
- sendBuildStatus(BitbucketBuildStatus, BitbucketAuthenticatedClient) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.buildstatus.ServerBuildStatusNotifier
- sendStopNotificationForAbortBuild() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceContext
-
Returns if aborted builds should be passed as stopped/cancelled to Bitbucket.
- sendStopNotificationForNotBuildJobs() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceContext
-
Returns if not build jobs should be passed as stopped/cancelled to Bitbucket.
- sendSuccessNotificationForUnstableBuild() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceContext
-
Returns
true
if unstable builds should be passed as successful to Bitbucket. - SERVER - Enum constant in enum class com.cloudbees.jenkins.plugins.bitbucket.api.endpoint.EndpointType
- SERVER - Enum constant in enum class com.cloudbees.jenkins.plugins.bitbucket.hooks.BitbucketType
- SERVER_MIRROR_REPO_SYNCHRONIZED - Enum constant in enum class com.cloudbees.jenkins.plugins.bitbucket.hooks.HookEventType
- SERVER_PING - Enum constant in enum class com.cloudbees.jenkins.plugins.bitbucket.hooks.HookEventType
-
Sent when hitting the "Test connection" button in Bitbucket Server.
- SERVER_PULL_REQUEST_DECLINED - Enum constant in enum class com.cloudbees.jenkins.plugins.bitbucket.hooks.HookEventType
- SERVER_PULL_REQUEST_DELETED - Enum constant in enum class com.cloudbees.jenkins.plugins.bitbucket.hooks.HookEventType
- SERVER_PULL_REQUEST_FROM_REF_UPDATED - Enum constant in enum class com.cloudbees.jenkins.plugins.bitbucket.hooks.HookEventType
-
SERVER_PULL_REQUEST_MODIFIED("pr:modified", NativeServerPullRequestHookProcessor.class), /**
- SERVER_PULL_REQUEST_MERGED - Enum constant in enum class com.cloudbees.jenkins.plugins.bitbucket.hooks.HookEventType
- SERVER_PULL_REQUEST_MODIFIED - Enum constant in enum class com.cloudbees.jenkins.plugins.bitbucket.hooks.HookEventType
-
SERVER_PULL_REQUEST_DELETED("pr:deleted", NativeServerPullRequestHookProcessor.class), /**
- SERVER_PULL_REQUEST_OPENED - Enum constant in enum class com.cloudbees.jenkins.plugins.bitbucket.hooks.HookEventType
- SERVER_REFS_CHANGED - Enum constant in enum class com.cloudbees.jenkins.plugins.bitbucket.hooks.HookEventType
- SERVER_URL - Static variable in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketAuthenticator
-
The key for bitbucket URL as reported in an
AuthenticationTokenContext
- SERVER_URL - Static variable in class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.BitbucketCloudEndpoint
-
The URL of Bitbucket Cloud.
- SERVER_URL_PARAMETER - Static variable in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.AbstractWebhookProcessor
- ServerBuildStatusNotifier - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.buildstatus
- ServerBuildStatusNotifier() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.buildstatus.ServerBuildStatusNotifier
- ServerPingWebhookProcessor - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server
- ServerPingWebhookProcessor() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server.ServerPingWebhookProcessor
- ServerPullRequestWebhookProcessor - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server
- ServerPullRequestWebhookProcessor() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server.ServerPullRequestWebhookProcessor
- ServerPushWebhookProcessor - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server
- ServerPushWebhookProcessor() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server.ServerPushWebhookProcessor
- serverUrl() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceBuilder
-
The server url of the
BitbucketSCMSource
that is being built. - ServerWebhookConfiguration - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server
- ServerWebhookConfiguration(boolean, String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server.ServerWebhookConfiguration
- ServerWebhookConfiguration(boolean, String, boolean, String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server.ServerWebhookConfiguration
- ServerWebhookConfiguration.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server
- ServerWebhookImplementation_displayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.Messages
-
Key
ServerWebhookImplementation.displayName
:Native Server Implementation
. - ServerWebhookManager - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server
- ServerWebhookManager() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server.ServerWebhookManager
- setActive(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudWebhook
- setActive(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- setActive(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerWebhook
- setAddedLines(int) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommitDiffStat
- setApproved(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketReviewer
- setArchived(Boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerRepository
- setAuthor(BitbucketCloudPullRequest.Author) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequest
- setAuthor(BitbucketServerPullRequest.Author) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequest
- setAuthor(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudBranch
- setAuthor(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommit
- setAuthor(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequestCommit
- setAuthor(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerBranch
- setAuthor(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerCommit
- setAuthorDate(Date) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerCommit
- setAvailable(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketMirroredRepository
- setAvatarURL(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.avatars.BitbucketRepoAvatarMetadataAction
- setBranch(BitbucketCloudBranch) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequestDestination
- setBranch(BitbucketCloudBranch) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequestRepository
- setBranchCreated(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- setBranchDeleted(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- setBranches(Iterable<BitbucketBranch>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceRequest
-
Provides the requests with the branch details.
- setBranchType(PullRequestBranchType) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequestSource
- setBuildDuration(long) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus
- setBuildNumber(int) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus
- setBuildStatus(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- setCallbackURL(String, BitbucketEndpoint) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.webhook.BitbucketWebhookManager
-
The callback URL where send event payload.
- setCallbackURL(String, BitbucketEndpoint) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud.CloudWebhookManager
- setCallbackURL(String, BitbucketEndpoint) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin.PluginWebhookManager
-
Deprecated.
- setCallbackURL(String, BitbucketEndpoint) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server.ServerWebhookManager
- setCanMerge(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequestCanMerge
- setCanMerge(Boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequest
- setChanges(List<BitbucketCloudPushEvent.ChangeImpl>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPushEvent
- setChanges(List<BitbucketServerPushEvent.ChangeImpl>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPushEvent
- setClientProxyParams(HttpClientBuilder) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.client.AbstractBitbucketApi
- setClosed(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPushEvent.ChangeImpl
- setClosed(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPushEvent.ChangeImpl
- setCommit(BitbucketCloudCommit) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequestDestination
- setCommit(BitbucketCloudCommit) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequestRepository
- setCommitClosure(Callable<BitbucketCommit>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudBranch
- setCommitClosure(Callable<BitbucketCommit>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerBranch
- setCommitter(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommit
- setCommitter(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerCommit
- setCommitter(Date) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerCommit
- setCommitterDate(Date) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommit
- setCommittersToIgnore(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- setCreated(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPushEvent.ChangeImpl
- setCreated(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPushEvent.ChangeImpl
- setCredentialsId(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator
- setCredentialsId(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
- setDate(Date) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPushEvent.ReferenceImpl
- setDate(Date) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPushEvent.TargetImpl
- setDate(Date) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequestCommit
- setDate(Date) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPushEvent.ReferenceImpl
- setDate(Date) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPushEvent.TargetImpl
- setDateMillis(long) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudBranch
- setDescription(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus
- setDescription(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudWebhook
- setDescription(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- setDescription(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerWebhook
- setDestination(BitbucketCloudPullRequestDestination) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequest
- setDestination(BitbucketServerPullRequestDestination) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequest
- setDisableNotificationForNotBuildJobs(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.BitbucketBuildStatusNotificationsTrait
- setDisplayId(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerBranch
- setDisplayId(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.NativeServerRef
- setDisplayName(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequest.Author
- setDisplayName(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudRepositoryOwner
- setDisplayName(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequest.User
- setDisplayName(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerRepositoryOwner
- setEmail(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerAuthor
-
Sets the author email provided by the commit.
- setEmailAddress(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequest.User
- setEnabled(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketMirrorServer
- setEndpointJenkinsRootURL(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.AbstractBitbucketWebhookConfiguration
- setEndpointJenkinsRootURL(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin.PluginWebhookConfiguration
-
Deprecated.
- setEndpoints(List<? extends BitbucketEndpoint>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketEndpointConfiguration
-
Sets the list of endpoints.
- setEventDelaySeconds(int) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
-
Sets how long to delay events received from Bitbucket in order to allow the API caches to sync.
- setEvents(List<String>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudWebhook
- setEvents(List<String>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- setEvents(List<String>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerWebhook
- setExpireDuration(int, TimeUnit) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.Cache
- setFromHash(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.NativeServerChange
- setFullName(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudRepository
- setHash(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus
- setHash(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommit
- setHash(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPushEvent.TargetImpl
- setHash(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequestCommit
- setHash(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerCommit
- setHash(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPushEvent.TargetImpl
- setHref(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketHref
- setHtml(BitbucketCloudPullRequest.Links.Html) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequest.Links
- setId(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketMirrorServer
- setId(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequest
- setId(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequest
- setId(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerMirrorServer
- setId(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.NativeServerRef
- setIdentifier(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketReviewer.User
- setIdentifier(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequest.Author
- setKey(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus
- setKey(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketProject
- setLastPage(Boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerPage
- setLatestCommit(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerBranch
- setLimit(Integer) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerPage
- setLinks(BitbucketCloudPullRequest.Links) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequest
- setLinks(Map<String, BitbucketHref>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequest
- setLinks(Map<String, List<BitbucketHref>>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketMirroredRepository
- setLinks(Map<String, List<BitbucketHref>>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketMirroredRepositoryDescriptor
- setLinks(Map<String, List<BitbucketHref>>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudRepository
- setLinks(Map<String, List<BitbucketHref>>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerRepository
- setManageHooks(boolean, String) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.endpoint.BitbucketEndpoint
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
BitbucketEndpoint.getWebhook()
instead of this to retrieve information webhook - setManageHooks(boolean, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.AbstractBitbucketEndpoint
-
Deprecated, for removal: This API element is subject to removal in a future version.
- setMessage(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudBranch
- setMessage(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommit
- setMessage(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequestCommit
- setMessage(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerBranch
- setMessage(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerCommit
- setMirrorId(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator
- setMirrorId(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
- setMirrorServer(BitbucketMirrorServer) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketMirroredRepositoryDescriptor
- setName(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus
- setName(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketHref
- setName(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketMirrorServer
- setName(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketProject
- setName(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPushEvent.ReferenceImpl
- setName(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerAuthor
-
Sets the author name provided by the commit.
- setName(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerBranch
- setName(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequest.User
- setName(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerMirrorServer
- setName(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPushEvent.ReferenceImpl
- setNew(BitbucketCloudPushEvent.ReferenceImpl) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPushEvent.ChangeImpl
- setNew(BitbucketServerPushEvent.ReferenceImpl) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPushEvent.ChangeImpl
- setNewFileType(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommitDiffStat
- setNewPath(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommitDiffStat
- setNextPageStart(Integer) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerPage
- setOld(BitbucketCloudPushEvent.ReferenceImpl) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPushEvent.ChangeImpl
- setOld(BitbucketServerPushEvent.ReferenceImpl) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPushEvent.ChangeImpl
- setOldFileType(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommitDiffStat
- setOldPath(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommitDiffStat
- setOwner(BitbucketCloudRepositoryOwner) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudRepository
- setParent(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus
- setPath(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommitDiffStat.FileInfo
- setPrCommented(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- setPrCreated(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- setPrDeclined(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- setPrDeleted(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- setPrivate(Boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudRepository
- setPrMerged(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- setProject(BitbucketProject) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudRepository
- setProject(BitbucketProject) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerRepository
- setProjectKey(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator
- setPrReopened(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- setPrRescoped(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- setPrUpdated(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- setPublic(Boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerRepository
- setPullRequest(BitbucketCloudPullRequest) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPullRequestEvent
- setPullRequest(BitbucketServerPullRequest) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPullRequestEvent
- setPullRequests(Iterable<BitbucketPullRequest>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceRequest
-
Provides the requests with the pull request details.
- setRaw(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudAuthor
-
Sets the raw author string provided by the commit.
- setRawNode(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudBranch
- setRawNode(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerBranch
- setRef(NativeServerRef) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.NativeServerChange
- setRef(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.filesystem.BitbucketSCMFile
- setRefId(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequestSource
- setRefId(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.NativeServerChange
- setRefname(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus
- setRemovedLines(int) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommitDiffStat
- setRepoMirrorSynced(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- setRepoPush(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- setRepository(BitbucketCloudRepository) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPullRequestEvent
- setRepository(BitbucketCloudRepository) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPushEvent
- setRepository(BitbucketCloudRepository) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequestDestination
- setRepository(BitbucketCloudRepository) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequestRepository
- setRepository(BitbucketServerRepository) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequestDestination
- setRepository(BitbucketServerRepository) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequestSource
- setRepository(BitbucketServerRepository) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPullRequestEvent
- setRepository(BitbucketServerRepository) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPushEvent
- setReviewers(List<BitbucketReviewer>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequest
- setReviewers(List<BitbucketReviewer>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequest
- setScm(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudRepository
-
Deprecated.
- setSecret(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudWebhook
- setSecret(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerWebhook
- setSendStoppedNotificationForAbortBuild(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.BitbucketBuildStatusNotificationsTrait
-
Set if aborted builds will be communicated as stopped.
- setSendSuccessNotificationForUnstableBuild(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.BitbucketBuildStatusNotificationsTrait
- setServerUrl(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator
- setServerUrl(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
- setServerVersion(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.BitbucketServerEndpoint
- setSize(Integer) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerPage
- setSource(BitbucketCloudPullRequestRepository) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequest
- setSource(BitbucketServerPullRequestSource) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequest
- setStart(Integer) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerPage
- setState(BitbucketBuildStatus.Status) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus
- setStatus(BitbucketCloudCommitDiffStat.CommitDiffStat) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommitDiffStat
- setTagCreated(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- setTags(Iterable<BitbucketBranch>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceRequest
-
Provides the requests with the tag details.
- setTarget(BitbucketCloudPushEvent.TargetImpl) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPushEvent.ReferenceImpl
- setTarget(BitbucketServerPushEvent.TargetImpl) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPushEvent.ReferenceImpl
- setTimestamp(long) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerBranch
- setTitle(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketCloudPullRequest
- setToHash(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.NativeServerChange
- setTraits(List<SCMSourceTrait>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
- setTraits(List<SCMTrait<? extends SCMTrait<?>>>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator
-
Sets the behavioural traits that are applied to this navigator and any
BitbucketSCMSource
instances it discovers. - setTraits(SCMTrait[]) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator
-
Sets the behavioural traits that are applied to this navigator and any
BitbucketSCMSource
instances it discovers. - setType(PullRequestBranchType) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerBranch
- setType(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommitDiffStat.FileInfo
- setType(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommitDiffStat
- setType(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPushEvent.ReferenceImpl
- setType(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPushEvent.ReferenceImpl
- setType(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.NativeServerChange
- setType(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.NativeServerRef
- setType(SCMFile.Type) - Method in class com.cloudbees.jenkins.plugins.bitbucket.filesystem.BitbucketSCMFile
- setupClientBuilder() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.client.AbstractBitbucketApi
- setUpdatedOn(Date) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudRepository
- setUrl(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus
- setUrl(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudWebhook
- setUrl(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketPluginWebhook
- setUrl(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerWebhook
- setUser(BitbucketReviewer.User) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketReviewer
- setUser(BitbucketServerPullRequest.User) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequest.Author
- setUseReadableNotificationIds(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.trait.BitbucketBuildStatusNotificationsTrait
- setUsername(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudRepositoryOwner
- setUsername(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerRepositoryOwner
- setUuid(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudWebhook
- setUuid(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerWebhook
- setValues(List<V>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerPage
- setWebhook(BitbucketWebhookConfiguration) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.AbstractBitbucketEndpoint
- ShowBitbucketAvatarTrait - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
-
This trait show the bitbucket avatar for project and repository folder.
- ShowBitbucketAvatarTrait() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.ShowBitbucketAvatarTrait
- ShowBitbucketAvatarTrait_displayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
ShowBitbucketAvatarTrait.displayName
:Show Bitbucket avatar images
. - ShowBitbucketAvatarTrait.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
- SIGNATURE_HEADER - Static variable in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.AbstractWebhookProcessor
- size() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.Cache
- skip(long) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.ClosingConnectionInputStream
- skipPublicPRs() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceContext
-
Returns
true
if pull requests from public repositories should be skipped. - skipPublicPRs(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceContext
-
Controls the skipping of pull requests from public repositories.
- SOCKET_FACTORY_REGISTRY - Static variable in class com.cloudbees.jenkins.plugins.bitbucket.impl.client.BitbucketTlsSocketStrategy
- SSH - Enum constant in enum class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepositoryProtocol
-
SSH protocol.
- SSHCheckoutTrait - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
-
A
SCMSourceTrait
forBitbucketSCMSource
that causes theGitSCM
checkout to be performed using a SSH private key rather than the Bitbucket username password credentials used for scanning / indexing. - SSHCheckoutTrait(String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.SSHCheckoutTrait
-
Constructor.
- SSHCheckoutTrait_displayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
SSHCheckoutTrait.displayName
:Checkout over SSH
. - SSHCheckoutTrait_incompatibleCredentials() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
SSHCheckoutTrait.incompatibleCredentials
:The currently configured credentials are incompatible with this behaviour
. - SSHCheckoutTrait_missingCredentials() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
SSHCheckoutTrait.missingCredentials
:The currently configured credentials cannot be found
. - SSHCheckoutTrait_useAgentKey() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
SSHCheckoutTrait.useAgentKey
:- use build agent''s key -
. - SSHCheckoutTrait.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
-
Our descriptor.
- Stat(int, long, long) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.Cache.Stat
- stats() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
- stats() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.Cache
- STOPPED - Enum constant in enum class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus.Status
- SUCCESSFUL - Enum constant in enum class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus.Status
- supportedTraits() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.buildstatus.BitbucketBuildStatusCustomizer
-
A list of traits class that this manager supports to obtain additional configuration options.
- supportedTraits() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.webhook.BitbucketWebhookManager
-
A list of traits class that this manager supports to obtain additional configuration options.
- supportedTraits() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud.CloudWebhookManager
- supportedTraits() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin.PluginWebhookManager
-
Deprecated.
- supportedTraits() - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server.ServerWebhookManager
- supports(SCM) - Method in class com.cloudbees.jenkins.plugins.bitbucket.filesystem.BitbucketSCMFileSystem.BuilderImpl
- supports(SCMSource) - Method in class com.cloudbees.jenkins.plugins.bitbucket.filesystem.BitbucketSCMFileSystem.BuilderImpl
- supportsDescriptor(SCMDescriptor) - Method in class com.cloudbees.jenkins.plugins.bitbucket.filesystem.BitbucketSCMFileSystem.BuilderImpl
- supportsDescriptor(SCMSourceDescriptor) - Method in class com.cloudbees.jenkins.plugins.bitbucket.filesystem.BitbucketSCMFileSystem.BuilderImpl
- SYSTEM - Enum constant in enum class com.cloudbees.jenkins.plugins.bitbucket.WebhookRegistration
-
Use the global system configuration for webhook registration.
T
- TAG - Enum constant in enum class com.cloudbees.jenkins.plugins.bitbucket.api.PullRequestBranchType
- TagDiscoveryTrait - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
-
A
Discovery
trait for bitbucket that will discover tags on the repository. - TagDiscoveryTrait() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.TagDiscoveryTrait
-
Constructor for stapler.
- TagDiscoveryTrait_authorityDisplayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
TagDiscoveryTrait.authorityDisplayName
:Trust origin tags
. - TagDiscoveryTrait_displayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
TagDiscoveryTrait.displayName
:Discover tags
. - TagDiscoveryTrait.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
-
Our descriptor.
- TagDiscoveryTrait.TagSCMHeadAuthority - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
-
Trusts tags from the origin repository.
- TagDiscoveryTrait.TagSCMHeadAuthority.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
-
Out descriptor.
- TagSCMHeadAuthority() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.TagDiscoveryTrait.TagSCMHeadAuthority
- Target(String, String, Date, BitbucketCloudAuthor) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudBranch.Target
- TargetImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPushEvent.TargetImpl
- TargetImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPushEvent.TargetImpl
- toBitbucketSCMFile(BitbucketSCMFile) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketRepositorySource
- toHttpHost(String) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.impl.util.BitbucketApiUtils
- toJava(InputStream, Class<T>) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.impl.util.JsonParser
- toJava(Reader, Class<T>) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.impl.util.JsonParser
- toJava(String, TypeReference<T>) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.impl.util.JsonParser
- toJava(String, Class<T>) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.impl.util.JsonParser
- toJson(String) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.impl.util.JsonParser
- toString() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketProject
- toString() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketDefaultBranch
- toString() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketLink
- toString() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.Cache.Stat
- toString() - Method in class com.cloudbees.jenkins.plugins.bitbucket.PullRequestSCMRevision
- toString(Object) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.impl.util.JsonParser
- TrustEveryone() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.ForkPullRequestDiscoveryTrait.TrustEveryone
-
Constructor.
- TrustNobody() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.ForkPullRequestDiscoveryTrait.TrustNobody
-
Constructor.
- TrustTeamForks() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.ForkPullRequestDiscoveryTrait.TrustTeamForks
-
Constructor.
- type() - Method in class com.cloudbees.jenkins.plugins.bitbucket.filesystem.BitbucketSCMFile
U
- unregisterEndpoint(String) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.api.endpoint.BitbucketEndpointProvider
-
Removes a
BitbucketEndpoint
that matches the given URl from the global configuration. - unwrap(Exception) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.impl.util.BitbucketApiUtils
- updateCommitWebHook(BitbucketWebHook) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
-
Deprecated, for removal: This API element is subject to removal in a future version.Use the
BitbucketWebhookConfiguration
implementation to gather information about webhook. - updateCommitWebHook(BitbucketWebHook) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
-
Update a webhook on the repository.
- updateCommitWebHook(BitbucketWebHook) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.client.AbstractBitbucketApi
- updateEndpoint(BitbucketEndpoint) - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketEndpointConfiguration
-
Updates an existing endpoint (or adds if missing).
- upgrade(Socket, String, int, Object, HttpContext) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.client.BitbucketTlsSocketStrategy
- URLUtils - Class in com.cloudbees.jenkins.plugins.bitbucket.impl.util
- User() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketReviewer.User
- User() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequest.User
- useReadableNotificationIds() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceContext
- UserRoleInRepository - Enum Class in com.cloudbees.jenkins.plugins.bitbucket.client.repository
-
User role in repository: owner: returns all repositories owned by the current user. admin: returns repositories to which the user has explicit administrator access. contributor: returns repositories to which the user has explicit write access. member: returns repositories to which the user has explicit read access. See API docs for more information.
V
- valueOf(String) - Static method in enum class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus.Status
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepositoryProtocol
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.cloudbees.jenkins.plugins.bitbucket.api.endpoint.EndpointType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.cloudbees.jenkins.plugins.bitbucket.api.PullRequestBranchType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommitDiffStat.CommitDiffStat
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.cloudbees.jenkins.plugins.bitbucket.client.repository.UserRoleInRepository
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.cloudbees.jenkins.plugins.bitbucket.hooks.BitbucketType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.cloudbees.jenkins.plugins.bitbucket.hooks.HookEventType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.cloudbees.jenkins.plugins.bitbucket.server.BitbucketServerVersion
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.cloudbees.jenkins.plugins.bitbucket.WebhookRegistration
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus.Status
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepositoryProtocol
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.cloudbees.jenkins.plugins.bitbucket.api.endpoint.EndpointType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.cloudbees.jenkins.plugins.bitbucket.api.PullRequestBranchType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommitDiffStat.CommitDiffStat
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.cloudbees.jenkins.plugins.bitbucket.client.repository.UserRoleInRepository
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.cloudbees.jenkins.plugins.bitbucket.hooks.BitbucketType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.cloudbees.jenkins.plugins.bitbucket.hooks.HookEventType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.cloudbees.jenkins.plugins.bitbucket.server.BitbucketServerVersion
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.cloudbees.jenkins.plugins.bitbucket.WebhookRegistration
-
Returns an array containing the constants of this enum class, in the order they are declared.
- verifyPayload(Map<String, String>, String, BitbucketEndpoint) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.webhook.BitbucketWebhookProcessor
-
The implementation must verify if the incoming request is secured or not eventually gather some settings from the given
BitbucketEndpoint
configuration. - verifyPayload(Map<String, String>, String, BitbucketEndpoint) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.AbstractWebhookProcessor
- verifyPayload(Map<String, String>, String, BitbucketEndpoint) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin.PluginPullRequestWebhookProcessor
-
Deprecated.
- verifyPayload(Map<String, String>, String, BitbucketEndpoint) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin.PluginPushWebhookProcessor
-
Deprecated.
- verifyPayload(Map<String, String>, String, BitbucketEndpoint) - Method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server.ServerPingWebhookProcessor
- VERSION_8 - Enum constant in enum class com.cloudbees.jenkins.plugins.bitbucket.server.BitbucketServerVersion
- visitSources(SCMSourceObserver) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator
W
- wantBranches() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceContext
-
Returns
true
if theBitbucketSCMSourceRequest
will need information about branches. - wantBranches(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceContext
-
Adds a requirement for branch details to any
BitbucketSCMSourceRequest
for this context. - wantForkPRs() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceContext
-
Returns
true
if theBitbucketSCMSourceRequest
will need information about fork pull requests. - wantForkPRs(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceContext
-
Adds a requirement for fork pull request details to any
BitbucketSCMSourceRequest
for this context. - wantOriginPRs() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceContext
-
Returns
true
if theBitbucketSCMSourceRequest
will need information about origin pull requests. - wantOriginPRs(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceContext
-
Adds a requirement for origin pull request details to any
BitbucketSCMSourceRequest
for this context. - wantPRs() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceContext
-
Returns
true
if theBitbucketSCMSourceRequest
will need information about pull requests. - wantTags() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceContext
-
Returns
true
if theBitbucketSCMSourceRequest
will need information about tags. - wantTags(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceContext
-
Adds a requirement for tag details to any
BitbucketSCMSourceRequest
for this context. - WebhookAutoRegisterListener - Class in com.cloudbees.jenkins.plugins.bitbucket.hooks
-
SCMSourceOwner
item listener that traverse the list ofSCMSource
and register a webhook for everyBitbucketSCMSource
found. - WebhookAutoRegisterListener() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.hooks.WebhookAutoRegisterListener
- WebhookConfigurationTrait - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
-
A
SCMSourceTrait
forBitbucketSCMSource
to configure extra information in aBitbucketWebhookManager
. - WebhookConfigurationTrait(String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.WebhookConfigurationTrait
-
Constructor.
- WebhookConfigurationTrait_displayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
WebhookConfigurationTrait.displayName
:Configure committers to be ignored by the webhook
. - WebhookConfigurationTrait.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
-
Our constructor.
- webhookRegistration() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceContext
-
Returns the
WebhookRegistration
mode. - webhookRegistration(WebhookRegistration) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceContext
-
Defines the
WebhookRegistration
mode to use in this context. - WebhookRegistration - Enum Class in com.cloudbees.jenkins.plugins.bitbucket
-
Enumeration of the different webhook registration modes.
- WebhookRegistrationTrait - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
-
A
SCMSourceTrait
forBitbucketSCMSource
that overrides theBitbucketEndpointConfiguration
settings for webhook registration. - WebhookRegistrationTrait(WebhookRegistration) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.WebhookRegistrationTrait
-
Constructor.
- WebhookRegistrationTrait(String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.trait.WebhookRegistrationTrait
-
Constructor.
- WebhookRegistrationTrait_disableHook() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
WebhookRegistrationTrait.disableHook
:Disable hook management
. - WebhookRegistrationTrait_displayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
WebhookRegistrationTrait.displayName
:Override hook management
. - WebhookRegistrationTrait_useItemHook() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
WebhookRegistrationTrait.useItemHook
:Use item credentials for hook management
. - WebhookRegistrationTrait.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket.trait
-
Our constructor.
- withBitbucketRemote() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketGitSCMBuilder
-
Updates the
GitSCMBuilder.withRemote(String)
based on the currentSCMBuilder.head()
andSCMBuilder.revision()
. - withCloneLinks(List<BitbucketHref>, List<BitbucketHref>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketGitSCMBuilder
-
Provides the clone links from the
BitbucketRepository
to allow inference of ports for different protocols. - withCredentials(String, BitbucketRepositoryProtocol) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketGitSCMBuilder
-
Configures the
IdCredentials.getId()
of theCredentials
to use when connecting to theGitSCMBuilder.remote()
- withForkPRStrategies(Set<ChangeRequestCheckoutStrategy>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceContext
-
Defines the
ChangeRequestCheckoutStrategy
instances to create for each fork pull request. - withNotificationsDisabled(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceContext
-
Defines the notification mode to use in this context.
- withOriginPRStrategies(Set<ChangeRequestCheckoutStrategy>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceContext
-
Defines the
ChangeRequestCheckoutStrategy
instances to create for each origin pull request. - withRepositories(List<? extends BitbucketRepository>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigatorRequest
- withSendStopNotificationForNotBuildJobs(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceContext
-
Defines behaviour of not-built jobs in Bitbucket.
- withSendStoppedNotificationForAbortBuild(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceContext
-
Defines behaviour of unstable builds in Bitbucket.
- withSendSuccessNotificationForUnstableBuild(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceContext
-
Defines behaviour of unstable builds in Bitbucket.
- withTraits(List<SCMSourceTrait>) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.buildstatus.BitbucketBuildStatusCustomizer
-
Convenient method to apply only supported traits to this customiser.
- withTraits(List<SCMSourceTrait>) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.webhook.BitbucketWebhookManager
-
Convenient method to apply only supported traits to this customiser.
- withUseReadableNotificationIds(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceContext
_
- _BitbucketBuildStatusNotificationsTrait_displayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
BitbucketBuildStatusNotificationsTrait.displayName
:Bitbucket build status notifications
. - _BitbucketCloudEndpoint_displayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.Messages
-
Key
BitbucketCloudEndpoint.displayName
:Bitbucket Cloud
. - _BitbucketLink_DisplayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
BitbucketLink.DisplayName
:Bitbucket
. - _BitbucketRepoMetadataAction_IconDescription() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
BitbucketRepoMetadataAction.IconDescription
:Bitbucket Repository
. - _BitbucketRepoMetadataAction_IconDescription_Git() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
BitbucketRepoMetadataAction.IconDescription.Git
:Bitbucket Git Repository
. - _BitbucketSCMNavigator_Description() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
BitbucketSCMNavigator.Description
:Scans a Bitbucket Cloud Team (or Bitbucket Server Project) for all repositories matching some defined markers.
. - _BitbucketSCMNavigator_DisplayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
BitbucketSCMNavigator.DisplayName
:Bitbucket Team/Project
. - _BitbucketSCMNavigator_UncategorizedSCMSourceCategory_DisplayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
BitbucketSCMNavigator.UncategorizedSCMSourceCategory.DisplayName
:Repositories
. - _BitbucketSCMSource_ChangeRequestSCMHeadCategory_DisplayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
BitbucketSCMSource.ChangeRequestSCMHeadCategory.DisplayName
:Pull requests
. - _BitbucketSCMSource_NoMatchingOwner(Object) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
BitbucketSCMSource.NoMatchingOwner
:Could not find: {0}
. - _BitbucketSCMSource_TagSCMHeadCategory_DisplayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
BitbucketSCMSource.TagSCMHeadCategory.DisplayName
:Tags
. - _BitbucketSCMSource_UnauthorizedAnonymous(Object) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
BitbucketSCMSource.UnauthorizedAnonymous
:Determination as to whether {0} may or may not exist is not permitted without suitable credentials.
. - _BitbucketSCMSource_UnauthorizedOwner(Object) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
BitbucketSCMSource.UnauthorizedOwner
:The selected credentials do not have permission to determine whether {0} does or does not exist.
. - _BitbucketSCMSource_UncategorizedSCMHeadCategory_DisplayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
BitbucketSCMSource.UncategorizedSCMHeadCategory.DisplayName
:Branches
. - _BitbucketServerEndpoint_displayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint.Messages
-
Key
BitbucketServerEndpoint.displayName
:Bitbucket Server
. - _BitbucketTagSCMHead_Pronoun() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
BitbucketTagSCMHead.Pronoun
:Tag
. - _BitbucketTeamMetadataAction_IconDescription() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
BitbucketTeamMetadataAction.IconDescription
:Bitbucket Team/Project
. - _BranchDiscoveryTrait_allBranches() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
BranchDiscoveryTrait.allBranches
:All branches
. - _BranchDiscoveryTrait_displayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
BranchDiscoveryTrait.displayName
:Discover branches
. - _BranchDiscoveryTrait_excludePRs() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
BranchDiscoveryTrait.excludePRs
:Exclude branches that are also filed as PRs
. - _BranchDiscoveryTrait_onlyPRs() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
BranchDiscoveryTrait.onlyPRs
:Only branches that are also filed as PRs
. - _BranchSCMHead_Pronoun() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
BranchSCMHead.Pronoun
:Branch
. - _CloudWebhookImplementation_displayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.Messages
-
Key
CloudWebhookImplementation.displayName
:Native Cloud Implementation
. - _DiscardOldBranchTrait_displayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
DiscardOldBranchTrait.displayName
:Discard branch older than given days
. - _DiscardOldBranchTrait_invalidDays() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
DiscardOldBranchTrait.invalidDays
:Invalid value. Days must be greater than 0
. - _DiscardOldTagTrait_displayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
DiscardOldTagTrait.displayName
:Discard tag older than given days
. - _DiscardOldTagTrait_invalidDays() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
DiscardOldTagTrait.invalidDays
:Invalid value. Days must be greater than 0
. - _ForkPullRequestDiscoveryTrait_displayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
ForkPullRequestDiscoveryTrait.displayName
:Discover pull requests from forks
. - _ForkPullRequestDiscoveryTrait_everyoneDisplayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
ForkPullRequestDiscoveryTrait.everyoneDisplayName
:Everyone
. - _ForkPullRequestDiscoveryTrait_headAndMerge() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
ForkPullRequestDiscoveryTrait.headAndMerge
:Both the current pull request revision and the pull request merged with the current target branch revision
. - _ForkPullRequestDiscoveryTrait_headOnly() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
ForkPullRequestDiscoveryTrait.headOnly
:The current pull request revision
. - _ForkPullRequestDiscoveryTrait_mergeOnly() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
ForkPullRequestDiscoveryTrait.mergeOnly
:Merging the pull request with the current target branch revision
. - _ForkPullRequestDiscoveryTrait_nobodyDisplayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
ForkPullRequestDiscoveryTrait.nobodyDisplayName
:Nobody
. - _ForkPullRequestDiscoveryTrait_teamDisplayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
ForkPullRequestDiscoveryTrait.teamDisplayName
:Forks in the same account
. - _hashCode() - Method in class com.cloudbees.jenkins.plugins.bitbucket.PullRequestSCMRevision
- _OriginPullRequestDiscoveryTrait_authorityDisplayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
OriginPullRequestDiscoveryTrait.authorityDisplayName
:Trust origin pull requests
. - _PublicRepoPullRequestFilterTrait_displayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
PublicRepoPullRequestFilterTrait.displayName
:Exclude pull requests from public repositories
. - _PullRequestSCMHead_Pronoun() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
PullRequestSCMHead.Pronoun
:Pull Request
. - _PullRequestTargetBranchRefSpecTrait_displayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
PullRequestTargetBranchRefSpecTrait.displayName
:PullRequest target branch ref spec
. - _ServerWebhookImplementation_displayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.Messages
-
Key
ServerWebhookImplementation.displayName
:Native Server Implementation
. - _ShowBitbucketAvatarTrait_displayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
ShowBitbucketAvatarTrait.displayName
:Show Bitbucket avatar images
. - _SSHCheckoutTrait_displayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
SSHCheckoutTrait.displayName
:Checkout over SSH
. - _SSHCheckoutTrait_incompatibleCredentials() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
SSHCheckoutTrait.incompatibleCredentials
:The currently configured credentials are incompatible with this behaviour
. - _SSHCheckoutTrait_missingCredentials() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
SSHCheckoutTrait.missingCredentials
:The currently configured credentials cannot be found
. - _SSHCheckoutTrait_useAgentKey() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
SSHCheckoutTrait.useAgentKey
:- use build agent''s key -
. - _TagDiscoveryTrait_authorityDisplayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
TagDiscoveryTrait.authorityDisplayName
:Trust origin tags
. - _TagDiscoveryTrait_displayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
TagDiscoveryTrait.displayName
:Discover tags
. - _WebhookConfigurationTrait_displayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
WebhookConfigurationTrait.displayName
:Configure committers to be ignored by the webhook
. - _WebhookRegistrationTrait_disableHook() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
WebhookRegistrationTrait.disableHook
:Disable hook management
. - _WebhookRegistrationTrait_displayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
WebhookRegistrationTrait.displayName
:Override hook management
. - _WebhookRegistrationTrait_useItemHook() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
-
Key
WebhookRegistrationTrait.useItemHook
:Use item credentials for hook management
.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
BitbucketSCMSource(String, String)
andSCMSource.setId(String)