A B C D E F G H I J L M N O P R S T U V W _ 
All Classes All Packages

A

AbstractBitbucketEndpoint - Class in com.cloudbees.jenkins.plugins.bitbucket.endpoints
AbstractBitbucketEndpointDescriptor - Class in com.cloudbees.jenkins.plugins.bitbucket.endpoints
Descriptor base class for AbstractBitbucketEndpoint subclasses.
AbstractBitbucketEndpointDescriptor() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.endpoints.AbstractBitbucketEndpointDescriptor
 
AbstractBitbucketTeam - Class in com.cloudbees.jenkins.plugins.bitbucket.api
Shared Code between two team implementations
AbstractBitbucketTeam() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.api.AbstractBitbucketTeam
 
addAuthToken(BitbucketHref) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketAuthenticator
Add authentication token to clone link if authentication method requires it
addAuthToken(BitbucketHref) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.credentials.BitbucketOAuthAuthenticator
 
addEndpoint(AbstractBitbucketEndpoint) - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketEndpointConfiguration
Adds an endpoint.
ADMIN - com.cloudbees.jenkins.plugins.bitbucket.client.repository.UserRoleInRepository
 
afterSave() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
 
ANONYMOUS - Static variable in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator.DescriptorImpl
 
ANONYMOUS - Static variable in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource.DescriptorImpl
 
authenticationContext(String) - Static method in class 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.
authenticator() - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.AbstractBitbucketEndpoint
Retrieves the BitbucketAuthenticator to use for auto-management of hooks.
Author() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestValue.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
 
AvatarCache - Class in com.cloudbees.jenkins.plugins.bitbucket.avatars
An avatar cache that will serve URLs that have been recently registered through AvatarCache.buildUrl(String, String).
AvatarCache() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.avatars.AvatarCache
Constructor.
AvatarCacheSource - Interface in com.cloudbees.jenkins.plugins.bitbucket.avatars
Interface for Avatar Cache Item Source
AvatarCacheSource.AvatarImage - Class in com.cloudbees.jenkins.plugins.bitbucket.avatars
Holds Image and lastModified date
AvatarImage(BufferedImage, long) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.avatars.AvatarCacheSource.AvatarImage
 

B

BAD_SERVER_URL - Static variable in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketCloudEndpoint
A bad URL of Bitbucket Cloud.
BITBUCKET_INSTANCE_TYPE - Static variable in class 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 class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketAuthenticator
Purpose value for bitbucket cloud (i.e.
BITBUCKET_INSTANCE_TYPE_SERVER - Static variable in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketAuthenticator
Purpose value for bitbucket server
BitbucketAccessTokenAuthenticator - Class in com.cloudbees.jenkins.plugins.bitbucket.api.credentials
Authenticator that uses an access token.
BitbucketAccessTokenAuthenticator(StringCredentials) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.api.credentials.BitbucketAccessTokenAuthenticator
Constructor.
BitbucketAccessTokenAuthenticatorSource - Class in com.cloudbees.jenkins.plugins.bitbucket.api.credentials
Source for access token authenticators.
BitbucketAccessTokenAuthenticatorSource() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.api.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 server URL.
BitbucketApiFactory() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApiFactory
 
BitbucketApiUtils - Class in com.cloudbees.jenkins.plugins.bitbucket
 
BitbucketApiUtils() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.BitbucketApiUtils
 
BitbucketApiUtils.BitbucketSupplier<T> - Interface in com.cloudbees.jenkins.plugins.bitbucket
 
BitbucketAuthenticator - Class in com.cloudbees.jenkins.plugins.bitbucket.api
Support for various different methods of authenticating with Bitbucket
BitbucketAuthenticator(StandardCredentials) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketAuthenticator
Constructor
BitbucketAvatarCacheSource(String, StandardCredentials, String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.BitbucketTeamMetadataAction.BitbucketAvatarCacheSource
 
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(String, String, BitbucketBuildStatus.Status, String, String, String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus
 
BitbucketBuildStatus.Status - Enum in com.cloudbees.jenkins.plugins.bitbucket.api
Enumeration of possible Bitbucket commit notification states
BitbucketBuildStatusNotifications - Class in com.cloudbees.jenkins.plugins.bitbucket
This class encapsulates all Bitbucket notifications logic.
BitbucketBuildStatusNotifications() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.BitbucketBuildStatusNotifications
 
BitbucketBuildStatusNotifications.JobCheckOutListener - Class in com.cloudbees.jenkins.plugins.bitbucket
Sends notifications to Bitbucket on Checkout (for the "In Progress" Status).
BitbucketBuildStatusNotifications.JobCompletedListener - Class in com.cloudbees.jenkins.plugins.bitbucket
Sends notifications to Bitbucket on Run completed.
BitbucketBuildStatusNotificationsTrait - Class in com.cloudbees.jenkins.plugins.bitbucket
A SCMSourceTrait for BitbucketSCMSource that sets how notifications are sent to Bitbucket.
BitbucketBuildStatusNotificationsTrait() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.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
Our constructor.
BitbucketChangesetCommentNotifier - Class in com.cloudbees.jenkins.plugins.bitbucket
Bitbucket notifier implementation that sends notifications as commit comments.
BitbucketChangesetCommentNotifier(BitbucketApi) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.BitbucketChangesetCommentNotifier
 
BitbucketClientCertificateAuthenticator - Class in com.cloudbees.jenkins.plugins.bitbucket.api.credentials
Authenticates against Bitbucket using a TLS client certificate
BitbucketClientCertificateAuthenticator(StandardCertificateCredentials) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.api.credentials.BitbucketClientCertificateAuthenticator
BitbucketClientCertificateAuthenticatorSource - Class in com.cloudbees.jenkins.plugins.bitbucket.api.credentials
Provider for client-cert authenticators
BitbucketClientCertificateAuthenticatorSource() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.api.credentials.BitbucketClientCertificateAuthenticatorSource
Constructor.
BitbucketCloudApiClient - Class in com.cloudbees.jenkins.plugins.bitbucket.client
 
BitbucketCloudApiClient(boolean, int, int, String, String, StandardUsernamePasswordCredentials) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
Deprecated.
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() - 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) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommit
 
BitbucketCloudEndpoint - Class in com.cloudbees.jenkins.plugins.bitbucket.endpoints
Represents Bitbucket Cloud.
BitbucketCloudEndpoint(boolean, int, int, boolean, String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketCloudEndpoint
Constructor.
BitbucketCloudEndpoint(boolean, String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketCloudEndpoint
 
BitbucketCloudEndpoint(boolean, String, String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketCloudEndpoint
 
BitbucketCloudEndpoint_displayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.Messages
Key BitbucketCloudEndpoint.displayName: Bitbucket Cloud.
BitbucketCloudEndpoint.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket.endpoints
Our descriptor.
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
 
BitbucketCloudPullRequestEvent - Class in com.cloudbees.jenkins.plugins.bitbucket.client.events
 
BitbucketCloudPullRequestEvent() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPullRequestEvent
 
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
 
BitbucketCloudTeam - Class in com.cloudbees.jenkins.plugins.bitbucket.client.repository
 
BitbucketCloudTeam() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudTeam
 
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
 
BitbucketCommit - Interface in com.cloudbees.jenkins.plugins.bitbucket.api
Bitbucket commit.
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
 
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.
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.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
 
BitbucketMirroredRepositoryDescriptors - Class in com.cloudbees.jenkins.plugins.bitbucket.server.client.mirror
 
BitbucketMirroredRepositoryDescriptors() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.client.mirror.BitbucketMirroredRepositoryDescriptors
 
BitbucketMirrorServer - Class in com.cloudbees.jenkins.plugins.bitbucket.api
Represents a Bitbucket mirror.
BitbucketMirrorServer() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketMirrorServer
 
BitbucketMirrorServerDescriptors - Class in com.cloudbees.jenkins.plugins.bitbucket.server.client.mirror
 
BitbucketMirrorServerDescriptors() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.client.mirror.BitbucketMirrorServerDescriptors
 
BitbucketNotifier - Class in com.cloudbees.jenkins.plugins.bitbucket
Abstract Bitbucket commit notifier implementation.
BitbucketNotifier() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.BitbucketNotifier
 
BitbucketOAuth - Class in com.cloudbees.jenkins.plugins.bitbucket.api.credentials
 
BitbucketOAuth() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.api.credentials.BitbucketOAuth
 
BitbucketOAuthAuthenticator - Class in com.cloudbees.jenkins.plugins.bitbucket.api.credentials
 
BitbucketOAuthAuthenticator(StandardUsernamePasswordCredentials) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.api.credentials.BitbucketOAuthAuthenticator
Constructor.
BitbucketOAuthAuthenticatorSource - Class in com.cloudbees.jenkins.plugins.bitbucket.api.credentials
Source for OAuth authenticators.
BitbucketOAuthAuthenticatorSource() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.api.credentials.BitbucketOAuthAuthenticatorSource
Constructor.
BitbucketOAuthCredentialMatcher - Class in com.cloudbees.jenkins.plugins.bitbucket.api.credentials
 
BitbucketOAuthCredentialMatcher() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.api.credentials.BitbucketOAuthCredentialMatcher
 
BitbucketOAuthService - Class in com.cloudbees.jenkins.plugins.bitbucket.api.credentials
 
BitbucketOAuthService(DefaultApi20, OAuthConfig) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.api.credentials.BitbucketOAuthService
 
BitbucketPage<T> - Class in com.cloudbees.jenkins.plugins.bitbucket.client
Bitbucket API pagination
BitbucketPage() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketPage
 
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.
BitbucketPullRequestCommit - Class in com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest
 
BitbucketPullRequestCommit() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestCommit
 
BitbucketPullRequestCommits - Class in com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest
 
BitbucketPullRequestCommits() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestCommits
 
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).
BitbucketPullRequests - Class in com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest
 
BitbucketPullRequests() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequests
 
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.
BitbucketPullRequestValue - Class in com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest
 
BitbucketPullRequestValue() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestValue
 
BitbucketPullRequestValue.Author - Class in com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest
 
BitbucketPullRequestValue.Links - Class in com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest
 
BitbucketPullRequestValueDestination - Class in com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest
 
BitbucketPullRequestValueDestination(BitbucketCloudRepository, BitbucketCloudBranch, BitbucketCloudCommit) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestValueDestination
 
BitbucketPullRequestValueRepository - Class in com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest
 
BitbucketPullRequestValueRepository(BitbucketCloudRepository, BitbucketCloudBranch, BitbucketCloudCommit) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestValueRepository
 
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
 
BitbucketRepoMetadataAction - Class in com.cloudbees.jenkins.plugins.bitbucket
Invisible property that retains information about Bitbucket repository.
BitbucketRepoMetadataAction(BitbucketRepository) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.BitbucketRepoMetadataAction
 
BitbucketRepoMetadataAction(String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.BitbucketRepoMetadataAction
 
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.
BitbucketRepositoryHook - Class in com.cloudbees.jenkins.plugins.bitbucket.client.repository
 
BitbucketRepositoryHook() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketRepositoryHook
 
BitbucketRepositoryHooks - Class in com.cloudbees.jenkins.plugins.bitbucket.client.repository
 
BitbucketRepositoryHooks() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketRepositoryHooks
 
BitbucketRepositoryOwner - Interface in com.cloudbees.jenkins.plugins.bitbucket.api
A repository owner.
BitbucketRepositoryProtocol - Enum 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
 
BitbucketRepositoryType - Enum in com.cloudbees.jenkins.plugins.bitbucket.api
Deprecated.
No longer a choice.
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
 
BitbucketSCMFile - Class in com.cloudbees.jenkins.plugins.bitbucket.filesystem
 
BitbucketSCMFile(BitbucketSCMFile, String, SCMFile.Type) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.filesystem.BitbucketSCMFile
Deprecated.
BitbucketSCMFile(BitbucketSCMFile, String, SCMFile.Type, String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.filesystem.BitbucketSCMFile
 
BitbucketSCMFile(BitbucketSCMFileSystem, BitbucketApi, String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.filesystem.BitbucketSCMFile
Deprecated.
BitbucketSCMFile(BitbucketSCMFileSystem, BitbucketApi, String, 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.
use BitbucketSCMSource(String, String) and SCMSource.setId(String)
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 builds BitbucketSCMSource 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.
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
 
BitbucketServerAPIClient(String, String, String, BitbucketAuthenticator, boolean, BitbucketServerWebhookImplementation) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
 
BitbucketServerAPIClient(String, String, String, StandardUsernamePasswordCredentials, boolean) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
Deprecated.
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
 
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, BitbucketServerAuthor) - 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
 
BitbucketServerEndpoint - Class in com.cloudbees.jenkins.plugins.bitbucket.endpoints
Represents a Bitbucket Server instance.
BitbucketServerEndpoint(String, String, boolean, String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketServerEndpoint
 
BitbucketServerEndpoint(String, String, boolean, String, String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketServerEndpoint
 
BitbucketServerEndpoint_displayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.Messages
Key BitbucketServerEndpoint.displayName: Bitbucket Server.
BitbucketServerEndpoint.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket.endpoints
Our descriptor.
BitbucketServerMirrorServer - Class in com.cloudbees.jenkins.plugins.bitbucket.server.events
 
BitbucketServerMirrorServer() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerMirrorServer
 
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
 
BitbucketServerPullRequests - Class in com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest
 
BitbucketServerPullRequests() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequests
 
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
 
BitbucketServerRepositories - Class in com.cloudbees.jenkins.plugins.bitbucket.server.client.repository
 
BitbucketServerRepositories() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerRepositories
 
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 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
 
BitbucketServerWebhookImplementation - Enum in com.cloudbees.jenkins.plugins.bitbucket.server
The different webhook implementations available for Bitbucket Server.
BitbucketServerWebhookPayload - Class in com.cloudbees.jenkins.plugins.bitbucket.server.client
 
BitbucketServerWebhookPayload() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerWebhookPayload
 
BitbucketServerWebhooks - Class in com.cloudbees.jenkins.plugins.bitbucket.server.client.repository
 
BitbucketServerWebhooks() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerWebhooks
 
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
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).
BitbucketTeamMetadataAction - Class in com.cloudbees.jenkins.plugins.bitbucket
Invisible property that retains information about Bitbucket team.
BitbucketTeamMetadataAction(String, StandardCredentials, String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.BitbucketTeamMetadataAction
 
BitbucketTeamMetadataAction_IconDescription() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
Key BitbucketTeamMetadataAction.IconDescription: Bitbucket Team/Project.
BitbucketTeamMetadataAction.BitbucketAvatarCacheSource - Class in com.cloudbees.jenkins.plugins.bitbucket
 
BitbucketType - Enum in com.cloudbees.jenkins.plugins.bitbucket.hooks
 
BitbucketUsernamePasswordAuthenticator - Class in com.cloudbees.jenkins.plugins.bitbucket.api.credentials
Authenticator that uses a username and password (probably the default)
BitbucketUsernamePasswordAuthenticator(StandardUsernamePasswordCredentials) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.api.credentials.BitbucketUsernamePasswordAuthenticator
Constructor.
BitbucketUsernamePasswordAuthenticatorSource - Class in com.cloudbees.jenkins.plugins.bitbucket.api.credentials
Source for username/password authenticators.
BitbucketUsernamePasswordAuthenticatorSource() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.api.credentials.BitbucketUsernamePasswordAuthenticatorSource
Constructor.
BitbucketWebHook - Interface in com.cloudbees.jenkins.plugins.bitbucket.api
Represents a webhook in Bitbucket.
BitbucketWorkspace - Interface in com.cloudbees.jenkins.plugins.bitbucket.api
 
BranchDiscoveryTrait - Class in com.cloudbees.jenkins.plugins.bitbucket
A Discovery trait for bitbucket that will discover branches on the repository.
BranchDiscoveryTrait(boolean, boolean) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.BranchDiscoveryTrait
Constructor for legacy code.
BranchDiscoveryTrait(int) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.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
Trusts branches from the origin repository.
BranchDiscoveryTrait.BranchSCMHeadAuthority.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket
Out descriptor.
BranchDiscoveryTrait.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket
Our descriptor.
BranchDiscoveryTrait.ExcludeOriginPRBranchesSCMHeadFilter - Class in com.cloudbees.jenkins.plugins.bitbucket
Filter that excludes branches that are also filed as a pull request.
BranchDiscoveryTrait.OnlyOriginPRBranchesSCMHeadFilter - Class in com.cloudbees.jenkins.plugins.bitbucket
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.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
 
buildStatus(BitbucketBuildStatus) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketChangesetCommentNotifier
 
buildStatus(BitbucketBuildStatus) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketNotifier
Notify bitbucket through the build status API.
buildUrl(AvatarCacheSource, String) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.avatars.AvatarCache
Builds the URL for the cached avatar image of the required size.
buildUrl(String, String) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.avatars.AvatarCache
Builds the URL for the cached avatar image of the required size.

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
 
canFetch() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.avatars.AvatarCacheSource
Make sure we can fetch
canFetch() - Method in class com.cloudbees.jenkins.plugins.bitbucket.avatars.UrlAvatarCacheSource
 
canFetch() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketTeamMetadataAction.BitbucketAvatarCacheSource
 
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
 
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.
checkTrusted(BitbucketSCMSourceRequest, PullRequestSCMHead) - Method in class com.cloudbees.jenkins.plugins.bitbucket.ForkPullRequestDiscoveryTrait.TrustEveryone
checkTrusted(BitbucketSCMSourceRequest, PullRequestSCMHead) - Method in class com.cloudbees.jenkins.plugins.bitbucket.ForkPullRequestDiscoveryTrait.TrustNobody
checkTrusted(BitbucketSCMSourceRequest, PullRequestSCMHead) - Method in class com.cloudbees.jenkins.plugins.bitbucket.ForkPullRequestDiscoveryTrait.TrustTeamForks
checkTrusted(SCMSourceRequest, BitbucketTagSCMHead) - Method in class com.cloudbees.jenkins.plugins.bitbucket.TagDiscoveryTrait.TagSCMHeadAuthority
checkTrusted(SCMSourceRequest, BranchSCMHead) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BranchDiscoveryTrait.BranchSCMHeadAuthority
checkTrusted(SCMSourceRequest, ChangeRequestSCMHead2) - Method in class com.cloudbees.jenkins.plugins.bitbucket.OriginPullRequestDiscoveryTrait.OriginChangeRequestSCMHeadAuthority
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 class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceRequest
close() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.ClosingConnectionInputStream
 
ClosingConnectionInputStream - Class in com.cloudbees.jenkins.plugins.bitbucket.client
 
ClosingConnectionInputStream(CloseableHttpResponse, HttpRequestBase, PoolingHttpClientConnectionManager) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.ClosingConnectionInputStream
 
CLOUD - com.cloudbees.jenkins.plugins.bitbucket.hooks.BitbucketType
 
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.credentials - package com.cloudbees.jenkins.plugins.bitbucket.api.credentials
 
com.cloudbees.jenkins.plugins.bitbucket.avatars - package com.cloudbees.jenkins.plugins.bitbucket.avatars
 
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.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.mirror - package com.cloudbees.jenkins.plugins.bitbucket.server.client.mirror
 
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
 
configure(StaplerRequest, JSONObject) - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketEndpointConfiguration
configureBuilder(HttpClientBuilder) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketAuthenticator
Configures an HttpClientBuilder.
configureBuilder(HttpClientBuilder) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.credentials.BitbucketClientCertificateAuthenticator
Sets the SSLContext for the builder to one that will connect with the selected certificate.
configureContext(HttpClientContext, HttpHost) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketAuthenticator
Configures an HttpClientContext.
configureContext(HttpClientContext, HttpHost) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.credentials.BitbucketUsernamePasswordAuthenticator
Sets up HTTP Basic Auth with the provided username/password
configureRequest(HttpRequest) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketAuthenticator
Configures an HttpRequest.
configureRequest(HttpRequest) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.credentials.BitbucketAccessTokenAuthenticator
Provides the access token as header.
configureRequest(HttpRequest) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.credentials.BitbucketOAuthAuthenticator
Set up request with token in header
content() - Method in class com.cloudbees.jenkins.plugins.bitbucket.filesystem.BitbucketSCMFile
 
CONTRIBUTOR - com.cloudbees.jenkins.plugins.bitbucket.client.repository.UserRoleInRepository
 
convert(StandardCertificateCredentials) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.credentials.BitbucketClientCertificateAuthenticatorSource
Convert a StandardCertificateCredentials into a BitbucketAuthenticator
convert(StandardUsernamePasswordCredentials) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.credentials.BitbucketOAuthAuthenticatorSource
Converts username/password credentials to an authenticator.
convert(StandardUsernamePasswordCredentials) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.credentials.BitbucketUsernamePasswordAuthenticatorSource
Converts username/password credentials to an authenticator.
convert(StringCredentials) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.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.
createCategories() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator.DescriptorImpl
 
createCategories() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource.DescriptorImpl
 
createService(OAuthConfig) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.credentials.BitbucketOAuth
 
credentials() - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.AbstractBitbucketEndpoint
Looks up the StandardCredentials to use for auto-management of hooks.
credentialsId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceBuilder
The credentials that the BitbucketSCMSource will use.

D

decorateBuilder(SCMBuilder<?, ?>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.SSHCheckoutTrait
decorateContext(SCMSourceContext<?, ?>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketBuildStatusNotificationsTrait
decorateContext(SCMSourceContext<?, ?>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BranchDiscoveryTrait
decorateContext(SCMSourceContext<?, ?>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.ForkPullRequestDiscoveryTrait
decorateContext(SCMSourceContext<?, ?>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.OriginPullRequestDiscoveryTrait
decorateContext(SCMSourceContext<?, ?>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.PublicRepoPullRequestFilterTrait
decorateContext(SCMSourceContext<?, ?>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.TagDiscoveryTrait
decorateContext(SCMSourceContext<?, ?>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.WebhookConfigurationTrait
decorateContext(SCMSourceContext<?, ?>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.WebhookRegistrationTrait
decorateRevisionToBuild(GitSCM, Run<?, ?>, GitClient, TaskListener, Revision, Revision) - Method in class com.cloudbees.jenkins.plugins.bitbucket.FallbackToOtherRepositoryGitSCMExtension
 
describe() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.credentials.BitbucketOAuthCredentialMatcher
DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.BitbucketBuildStatusNotificationsTrait.DescriptorImpl
 
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.BranchDiscoveryTrait.BranchSCMHeadAuthority.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.BranchDiscoveryTrait.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketCloudEndpoint.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketServerEndpoint.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.ForkPullRequestDiscoveryTrait.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.ForkPullRequestDiscoveryTrait.TrustEveryone.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.ForkPullRequestDiscoveryTrait.TrustNobody.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.ForkPullRequestDiscoveryTrait.TrustTeamForks.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.OriginPullRequestDiscoveryTrait.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.OriginPullRequestDiscoveryTrait.OriginChangeRequestSCMHeadAuthority.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.PublicRepoPullRequestFilterTrait.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.SSHCheckoutTrait.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.TagDiscoveryTrait.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.TagDiscoveryTrait.TagSCMHeadAuthority.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.WebhookConfigurationTrait.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.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 - com.cloudbees.jenkins.plugins.bitbucket.WebhookRegistration
Disable webhook registration.
disableNotificationForNotBuildJobs() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceContext
Returns false if not build jobs should be passed to Bitbucket.
displayName - Variable in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudTeam
 
displayName - Variable in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerProject
 
doCheckBitbucketJenkinsRootUrl(String) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.AbstractBitbucketEndpointDescriptor
 
doCheckCredentialsId(Item, String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.SSHCheckoutTrait.DescriptorImpl
Validation for checkout credentials.
doCheckCredentialsId(SCMSourceOwner, String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator.DescriptorImpl
 
doCheckCredentialsId(SCMSourceOwner, String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource.DescriptorImpl
 
doCheckMirrorId(String, String) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator.DescriptorImpl
 
doCheckMirrorId(String, String) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource.DescriptorImpl
 
doCheckServerUrl(String) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketServerEndpoint.DescriptorImpl
Checks that the supplied URL is valid.
doCheckServerUrl(SCMSourceOwner, String) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource.DescriptorImpl
 
doClear() - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketCloudEndpoint.DescriptorImpl
 
doDynamic(StaplerRequest, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.avatars.AvatarCache
Serves the cached image.
doFillCredentialsIdItems(Item, String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.SSHCheckoutTrait.DescriptorImpl
Form completion.
doFillCredentialsIdItems(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.AbstractBitbucketEndpointDescriptor
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
 
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.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.endpoints.BitbucketServerEndpoint.DescriptorImpl
 
doFillStrategyIdItems() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BranchDiscoveryTrait.DescriptorImpl
Populates the strategy options.
doFillStrategyIdItems() - Method in class com.cloudbees.jenkins.plugins.bitbucket.ForkPullRequestDiscoveryTrait.DescriptorImpl
Populates the strategy options.
doFillStrategyIdItems() - Method in class com.cloudbees.jenkins.plugins.bitbucket.OriginPullRequestDiscoveryTrait.DescriptorImpl
Populates the strategy options.
doFillWebhookImplementationItems() - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketServerEndpoint.DescriptorImpl
 
doNotify(StaplerRequest) - Method in class com.cloudbees.jenkins.plugins.bitbucket.hooks.BitbucketSCMSourcePushHookReceiver
Receives Bitbucket push notifications.
doShowStats() - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketCloudEndpoint.DescriptorImpl
 

E

EMPTY - Static variable in class com.cloudbees.jenkins.plugins.bitbucket.avatars.AvatarCacheSource.AvatarImage
 
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.BitbucketRepoMetadataAction
equals(Object) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketTeamMetadataAction.BitbucketAvatarCacheSource
 
equals(Object) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketTeamMetadataAction
equivalent(ChangeRequestSCMRevision<?>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.PullRequestSCMRevision
evictAll() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.Cache
 
ExcludeOriginPRBranchesSCMHeadFilter() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.BranchDiscoveryTrait.ExcludeOriginPRBranchesSCMHeadFilter
 
executeMethod(HttpRequestBase) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
 
executeMethod(HttpHost, HttpRequestBase) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
 
executeMethodNoRetry(CloseableHttpClient, HttpRequestBase, HttpClientContext) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
 

F

FAILED - com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus.Status
 
FallbackToOtherRepositoryGitSCMExtension - Class in com.cloudbees.jenkins.plugins.bitbucket
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.FallbackToOtherRepositoryGitSCMExtension
 
fetch() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.avatars.AvatarCacheSource
Deprecated.
fetch() - Method in class com.cloudbees.jenkins.plugins.bitbucket.avatars.UrlAvatarCacheSource
 
fetch() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketTeamMetadataAction.BitbucketAvatarCacheSource
 
fetch(StandardCredentials) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.avatars.AvatarCacheSource
Fetch image from source
fetch(StandardCredentials) - Method in class com.cloudbees.jenkins.plugins.bitbucket.avatars.UrlAvatarCacheSource
 
fetch(StandardCredentials) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketTeamMetadataAction.BitbucketAvatarCacheSource
 
finalize() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
 
findEndpoint(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketEndpointConfiguration
Checks to see if the supplied server URL is defined in the global configuration.
findEndpoint(String, Class<? extends AbstractBitbucketEndpoint>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketEndpointConfiguration
Checks to see if the supplied server URL is defined in the global configuration.
findServerVersion(String) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketServerEndpoint
 
findWebhookImplementation(String) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.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
 
FixLegacyMigration1() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.PullRequestSCMHead.FixLegacyMigration1
Deprecated.
 
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
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.ForkPullRequestDiscoveryTrait
Constructor for stapler.
ForkPullRequestDiscoveryTrait(int, SCMHeadAuthority<? super BitbucketSCMSourceRequest, ? extends ChangeRequestSCMHead2, ? extends SCMRevision>) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.ForkPullRequestDiscoveryTrait
Deprecated.
ForkPullRequestDiscoveryTrait(Set<ChangeRequestCheckoutStrategy>, SCMHeadAuthority<? super BitbucketSCMSourceRequest, ? extends ChangeRequestSCMHead2, ? extends SCMRevision>) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.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
Trust policy for forked pull requests.
ForkPullRequestDiscoveryTrait.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket
Our descriptor.
ForkPullRequestDiscoveryTrait.TrustEveryone - Class in com.cloudbees.jenkins.plugins.bitbucket
An SCMHeadAuthority that trusts everyone.
ForkPullRequestDiscoveryTrait.TrustEveryone.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket
Our descriptor.
ForkPullRequestDiscoveryTrait.TrustNobody - Class in com.cloudbees.jenkins.plugins.bitbucket
An SCMHeadAuthority that trusts nothing.
ForkPullRequestDiscoveryTrait.TrustNobody.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket
Our descriptor.
ForkPullRequestDiscoveryTrait.TrustTeamForks - Class in com.cloudbees.jenkins.plugins.bitbucket
An SCMHeadAuthority that trusts forks belonging to the same account.
ForkPullRequestDiscoveryTrait.TrustTeamForks.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket
Our descriptor.
fromString(String) - Static method in enum com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepositoryType
Deprecated.
 
fromString(String) - Static method in enum com.cloudbees.jenkins.plugins.bitbucket.hooks.BitbucketType
 
fromString(String) - Static method in enum 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.BitbucketApiUtils.BitbucketSupplier
 
get(BitbucketApi) - Method in class com.cloudbees.jenkins.plugins.bitbucket.MirrorListSupplier
 
get(K, Callable<V>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.Cache
 
getAccessToken(Token, Verifier) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.credentials.BitbucketOAuthService
 
getAccessTokenEndpoint() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.credentials.BitbucketOAuth
 
getAccessTokenExtractor() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.credentials.BitbucketOAuth
 
getAccessTokenVerb() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.credentials.BitbucketOAuth
 
getApproved() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketReviewer
 
getAttributes() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketRepositorySource
 
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.BitbucketPullRequestCommit
 
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
 
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.BitbucketPullRequestValue
 
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.BitbucketPullRequestValue
 
getAuthorIdentifier() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequest
 
getAuthorizationUrl(OAuthConfig) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.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.BitbucketPullRequestValue
 
getAuthorLogin() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequest
 
getAvatarDescription() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketRepoMetadataAction
getAvatarDescription() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketTeamMetadataAction
getAvatarIconClassName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketRepoMetadataAction
getAvatarIconClassName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketTeamMetadataAction
getAvatarImageOf(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketTeamMetadataAction
getBitbucketJenkinsRootUrl() - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.AbstractBitbucketEndpoint
Jenkins Server Root URL to be used by this Bitbucket endpoint.
getBitbucketRepository(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigatorRequest
 
getBitbucketServerUrl() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator
Deprecated.
getBitbucketServerUrl() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
Deprecated.
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.BitbucketPullRequestValueDestination
 
getBranch() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestValueRepository
 
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 by BitbucketSCMSourceRequest.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
 
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
 
getCheckoutCredentialsId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator
Deprecated.
getCheckoutCredentialsId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
Deprecated.
getCheckoutStrategy() - Method in class com.cloudbees.jenkins.plugins.bitbucket.PullRequestSCMHead
 
getCloudRepositoryUri(String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketGitSCMBuilder
 
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.BitbucketPullRequestValueDestination
 
getCommit() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestValueRepository
 
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
 
getCommittersToIgnore() - Method in class com.cloudbees.jenkins.plugins.bitbucket.hooks.WebhookConfiguration
 
getCommittersToIgnore() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerWebhook
 
getCommittersToIgnore() - Method in class com.cloudbees.jenkins.plugins.bitbucket.WebhookConfigurationTrait
 
getContextClass() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketBuildStatusNotificationsTrait.DescriptorImpl
getContextClass() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BranchDiscoveryTrait.DescriptorImpl
getContextClass() - Method in class com.cloudbees.jenkins.plugins.bitbucket.ForkPullRequestDiscoveryTrait.DescriptorImpl
getContextClass() - Method in class com.cloudbees.jenkins.plugins.bitbucket.OriginPullRequestDiscoveryTrait.DescriptorImpl
getContextClass() - Method in class com.cloudbees.jenkins.plugins.bitbucket.PublicRepoPullRequestFilterTrait.DescriptorImpl
getContextClass() - Method in class com.cloudbees.jenkins.plugins.bitbucket.SSHCheckoutTrait.DescriptorImpl
getContextClass() - Method in class com.cloudbees.jenkins.plugins.bitbucket.TagDiscoveryTrait.DescriptorImpl
getContextClass() - Method in class com.cloudbees.jenkins.plugins.bitbucket.WebhookConfigurationTrait.DescriptorImpl
getContextClass() - Method in class com.cloudbees.jenkins.plugins.bitbucket.WebhookRegistrationTrait.DescriptorImpl
getCount() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.Cache.Stat
 
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.endpoints.AbstractBitbucketEndpoint
Returns the IdCredentials.getId() of the credentials to use for auto-management of hooks.
getCredentialsId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.SSHCheckoutTrait
Returns the configured credentials id.
getDate() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketCommit
 
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
 
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.BitbucketPullRequestCommit
 
getDate() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerCommit
 
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
 
getDateMillis() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBranch
 
getDateMillis() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketCommit
 
getDateMillis() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudBranch
 
getDateMillis() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommit
 
getDateMillis() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestCommit
 
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
 
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
 
getDefaultTrust() - Method in class com.cloudbees.jenkins.plugins.bitbucket.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.BitbucketRepositoryHook
 
getDescription() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerWebhook
 
getDescription() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.NativeBitbucketServerWebhook
 
getDescriptor() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
 
getDescriptor() - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.AbstractBitbucketEndpoint
getDestination() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPullRequest
 
getDestination() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestValue
 
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.BitbucketBuildStatusNotificationsTrait
 
getDisplayId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.events.NativeServerRef
 
getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.AbstractBitbucketTeam
 
getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketCloudWorkspace
 
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 class com.cloudbees.jenkins.plugins.bitbucket.avatars.AvatarCache
getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketBuildStatusNotificationsTrait.DescriptorImpl
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.BranchDiscoveryTrait.BranchSCMHeadAuthority.DescriptorImpl
getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BranchDiscoveryTrait.DescriptorImpl
getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestValue.Author
 
getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudRepositoryOwner
 
getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.AbstractBitbucketEndpoint
Optional name to use to describe the end-point.
getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketCloudEndpoint.DescriptorImpl
getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketCloudEndpoint
Optional name to use to describe the end-point.
getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketServerEndpoint.DescriptorImpl
getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketServerEndpoint
Optional name to use to describe the end-point.
getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.ForkPullRequestDiscoveryTrait.DescriptorImpl
getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.ForkPullRequestDiscoveryTrait.TrustEveryone.DescriptorImpl
getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.ForkPullRequestDiscoveryTrait.TrustNobody.DescriptorImpl
getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.ForkPullRequestDiscoveryTrait.TrustTeamForks.DescriptorImpl
getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.hooks.BitbucketSCMSourcePushHookReceiver
 
getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.OriginPullRequestDiscoveryTrait.DescriptorImpl
getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.OriginPullRequestDiscoveryTrait.OriginChangeRequestSCMHeadAuthority.DescriptorImpl
getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.PublicRepoPullRequestFilterTrait.DescriptorImpl
getDisplayName() - Method in enum com.cloudbees.jenkins.plugins.bitbucket.server.BitbucketServerVersion
 
getDisplayName() - Method in enum com.cloudbees.jenkins.plugins.bitbucket.server.BitbucketServerWebhookImplementation
 
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.BitbucketServerRepositoryOwner
 
getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.SSHCheckoutTrait.DescriptorImpl
getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.TagDiscoveryTrait.DescriptorImpl
getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.TagDiscoveryTrait.TagSCMHeadAuthority.DescriptorImpl
getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.WebhookConfigurationTrait.DescriptorImpl
getDisplayName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.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
Populates a ListBoxModel with the endpoints.
getEndpointJenkinsRootUrl() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator
 
getEndpointJenkinsRootUrl() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
 
getEndpointJenkinsRootUrl() - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.AbstractBitbucketEndpoint
Jenkins Server Root URL to be used by this Bitbucket endpoint.
getEndpointJenkinsRootUrl(String) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.AbstractBitbucketEndpoint
Look up in the current endpoint configurations if one exists for the serverUrl, and return its normalized endpointJenkinsRootUrl value, or the normalized global default Jenkins Root URL if nothing was found or if the setting is an empty string; empty string if there was an error finding the global default Jenkins Root URL value (e.g.
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.BitbucketRepositoryHook
 
getEvents() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerWebhook
 
getEvents() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.NativeBitbucketServerWebhook
 
getExcludes() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator
Deprecated.
getExcludes() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
Deprecated.
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.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.events.BitbucketCloudPushEvent.TargetImpl
 
getHash() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestCommit
 
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.events.BitbucketServerPushEvent.TargetImpl
 
getHook(BitbucketSCMSource) - Method in class com.cloudbees.jenkins.plugins.bitbucket.hooks.WebhookConfiguration
 
getHref() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketHref
 
getHtml() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestValue.Links
 
getHttpCode() - Method in exception com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRequestException
 
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.avatars.AvatarCache
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 class 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 class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestValue
 
getId() - Method in enum com.cloudbees.jenkins.plugins.bitbucket.client.repository.UserRoleInRepository
 
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.BitbucketPullRequestValue.Author
 
getIncludes() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator
Deprecated.
getIncludes() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
Deprecated.
getIncomingOpenPullRequests(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
 
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 com.cloudbees.jenkins.plugins.bitbucket.hooks.BitbucketType
 
getKey() - Method in enum com.cloudbees.jenkins.plugins.bitbucket.hooks.HookEventType
 
getLimit() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.PagedApiResponse
 
getLink() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPullRequest
 
getLink() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestValue
 
getLink() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequest
 
getLink(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.AbstractBitbucketTeam
 
getLink(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketCloudWorkspace
 
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.AbstractBitbucketTeam
 
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 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.BitbucketServerRepository
 
getLogin() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
Deprecated.
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.BitbucketPullRequestCommit
 
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
 
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.WebhookRegistrationTrait
Gets the mode of registration to apply.
getName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.AbstractBitbucketTeam
 
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.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
 
getNext() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudPage
 
getNext() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketPage
URL to the next page
getNext() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestCommits
 
getNext() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequests
 
getNext() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketRepositoryHooks
 
getNext() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.PaginatedBitbucketRepository
 
getNextPageStart() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.PagedApiResponse
 
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
 
getOrigin() - Method in class com.cloudbees.jenkins.plugins.bitbucket.PullRequestSCMHead
 
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.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
 
getPage() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketPage
Page number
getPageLength() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudPage
 
getPageLength() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketPage
Number of pages
getPath() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketRepositorySource
 
getPattern() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator
Deprecated.
getProcessor() - Method in enum com.cloudbees.jenkins.plugins.bitbucket.hooks.HookEventType
 
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
 
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 by BitbucketSCMSourceRequest.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
 
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
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
The role parameter only makes sense when the request is authenticated, so if there is no auth information (BitbucketCloudApiClient.authenticator) the role will be omitted.
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.endpoints.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
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.BitbucketPullRequestValueDestination
 
getRepository() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestValueRepository
 
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.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
 
getRepositoryType() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
 
getRepositoryType() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketTagSCMHead
Gets the repository type.
getRepositoryType() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BranchSCMHead
Gets the repository type.
getRepositoryType() - Method in class com.cloudbees.jenkins.plugins.bitbucket.PullRequestSCMHead
 
getRepositoryUrl(String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.AbstractBitbucketEndpoint
The user facing URL of the specified repository.
getRepositoryUrl(String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketCloudEndpoint
The user facing URL of the specified repository.
getRepositoryUrl(String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketServerEndpoint
The user facing URL of the specified repository.
getRequest(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
 
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.
getReviewers() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPullRequest
 
getReviewers() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestValue
 
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.BitbucketRepoMetadataAction
 
getScm() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudRepository
 
getScm() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerRepository
 
getSendSuccessNotificationForUnstableBuild() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketBuildStatusNotificationsTrait
 
getServerUrl() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator
 
getServerUrl() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
 
getServerUrl() - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.AbstractBitbucketEndpoint
The URL of this endpoint.
getServerUrl() - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketCloudEndpoint
The URL of this endpoint.
getServerUrl() - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketServerEndpoint
The URL of this endpoint.
getServerVersion() - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketServerEndpoint
 
getSize() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudPage
 
getSize() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketPage
Page size
getSize() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.PagedApiResponse
 
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.BitbucketPullRequestValue
 
getSource() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequest
 
getSourceClass() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketBuildStatusNotificationsTrait.DescriptorImpl
getSourceClass() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BranchDiscoveryTrait.DescriptorImpl
getSourceClass() - Method in class com.cloudbees.jenkins.plugins.bitbucket.ForkPullRequestDiscoveryTrait.DescriptorImpl
getSourceClass() - Method in class com.cloudbees.jenkins.plugins.bitbucket.OriginPullRequestDiscoveryTrait.DescriptorImpl
getSourceClass() - Method in class com.cloudbees.jenkins.plugins.bitbucket.PublicRepoPullRequestFilterTrait.DescriptorImpl
getSourceClass() - Method in class com.cloudbees.jenkins.plugins.bitbucket.SSHCheckoutTrait.DescriptorImpl
getSourceClass() - Method in class com.cloudbees.jenkins.plugins.bitbucket.TagDiscoveryTrait.DescriptorImpl
getSourceClass() - Method in class com.cloudbees.jenkins.plugins.bitbucket.WebhookConfigurationTrait.DescriptorImpl
getSourceClass() - Method in class com.cloudbees.jenkins.plugins.bitbucket.WebhookRegistrationTrait.DescriptorImpl
getStart() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.PagedApiResponse
 
getState() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus
 
getStrategies() - Method in class com.cloudbees.jenkins.plugins.bitbucket.ForkPullRequestDiscoveryTrait
Returns the strategies.
getStrategies() - Method in class com.cloudbees.jenkins.plugins.bitbucket.OriginPullRequestDiscoveryTrait
Returns the strategies.
getStrategyId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BranchDiscoveryTrait
Returns the strategy id.
getStrategyId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.ForkPullRequestDiscoveryTrait
Gets the strategy id.
getStrategyId() - Method in class com.cloudbees.jenkins.plugins.bitbucket.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 by BitbucketSCMSourceRequest.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
 
getTargetImpl() - Method in class com.cloudbees.jenkins.plugins.bitbucket.PullRequestSCMRevision
 
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 Server but Project.
getTeamAvatar() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
Returns the team Avatar of the current owner or null if the current owner is not a team.
getTeamAvatar() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
Returns the team Avatar of the current owner or null if the current owner is not a team.
getTeamAvatar() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
Get Team avatar
getTeamCacheDuration() - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.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.BitbucketPullRequestValue
 
getTitle() - Method in class com.cloudbees.jenkins.plugins.bitbucket.PullRequestSCMHead
 
getTitle() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequest
 
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.ForkPullRequestDiscoveryTrait
Gets the authority.
getTrustDescriptors() - Method in class com.cloudbees.jenkins.plugins.bitbucket.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 enum com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepositoryType
Deprecated.
 
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.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.BitbucketRepositoryHook
 
getUrl() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerWebhook
 
getUrl() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.NativeBitbucketServerWebhook
 
getUrlName() - Method in class com.cloudbees.jenkins.plugins.bitbucket.avatars.AvatarCache
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
 
getUserCentricOwner() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
In Bitbucket server the top level entity is the Project, but the JSON API accepts users as a replacement of Projects in most of the URLs (it's called user centric API).
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.BitbucketRepositoryHook
 
getUuid() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerWebhook
 
getUuid() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.NativeBitbucketServerWebhook
 
getValues() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudPage
 
getValues() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketPage
List of values in this page
getValues() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestCommits
 
getValues() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequests
 
getValues() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketRepositoryHooks
 
getValues() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.PaginatedBitbucketRepository
 
getValues() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.PagedApiResponse
 
getWebhookConfiguration() - Method in class com.cloudbees.jenkins.plugins.bitbucket.WebhookConfigurationTrait
Gets the WebhookConfiguration to apply.
getWebhookImplementation() - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketServerEndpoint
 
getWebHooks() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
Returns the webhooks defined in the repository.
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.server.client.BitbucketServerAPIClient
 
GIT - com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepositoryType
Deprecated.
Git repository.
GitMigrationImpl() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.SCMHeadWithOwnerAndRepo.GitMigrationImpl
Deprecated.
 

H

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.BitbucketRepoMetadataAction
hashCode() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketTeamMetadataAction.BitbucketAvatarCacheSource
hashCode() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketTeamMetadataAction
hashKey() - Method in interface com.cloudbees.jenkins.plugins.bitbucket.avatars.AvatarCacheSource
Get unique hashKey for this item
hashKey() - Method in class com.cloudbees.jenkins.plugins.bitbucket.avatars.UrlAvatarCacheSource
 
hashKey() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketTeamMetadataAction.BitbucketAvatarCacheSource
 
HasPullRequests - Interface in com.cloudbees.jenkins.plugins.bitbucket.hooks
 
Head(String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudBranch.Head
Deprecated.
 
HookEventType - Enum in com.cloudbees.jenkins.plugins.bitbucket.hooks
Bitbucket hooks types managed by this plugin.
HookProcessor - Class in com.cloudbees.jenkins.plugins.bitbucket.hooks
Abstract hook processor.
HookProcessor() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.hooks.HookProcessor
 
HTTP - com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepositoryProtocol
HTTP protocol.

I

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.
image - Variable in class com.cloudbees.jenkins.plugins.bitbucket.avatars.AvatarCacheSource.AvatarImage
 
includeCategory(SCMHeadCategory) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BranchDiscoveryTrait
includeCategory(SCMHeadCategory) - Method in class com.cloudbees.jenkins.plugins.bitbucket.ForkPullRequestDiscoveryTrait
includeCategory(SCMHeadCategory) - Method in class com.cloudbees.jenkins.plugins.bitbucket.OriginPullRequestDiscoveryTrait
includeCategory(SCMHeadCategory) - Method in class com.cloudbees.jenkins.plugins.bitbucket.TagDiscoveryTrait
INPROGRESS - com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus.Status
 
INSTANCE - Static variable in class com.cloudbees.jenkins.plugins.bitbucket.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.BitbucketRepositoryHook
 
isActive() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerWebhook
 
isActive() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.NativeBitbucketServerWebhook
 
isApplicableToBuilder(Class<? extends SCMBuilder>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.SSHCheckoutTrait.DescriptorImpl
isApplicableToOrigin(Class<? extends SCMHeadOrigin>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BranchDiscoveryTrait.BranchSCMHeadAuthority.DescriptorImpl
isApplicableToOrigin(Class<? extends SCMHeadOrigin>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.ForkPullRequestDiscoveryTrait.TrustEveryone.DescriptorImpl
isApplicableToOrigin(Class<? extends SCMHeadOrigin>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.ForkPullRequestDiscoveryTrait.TrustNobody.DescriptorImpl
isApplicableToOrigin(Class<? extends SCMHeadOrigin>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.ForkPullRequestDiscoveryTrait.TrustTeamForks.DescriptorImpl
isApplicableToOrigin(Class<? extends SCMHeadOrigin>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.OriginPullRequestDiscoveryTrait.OriginChangeRequestSCMHeadAuthority.DescriptorImpl
isApplicableToOrigin(Class<? extends SCMHeadOrigin>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.TagDiscoveryTrait.TagSCMHeadAuthority.DescriptorImpl
isApplicableToSCM(SCMDescriptor<?>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.SSHCheckoutTrait.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
 
isAutoRegisterHook() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
Deprecated.
isAutoRegisterHooks() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator
Deprecated.
isAvailable() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketMirroredRepository
 
isBuildBranch() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BranchDiscoveryTrait
Returns true if building branches that are not filed as a PR.
isBuildBranchesWithPR() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BranchDiscoveryTrait
Returns true if building branches that are filed as a PR.
isCallCanMerge() - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketServerEndpoint
 
isCallChanges() - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketServerEndpoint
 
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
 
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.endpoints.BitbucketCloudEndpoint
 
isEnabled() - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketMirrorServer
 
isEndpointSelectable() - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketEndpointConfiguration
Returns true if and only if there is more than one configured endpoint.
isExcluded(SCMSourceRequest, SCMHead) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BranchDiscoveryTrait.ExcludeOriginPRBranchesSCMHeadFilter
isExcluded(SCMSourceRequest, SCMHead) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BranchDiscoveryTrait.OnlyOriginPRBranchesSCMHeadFilter
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) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.credentials.BitbucketAccessTokenAuthenticatorSource
Whether this source works in the given context.
isFit(AuthenticationTokenContext) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.credentials.BitbucketClientCertificateAuthenticatorSource
Whether this source works in the given context.
isFit(AuthenticationTokenContext) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.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.client.BitbucketPage
Boolean to tell if this is last page
isLastPage() - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.PagedApiResponse
 
isManageHooks() - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.AbstractBitbucketEndpoint
Returns true if and only if Jenkins is supposed to auto-manage hooks for this end-point.
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
 
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
 
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.
ITEM - 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.BitbucketBuildStatusNotifications.JobCheckOutListener
 
JobCompletedListener() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.BitbucketBuildStatusNotifications.JobCompletedListener
 
JsonParser - Class in com.cloudbees.jenkins.plugins.bitbucket
Jackson based JSON parser
JsonParser() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.JsonParser
 

L

lastModified - Variable in class com.cloudbees.jenkins.plugins.bitbucket.avatars.AvatarCacheSource.AvatarImage
 
lastModified() - Method in class com.cloudbees.jenkins.plugins.bitbucket.filesystem.BitbucketSCMFile
 
lastModified() - Method in class com.cloudbees.jenkins.plugins.bitbucket.filesystem.BitbucketSCMFileSystem
Return timestamp of last commit or of tag if its annotated tag.
Links() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestValue.Links
 
Links(String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestValue.Links
 

M

mapper - Static variable in class com.cloudbees.jenkins.plugins.bitbucket.JsonParser
 
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.api.credentials.BitbucketOAuthAuthenticatorSource
matches(Credentials) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.credentials.BitbucketOAuthCredentialMatcher
matches(String) - Method in enum com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepositoryProtocol
Check if link name matches protocol.
MEMBER - com.cloudbees.jenkins.plugins.bitbucket.client.repository.UserRoleInRepository
 
MergeWithGitSCMExtension - Class in com.cloudbees.jenkins.plugins.bitbucket
Deprecated.
use MergeWithGitSCMExtension
Messages - Class in com.cloudbees.jenkins.plugins.bitbucket.endpoints
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.endpoints.Messages
 
Messages() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.Messages
 
migrate(BitbucketSCMSource, PullRequestSCMHead.FixLegacy) - Method in class com.cloudbees.jenkins.plugins.bitbucket.PullRequestSCMHead.FixLegacyMigration1
Deprecated.
 
migrate(BitbucketSCMSource, SCMHeadWithOwnerAndRepo.PR) - Method in class com.cloudbees.jenkins.plugins.bitbucket.SCMHeadWithOwnerAndRepo.GitMigrationImpl
Deprecated.
 
migrate(BitbucketSCMSource, AbstractGitSCMSource.SCMRevisionImpl) - Method in class com.cloudbees.jenkins.plugins.bitbucket.PullRequestSCMHead.FixLegacyMigration1
Deprecated.
 
migrate(BitbucketSCMSource, AbstractGitSCMSource.SCMRevisionImpl) - Method in class com.cloudbees.jenkins.plugins.bitbucket.SCMHeadWithOwnerAndRepo.GitMigrationImpl
Deprecated.
 
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
 
MirrorListSupplier() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.MirrorListSupplier
 

N

name - Variable in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudTeam
 
name - Variable in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerProject
 
NATIVE - com.cloudbees.jenkins.plugins.bitbucket.server.BitbucketServerWebhookImplementation
Native webhooks, available since Bitbucket Server 5.4.
NativeBitbucketServerWebhook - Class in com.cloudbees.jenkins.plugins.bitbucket.server.client.repository
 
NativeBitbucketServerWebhook() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.NativeBitbucketServerWebhook
 
NativeBitbucketServerWebhooks - Class in com.cloudbees.jenkins.plugins.bitbucket.server.client.repository
 
NativeBitbucketServerWebhooks() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.NativeBitbucketServerWebhooks
 
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
 
NativeServerPullRequestHookProcessor - Class in com.cloudbees.jenkins.plugins.bitbucket.hooks
 
NativeServerPullRequestHookProcessor() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.hooks.NativeServerPullRequestHookProcessor
 
NativeServerPushHookProcessor - Class in com.cloudbees.jenkins.plugins.bitbucket.hooks
 
NativeServerPushHookProcessor() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.hooks.NativeServerPushHookProcessor
 
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.
newInstance(String, StandardUsernamePasswordCredentials, String, String, String) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApiFactory
Deprecated.
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
Fix a serverUrl.
notificationsDisabled() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceContext
Returns true if notifications should be disabled.
notify(String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketNotifier
Convenience method that calls BitbucketNotifier.notify(String, String, String, String) without owner and repository name.
notify(String, String, String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketChangesetCommentNotifier
 
notify(String, String, String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketNotifier
Notify bitbucket about a new build status on a concrete commit.

O

OAUTH_ENDPOINT - Static variable in class com.cloudbees.jenkins.plugins.bitbucket.api.credentials.BitbucketOAuth
 
onCheckout(Run<?, ?>, SCM, FilePath, TaskListener, File, SCMRevisionState) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketBuildStatusNotifications.JobCheckOutListener
 
onCompleted(Run<?, ?>, TaskListener) - Method in class com.cloudbees.jenkins.plugins.bitbucket.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.BranchDiscoveryTrait.OnlyOriginPRBranchesSCMHeadFilter
 
onUpdated(Item) - Method in class com.cloudbees.jenkins.plugins.bitbucket.hooks.WebhookAutoRegisterListener
 
OriginChangeRequestSCMHeadAuthority() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.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
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.OriginPullRequestDiscoveryTrait
Constructor for stapler.
OriginPullRequestDiscoveryTrait(Set<ChangeRequestCheckoutStrategy>) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.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
Our descriptor.
OriginPullRequestDiscoveryTrait.OriginChangeRequestSCMHeadAuthority - Class in com.cloudbees.jenkins.plugins.bitbucket
A SCMHeadAuthority that trusts origin pull requests
OriginPullRequestDiscoveryTrait.OriginChangeRequestSCMHeadAuthority.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket
Our descriptor.
OWNER - com.cloudbees.jenkins.plugins.bitbucket.client.repository.UserRoleInRepository
 

P

PagedApiResponse<V> - Class in com.cloudbees.jenkins.plugins.bitbucket.server.client
 
PagedApiResponse() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.server.client.PagedApiResponse
 
PaginatedBitbucketRepository - Class in com.cloudbees.jenkins.plugins.bitbucket.client.repository
 
PaginatedBitbucketRepository() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.client.repository.PaginatedBitbucketRepository
 
PingHookProcessor - Class in com.cloudbees.jenkins.plugins.bitbucket.hooks
 
PingHookProcessor() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.hooks.PingHookProcessor
 
PLUGIN - com.cloudbees.jenkins.plugins.bitbucket.server.BitbucketServerWebhookImplementation
Plugin-based webhooks.
postBuildStatus(BitbucketBuildStatus) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
Set the build status for the given commit hash.
postBuildStatus(BitbucketBuildStatus) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient
Set the build status for the given commit hash.
postBuildStatus(BitbucketBuildStatus) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
Set the build status for the given commit hash.
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.
PR(String, String, String, String, BranchSCMHead) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.SCMHeadWithOwnerAndRepo.PR
Deprecated.
 
process(HookEventType, String, BitbucketType, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.hooks.HookProcessor
See Event Payloads for more information about the payload parameter format.
process(HookEventType, String, BitbucketType, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.hooks.NativeServerPullRequestHookProcessor
 
process(HookEventType, String, BitbucketType, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.hooks.NativeServerPushHookProcessor
 
process(HookEventType, String, BitbucketType, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.hooks.PingHookProcessor
 
process(HookEventType, String, BitbucketType, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.hooks.PullRequestHookProcessor
 
process(HookEventType, String, BitbucketType, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.hooks.PushHookProcessor
 
process(HookEventType, String, BitbucketType, String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.hooks.HookProcessor
See Event Payloads for more information about the payload parameter format.
process(HookEventType, String, BitbucketType, String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.hooks.NativeServerPullRequestHookProcessor
 
process(HookEventType, String, BitbucketType, String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.hooks.NativeServerPushHookProcessor
 
process(String, BitbucketType) - Method in class com.cloudbees.jenkins.plugins.bitbucket.hooks.HookProcessor
process(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.cloudbees.jenkins.plugins.bitbucket.hooks.BitbucketSCMSourcePushHookReceiver
 
PublicRepoPullRequestFilterTrait - Class in com.cloudbees.jenkins.plugins.bitbucket
A SCMSourceTrait that suppresses all pull requests if the repository is public.
PublicRepoPullRequestFilterTrait() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.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
Our descriptor.
PULL_REQUEST_APPROVED - com.cloudbees.jenkins.plugins.bitbucket.hooks.HookEventType
PULL_REQUEST_CREATED - com.cloudbees.jenkins.plugins.bitbucket.hooks.HookEventType
PULL_REQUEST_DECLINED - com.cloudbees.jenkins.plugins.bitbucket.hooks.HookEventType
PULL_REQUEST_MERGED - com.cloudbees.jenkins.plugins.bitbucket.hooks.HookEventType
PULL_REQUEST_UPDATED - com.cloudbees.jenkins.plugins.bitbucket.hooks.HookEventType
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
 
PullRequestHookProcessor - Class in com.cloudbees.jenkins.plugins.bitbucket.hooks
 
PullRequestHookProcessor() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.hooks.PullRequestHookProcessor
 
PullRequestSCMHead - Class in com.cloudbees.jenkins.plugins.bitbucket
SCMHead for a Bitbucket pull request
PullRequestSCMHead(String, String, String, BitbucketPullRequest) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.PullRequestSCMHead
Deprecated.
PullRequestSCMHead(String, String, String, BitbucketPullRequest, SCMHeadOrigin) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.PullRequestSCMHead
Deprecated.
PullRequestSCMHead(String, String, String, String, BitbucketPullRequest, SCMHeadOrigin, ChangeRequestCheckoutStrategy) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.PullRequestSCMHead
 
PullRequestSCMHead(String, String, String, String, BranchSCMHead) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.PullRequestSCMHead
Deprecated.
PullRequestSCMHead(String, String, String, String, BranchSCMHead, SCMHeadOrigin) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.PullRequestSCMHead
Deprecated.
PullRequestSCMHead(String, String, String, String, String, BranchSCMHead, SCMHeadOrigin) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.PullRequestSCMHead
Deprecated.
PullRequestSCMHead(String, String, String, String, 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.
PullRequestSCMHead.FixLegacy - Class in com.cloudbees.jenkins.plugins.bitbucket
Deprecated.
used for data migration.
PullRequestSCMHead.FixLegacyMigration1 - Class in com.cloudbees.jenkins.plugins.bitbucket
Deprecated.
used for data migration.
PullRequestSCMRevision - Class in com.cloudbees.jenkins.plugins.bitbucket
Revision of a pull request.
PullRequestSCMRevision(PullRequestSCMHead, AbstractGitSCMSource.SCMRevisionImpl, AbstractGitSCMSource.SCMRevisionImpl) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.PullRequestSCMRevision
Constructor.
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 - 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
 
PushHookProcessor - Class in com.cloudbees.jenkins.plugins.bitbucket.hooks
 
PushHookProcessor() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.hooks.PushHookProcessor
 

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
 
readResolveServerUrl(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketEndpointConfiguration
Called from a readResolve() method only to convert the old bitbucketServerUrl field into the new serverUrl 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
 
registerCommitWebHook(BitbucketWebHook) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
Register a webhook on the repository.
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.server.client.BitbucketServerAPIClient
 
removeCommitWebHook(BitbucketWebHook) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
Remove the webhook (ID field required) from the repository.
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.server.client.BitbucketServerAPIClient
 
removeEndpoint(AbstractBitbucketEndpoint) - 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.
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
 
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
 

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
 
SCHEME - Static variable in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketAuthenticator
The key for URL scheme as reported in an AuthenticationTokenContext
SCMHeadWithOwnerAndRepo - Class in com.cloudbees.jenkins.plugins.bitbucket
Deprecated.
SCMHeadWithOwnerAndRepo(String, String, String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.SCMHeadWithOwnerAndRepo
Deprecated.
 
SCMHeadWithOwnerAndRepo.GitMigrationImpl - Class in com.cloudbees.jenkins.plugins.bitbucket
Deprecated.
 
SCMHeadWithOwnerAndRepo.PR - Class in com.cloudbees.jenkins.plugins.bitbucket
Deprecated.
scmSource() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketGitSCMBuilder
Returns the BitbucketSCMSource that this request is against (primarily to allow resolving credentials against SCMSource.getOwner()).
scmSourceReIndex(String, String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.hooks.HookProcessor
To be called by implementations once the owner and the repository have been extracted from the payload.
sendSuccessNotificationForUnstableBuild() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceContext
Returns true if unstable builds should be passed as successful to Bitbucket.
SERVER - com.cloudbees.jenkins.plugins.bitbucket.hooks.BitbucketType
 
SERVER_MIRROR_REPO_SYNCHRONIZED - com.cloudbees.jenkins.plugins.bitbucket.hooks.HookEventType
 
SERVER_PING - com.cloudbees.jenkins.plugins.bitbucket.hooks.HookEventType
Sent when hitting the "Test connection" button in Bitbucket Server.
SERVER_PULL_REQUEST_APPROVED - com.cloudbees.jenkins.plugins.bitbucket.hooks.HookEventType
SERVER_PULL_REQUEST_DECLINED - com.cloudbees.jenkins.plugins.bitbucket.hooks.HookEventType
SERVER_PULL_REQUEST_DELETED - com.cloudbees.jenkins.plugins.bitbucket.hooks.HookEventType
SERVER_PULL_REQUEST_FROM_REF_UPDATED - com.cloudbees.jenkins.plugins.bitbucket.hooks.HookEventType
 
SERVER_PULL_REQUEST_MERGED - com.cloudbees.jenkins.plugins.bitbucket.hooks.HookEventType
 
SERVER_PULL_REQUEST_MODIFIED - com.cloudbees.jenkins.plugins.bitbucket.hooks.HookEventType
 
SERVER_PULL_REQUEST_OPENED - com.cloudbees.jenkins.plugins.bitbucket.hooks.HookEventType
 
SERVER_PULL_REQUEST_REVIEWER_UPDATED - com.cloudbees.jenkins.plugins.bitbucket.hooks.HookEventType
 
SERVER_REFS_CHANGED - com.cloudbees.jenkins.plugins.bitbucket.hooks.HookEventType
 
SERVER_URL - Static variable in class 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.endpoints.BitbucketCloudEndpoint
The URL of Bitbucket Cloud.
serverUrl() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceBuilder
The server url of the BitbucketSCMSource that is being built.
setActive(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketRepositoryHook
 
setActive(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerWebhook
 
setActive(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.NativeBitbucketServerWebhook
 
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(BitbucketPullRequestValue.Author) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestValue
 
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.BitbucketPullRequestCommit
 
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
 
setAutoRegisterHook(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
Deprecated.
setAutoRegisterHooks(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator
Deprecated.
setAvailable(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketMirroredRepository
 
setBitbucketJenkinsRootUrl(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.AbstractBitbucketEndpoint
 
setBitbucketServerUrl(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator
Deprecated.
setBitbucketServerUrl(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
Deprecated.
setBranch(BitbucketCloudBranch) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestValueDestination
 
setBranch(BitbucketCloudBranch) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestValueRepository
 
setBranches(Iterable<BitbucketBranch>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceRequest
Provides the requests with the branch details.
setCallCanMerge(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketServerEndpoint
 
setCallChanges(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketServerEndpoint
 
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
 
setCheckoutCredentialsId(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator
Deprecated.
setCheckoutCredentialsId(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
Deprecated.
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.BitbucketPullRequestValueDestination
 
setCommit(BitbucketCloudCommit) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestValueRepository
 
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
 
setCommittersToIgnore(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerWebhook
 
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(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommit
 
setDate(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerCommit
 
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.BitbucketPullRequestCommit
 
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
 
setDateMillis(long) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerCommit
 
setDescription(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus
 
setDescription(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketRepositoryHook
 
setDescription(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerWebhook
 
setDescription(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.NativeBitbucketServerWebhook
 
setDestination(BitbucketPullRequestValueDestination) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestValue
 
setDestination(BitbucketServerPullRequestDestination) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequest
 
setDisableNotificationForNotBuildJobs(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.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.api.AbstractBitbucketTeam
 
setDisplayName(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestValue.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
 
setEndpoints(List<? extends AbstractBitbucketEndpoint>) - 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.BitbucketRepositoryHook
 
setEvents(List<String>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.NativeBitbucketServerWebhook
 
setExcludes(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator
Deprecated.
setExcludes(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
Deprecated.
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.BitbucketPullRequestCommit
 
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(BitbucketPullRequestValue.Links.Html) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestValue.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.BitbucketPullRequestValue
 
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.BitbucketPullRequestValue.Author
 
setIncludes(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator
Deprecated.
setIncludes(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
Deprecated.
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.PagedApiResponse
 
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.PagedApiResponse
 
setLinks(BitbucketPullRequestValue.Links) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestValue
 
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.AbstractBitbucketTeam
 
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
 
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.BitbucketPullRequestCommit
 
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.AbstractBitbucketTeam
 
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
 
setNext(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestCommits
 
setNext(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequests
 
setNext(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketRepositoryHooks
 
setNext(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.PaginatedBitbucketRepository
 
setNextPageStart(Integer) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.PagedApiResponse
 
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
 
setOwner(BitbucketCloudRepositoryOwner) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudRepository
 
setPattern(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator
Deprecated.
setPrivate(Boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudRepository
 
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
 
setPublic(Boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerRepository
 
setPullRequest(BitbucketPullRequestValue) - 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
 
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.BitbucketPullRequestValueDestination
 
setRepository(BitbucketCloudRepository) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestValueRepository
 
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.BitbucketPullRequestValue
 
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.
setSendSuccessNotificationForUnstableBuild(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketBuildStatusNotificationsTrait
 
setServerUrl(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator
 
setServerUrl(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
 
setServerVersion(BitbucketServerVersion) - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketServerEndpoint
 
setSize(Integer) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.PagedApiResponse
 
setSource(BitbucketPullRequestValueRepository) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestValue
 
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.PagedApiResponse
 
setState(BitbucketBuildStatus.Status) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus
 
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.BitbucketPullRequestValue
 
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(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
 
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.BitbucketRepositoryHook
 
setUrl(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerWebhook
 
setUrl(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.NativeBitbucketServerWebhook
 
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
 
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.BitbucketRepositoryHook
 
setUuid(String) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.NativeBitbucketServerWebhook
 
setValues(List<BitbucketPullRequestCommit>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestCommits
 
setValues(List<BitbucketPullRequestValue>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequests
 
setValues(List<BitbucketCloudRepository>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.PaginatedBitbucketRepository
 
setValues(List<BitbucketRepositoryHook>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketRepositoryHooks
 
setValues(List<V>) - Method in class com.cloudbees.jenkins.plugins.bitbucket.server.client.PagedApiResponse
 
setWebhookImplementation(BitbucketServerWebhookImplementation) - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketServerEndpoint
 
signRequest(Token, OAuthRequest) - Method in class com.cloudbees.jenkins.plugins.bitbucket.api.credentials.BitbucketOAuthService
 
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.
SSH - com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepositoryProtocol
SSH protocol.
SSHCheckoutTrait - Class in com.cloudbees.jenkins.plugins.bitbucket
A SCMSourceTrait for BitbucketSCMSource that causes the GitSCM 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.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
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 - com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus.Status
 
SUCCESSFUL - com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus.Status
 
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 - com.cloudbees.jenkins.plugins.bitbucket.WebhookRegistration
Use the global system configuration for webhook registration.

T

TagDiscoveryTrait - Class in com.cloudbees.jenkins.plugins.bitbucket
A Discovery trait for bitbucket that will discover tags on the repository.
TagDiscoveryTrait() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.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
Our descriptor.
TagDiscoveryTrait.TagSCMHeadAuthority - Class in com.cloudbees.jenkins.plugins.bitbucket
Trusts tags from the origin repository.
TagDiscoveryTrait.TagSCMHeadAuthority.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket
Out descriptor.
TagSCMHeadAuthority() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.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
 
toJava(InputStream, Class<T>) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.JsonParser
 
toJava(Reader, Class<T>) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.JsonParser
 
toJava(String, Class<T>) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.JsonParser
 
toJson(Object) - Static method in class com.cloudbees.jenkins.plugins.bitbucket.JsonParser
 
toString() - Method in enum com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus.Status
 
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.BitbucketRepoMetadataAction
toString() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketTeamMetadataAction.BitbucketAvatarCacheSource
 
toString() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketTeamMetadataAction
toString() - Method in class com.cloudbees.jenkins.plugins.bitbucket.client.Cache.Stat
 
toString() - Method in class com.cloudbees.jenkins.plugins.bitbucket.PullRequestSCMRevision
TrustEveryone() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.ForkPullRequestDiscoveryTrait.TrustEveryone
Constructor.
TrustNobody() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.ForkPullRequestDiscoveryTrait.TrustNobody
Constructor.
TrustTeamForks() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.ForkPullRequestDiscoveryTrait.TrustTeamForks
Constructor.
type() - Method in class com.cloudbees.jenkins.plugins.bitbucket.filesystem.BitbucketSCMFile
 

U

updateCommitWebHook(BitbucketWebHook) - Method in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
Update a webhook on the repository.
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.server.client.BitbucketServerAPIClient
 
updateEndpoint(AbstractBitbucketEndpoint) - Method in class com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketEndpointConfiguration
Updates an existing endpoint (or adds if missing).
UrlAvatarCacheSource - Class in com.cloudbees.jenkins.plugins.bitbucket.avatars
Basic URL based Cache Source - Replacement for original functionality
UrlAvatarCacheSource(String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.avatars.UrlAvatarCacheSource
 
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
 
UserRoleInRepository - Enum 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 com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepositoryProtocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepositoryType
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cloudbees.jenkins.plugins.bitbucket.client.repository.UserRoleInRepository
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cloudbees.jenkins.plugins.bitbucket.hooks.BitbucketType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cloudbees.jenkins.plugins.bitbucket.hooks.HookEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cloudbees.jenkins.plugins.bitbucket.server.BitbucketServerVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cloudbees.jenkins.plugins.bitbucket.server.BitbucketServerWebhookImplementation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cloudbees.jenkins.plugins.bitbucket.WebhookRegistration
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepositoryProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepositoryType
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cloudbees.jenkins.plugins.bitbucket.client.repository.UserRoleInRepository
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cloudbees.jenkins.plugins.bitbucket.hooks.BitbucketType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cloudbees.jenkins.plugins.bitbucket.hooks.HookEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cloudbees.jenkins.plugins.bitbucket.server.BitbucketServerVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cloudbees.jenkins.plugins.bitbucket.server.BitbucketServerWebhookImplementation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cloudbees.jenkins.plugins.bitbucket.WebhookRegistration
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION_5 - com.cloudbees.jenkins.plugins.bitbucket.server.BitbucketServerVersion
 
VERSION_5_10 - com.cloudbees.jenkins.plugins.bitbucket.server.BitbucketServerVersion
 
VERSION_6 - com.cloudbees.jenkins.plugins.bitbucket.server.BitbucketServerVersion
 
VERSION_6_5 - com.cloudbees.jenkins.plugins.bitbucket.server.BitbucketServerVersion
 
VERSION_7 - 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 the BitbucketSCMSourceRequest 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 the BitbucketSCMSourceRequest 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 the BitbucketSCMSourceRequest 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 the BitbucketSCMSourceRequest will need information about pull requests.
wantTags() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceContext
Returns true if the BitbucketSCMSourceRequest 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 of SCMSource and register a webhook for every BitbucketSCMSource found.
WebhookAutoRegisterListener() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.hooks.WebhookAutoRegisterListener
 
webhookConfiguration() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceContext
Returns the WebhookConfiguration configuration.
webhookConfiguration(WebhookConfiguration) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceContext
Defines the WebhookRegistration mode to use in this context.
WebhookConfiguration - Class in com.cloudbees.jenkins.plugins.bitbucket.hooks
Contains the webhook configuration
WebhookConfiguration() - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.hooks.WebhookConfiguration
 
WebhookConfiguration(String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.hooks.WebhookConfiguration
 
WebhookConfigurationTrait - Class in com.cloudbees.jenkins.plugins.bitbucket
A SCMSourceTrait for BitbucketSCMSource that sets the committersToIgnore setting in WebhookConfiguration.
WebhookConfigurationTrait(String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.WebhookConfigurationTrait
Constructor.
WebhookConfigurationTrait_displayName() - Static method in class com.cloudbees.jenkins.plugins.bitbucket.Messages
Key WebhookConfigurationTrait.displayName: Set ignored committers.
WebhookConfigurationTrait.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.bitbucket
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 in com.cloudbees.jenkins.plugins.bitbucket
Enumeration of the different webhook registration modes.
WebhookRegistrationTrait - Class in com.cloudbees.jenkins.plugins.bitbucket
A SCMSourceTrait for BitbucketSCMSource that overrides the BitbucketEndpointConfiguration settings for webhook registration.
WebhookRegistrationTrait(WebhookRegistration) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.WebhookRegistrationTrait
Constructor.
WebhookRegistrationTrait(String) - Constructor for class com.cloudbees.jenkins.plugins.bitbucket.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
Our constructor.
withBitbucketRemote() - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketGitSCMBuilder
Updates the GitSCMBuilder.withRemote(String) based on the current SCMBuilder.head() and SCMBuilder.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 the Credentials to use when connecting to the GitSCMBuilder.remote()
withDisableNotificationForNotBuildJobs(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceContext
Defines behaviour of not-built jobs in Bitbucket.
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
 
withSendSuccessNotificationForUnstableBuild(boolean) - Method in class com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceContext
Defines behaviour of unstable builds in Bitbucket.

_

_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.endpoints.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.endpoints.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.
_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.
_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: Set ignored committers.
_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.
A B C D E F G H I J L M N O P R S T U V W _ 
All Classes All Packages