Hierarchy For All Packages
Package Hierarchies:- com.cloudbees.jenkins.plugins.bitbucket,
- com.cloudbees.jenkins.plugins.bitbucket.api,
- com.cloudbees.jenkins.plugins.bitbucket.client,
- com.cloudbees.jenkins.plugins.bitbucket.client.branch,
- com.cloudbees.jenkins.plugins.bitbucket.client.events,
- com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest,
- com.cloudbees.jenkins.plugins.bitbucket.client.repository,
- com.cloudbees.jenkins.plugins.bitbucket.endpoints,
- com.cloudbees.jenkins.plugins.bitbucket.filesystem,
- com.cloudbees.jenkins.plugins.bitbucket.hooks,
- com.cloudbees.jenkins.plugins.bitbucket.impl,
- com.cloudbees.jenkins.plugins.bitbucket.impl.avatars,
- com.cloudbees.jenkins.plugins.bitbucket.impl.client,
- com.cloudbees.jenkins.plugins.bitbucket.impl.credentials,
- com.cloudbees.jenkins.plugins.bitbucket.impl.extension,
- com.cloudbees.jenkins.plugins.bitbucket.impl.notifier,
- com.cloudbees.jenkins.plugins.bitbucket.impl.util,
- com.cloudbees.jenkins.plugins.bitbucket.server,
- com.cloudbees.jenkins.plugins.bitbucket.server.client,
- com.cloudbees.jenkins.plugins.bitbucket.server.client.branch,
- com.cloudbees.jenkins.plugins.bitbucket.server.client.mirror,
- com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest,
- com.cloudbees.jenkins.plugins.bitbucket.server.client.repository,
- com.cloudbees.jenkins.plugins.bitbucket.server.events,
- com.cloudbees.jenkins.plugins.bitbucket.trait
Class Hierarchy
- java.lang.Object
- com.cloudbees.jenkins.plugins.bitbucket.impl.client.AbstractBitbucketApi (implements java.lang.AutoCloseable)
- com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient (implements com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi)
- com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient (implements com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi)
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
- java.util.AbstractList<E> (implements java.util.List<E>)
- java.util.ArrayList<E> (implements java.lang.Cloneable, java.util.List<E>, java.util.RandomAccess, java.io.Serializable)
- com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerWebhooks
- java.util.ArrayList<E> (implements java.lang.Cloneable, java.util.List<E>, java.util.RandomAccess, java.io.Serializable)
- java.util.AbstractList<E> (implements java.util.List<E>)
- hudson.model.AbstractDescribableImpl<T> (implements hudson.model.Describable<T>)
- com.cloudbees.jenkins.plugins.bitbucket.endpoints.AbstractBitbucketEndpoint
- com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketCloudEndpoint
- com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketServerEndpoint
- hudson.plugins.git.extensions.GitSCMExtension
- com.cloudbees.jenkins.plugins.bitbucket.impl.extension.BitbucketEnvVarExtension
- com.cloudbees.jenkins.plugins.bitbucket.impl.extension.FallbackToOtherRepositoryGitSCMExtension
- com.cloudbees.jenkins.plugins.bitbucket.impl.extension.GitClientAuthenticatorExtension
- com.cloudbees.jenkins.plugins.bitbucket.GitClientAuthenticatorExtension
- jenkins.scm.api.trait.SCMHeadAuthority<S,
H, R> - com.cloudbees.jenkins.plugins.bitbucket.trait.BranchDiscoveryTrait.BranchSCMHeadAuthority
- com.cloudbees.jenkins.plugins.bitbucket.trait.ForkPullRequestDiscoveryTrait.BitbucketForkTrustPolicy
- com.cloudbees.jenkins.plugins.bitbucket.trait.ForkPullRequestDiscoveryTrait.TrustEveryone
- com.cloudbees.jenkins.plugins.bitbucket.trait.ForkPullRequestDiscoveryTrait.TrustNobody
- com.cloudbees.jenkins.plugins.bitbucket.trait.ForkPullRequestDiscoveryTrait.TrustTeamForks
- com.cloudbees.jenkins.plugins.bitbucket.trait.OriginPullRequestDiscoveryTrait.OriginChangeRequestSCMHeadAuthority
- com.cloudbees.jenkins.plugins.bitbucket.trait.TagDiscoveryTrait.TagSCMHeadAuthority
- jenkins.scm.api.SCMNavigator (implements hudson.ExtensionPoint)
- com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator
- jenkins.scm.api.SCMSource (implements hudson.ExtensionPoint)
- com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource
- jenkins.scm.api.trait.SCMTrait<T> (implements hudson.ExtensionPoint)
- jenkins.scm.api.trait.SCMSourceTrait
- com.cloudbees.jenkins.plugins.bitbucket.trait.BitbucketBuildStatusNotificationsTrait
- com.cloudbees.jenkins.plugins.bitbucket.trait.BranchDiscoveryTrait
- com.cloudbees.jenkins.plugins.bitbucket.trait.DiscardOldBranchTrait
- com.cloudbees.jenkins.plugins.bitbucket.trait.DiscardOldTagTrait
- com.cloudbees.jenkins.plugins.bitbucket.trait.ForkPullRequestDiscoveryTrait
- com.cloudbees.jenkins.plugins.bitbucket.trait.OriginPullRequestDiscoveryTrait
- com.cloudbees.jenkins.plugins.bitbucket.trait.PublicRepoPullRequestFilterTrait
- com.cloudbees.jenkins.plugins.bitbucket.trait.ShowBitbucketAvatarTrait
- com.cloudbees.jenkins.plugins.bitbucket.trait.SSHCheckoutTrait
- com.cloudbees.jenkins.plugins.bitbucket.trait.TagDiscoveryTrait
- com.cloudbees.jenkins.plugins.bitbucket.trait.WebhookConfigurationTrait
- com.cloudbees.jenkins.plugins.bitbucket.trait.WebhookRegistrationTrait
- jenkins.scm.api.trait.SCMSourceTrait
- com.cloudbees.jenkins.plugins.bitbucket.endpoints.AbstractBitbucketEndpoint
- jenkins.authentication.tokens.api.AuthenticationTokenSource<T,
C> (implements hudson.ExtensionPoint) - com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketAccessTokenAuthenticatorSource
- com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketClientCertificateAuthenticatorSource
- com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketOAuthAuthenticatorSource
- com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketUsernamePasswordAuthenticatorSource
- com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketAccessTokenAuthenticator (implements com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketAuthenticator)
- com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApiFactory (implements hudson.ExtensionPoint)
- com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiFactory
- com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerApiFactory
- com.cloudbees.jenkins.plugins.bitbucket.impl.util.BitbucketApiUtils
- com.cloudbees.jenkins.plugins.bitbucket.impl.avatars.BitbucketAvatarImageSource (implements jenkins.scm.impl.avatars.AvatarImageSource)
- com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus
- com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerBuildStatus
- com.cloudbees.jenkins.plugins.bitbucket.impl.notifier.BitbucketBuildStatusNotifications
- com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketClientCertificateAuthenticator (implements com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketAuthenticator)
- com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudAuthor
- com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudBranch (implements com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBranch)
- com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudBranch.Head
- com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudBranch.Target
- com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudCommit (implements com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketCommit)
- com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPullRequestEvent (implements com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPullRequestEvent)
- com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPushEvent (implements com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPushEvent)
- com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPushEvent.ChangeImpl (implements com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPushEvent.Change)
- com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPushEvent.Push
- com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPushEvent.ReferenceImpl (implements com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPushEvent.Reference)
- com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPushEvent.TargetImpl (implements com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPushEvent.Target)
- com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudRepository (implements com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepository)
- com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketCloudRepositoryOwner (implements com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepositoryOwner)
- com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudWebhookPayload
- com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketCloudWorkspace (implements com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketWorkspace)
- com.cloudbees.jenkins.plugins.bitbucket.impl.util.BitbucketCredentials
- com.cloudbees.jenkins.plugins.bitbucket.impl.notifier.BitbucketDefaulNotifier (implements com.cloudbees.jenkins.plugins.bitbucket.BitbucketNotifier)
- com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketHref
- com.cloudbees.jenkins.plugins.bitbucket.BitbucketLink (implements hudson.model.Action, org.jenkins.ui.icon.IconSpec)
- com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketMirroredRepository
- com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketMirroredRepositoryDescriptor
- com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketMirrorServer
- com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketOAuthAuthenticator (implements com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketAuthenticator)
- com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketOAuthCredentialMatcher (implements com.cloudbees.plugins.credentials.CredentialsMatcher)
- com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketPage<T>
- com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudPage<T>
- com.cloudbees.jenkins.plugins.bitbucket.impl.BitbucketPlugin
- com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketProject (implements com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketTeam)
- com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestCommit (implements com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketCommit)
- com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestCommits
- com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequests
- com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestValue (implements com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPullRequest)
- com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestValue.Author
- com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestValue.Links
- com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestValueDestination (implements com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPullRequestDestination)
- com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestValueRepository (implements com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPullRequestSource)
- com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketRepositoryHook (implements com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketWebHook)
- com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketRepositoryHooks
- com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketRepositorySource
- com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketReviewer
- com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketReviewer.User
- com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceRequest.BitbucketRevisionFactory<I> (implements jenkins.scm.api.trait.SCMSourceRequest.LazyRevisionLambda<H,
R, I>) - com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerAuthor
- com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerBranch (implements com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBranch)
- com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerCommit (implements com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketCommit)
- com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerMirrorServer
- com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerProject (implements com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketTeam)
- com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequest (implements com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPullRequest)
- com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequest.Author
- com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequest.User
- com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequestCanMerge
- com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequestDestination (implements com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPullRequestDestination)
- com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPullRequestEvent (implements com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPullRequestEvent)
- com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequestSource (implements com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPullRequestSource)
- com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPushEvent (implements com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPushEvent)
- com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPushEvent.ChangeImpl (implements com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPushEvent.Change)
- com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPushEvent.Push
- com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPushEvent.ReferenceImpl (implements com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPushEvent.Reference)
- com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPushEvent.TargetImpl (implements com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPushEvent.Target)
- com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerRepository (implements com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepository)
- com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerRepositoryOwner (implements com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepositoryOwner)
- com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerWebhook (implements com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketWebHook)
- com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerWebhookPayload
- com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketUsernamePasswordAuthenticator (implements com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketAuthenticator)
- com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketUsernamePasswordCredentialMatcher (implements com.cloudbees.plugins.credentials.CredentialsMatcher)
- com.cloudbees.jenkins.plugins.bitbucket.BranchWithHash
- com.cloudbees.jenkins.plugins.bitbucket.client.Cache<K,
V> - com.cloudbees.jenkins.plugins.bitbucket.client.Cache.Stat
- hudson.security.csrf.CrumbExclusion (implements hudson.ExtensionPoint)
- com.cloudbees.jenkins.plugins.bitbucket.hooks.BitbucketSCMSourcePushHookReceiver (implements hudson.model.UnprotectedRootAction)
- com.github.scribejava.core.builder.api.DefaultApi20
- com.cloudbees.jenkins.plugins.bitbucket.impl.credentials.BitbucketOAuth
- org.apache.hc.client5.http.impl.DefaultHttpRequestRetryStrategy (implements org.apache.hc.client5.http.HttpRequestRetryStrategy)
- com.cloudbees.jenkins.plugins.bitbucket.impl.client.ExponentialBackoffRetryStrategy
- hudson.model.Descriptor<T> (implements jenkins.model.Loadable, jenkins.util.io.OnMaster, hudson.model.Saveable)
- com.cloudbees.jenkins.plugins.bitbucket.endpoints.AbstractBitbucketEndpointDescriptor
- com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketCloudEndpoint.DescriptorImpl
- com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketServerEndpoint.DescriptorImpl
- hudson.plugins.git.extensions.GitSCMExtensionDescriptor
- com.cloudbees.jenkins.plugins.bitbucket.impl.extension.BitbucketEnvVarExtension.DescriptorImpl
- com.cloudbees.jenkins.plugins.bitbucket.impl.extension.FallbackToOtherRepositoryGitSCMExtension.DescriptorImpl
- com.cloudbees.jenkins.plugins.bitbucket.impl.extension.GitClientAuthenticatorExtension.DescriptorImpl
- jenkins.model.GlobalConfiguration (implements hudson.model.Describable<T>, hudson.ExtensionPoint)
- com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketEndpointConfiguration
- jenkins.scm.api.trait.SCMHeadAuthorityDescriptor
- com.cloudbees.jenkins.plugins.bitbucket.trait.BranchDiscoveryTrait.BranchSCMHeadAuthority.DescriptorImpl
- com.cloudbees.jenkins.plugins.bitbucket.trait.ForkPullRequestDiscoveryTrait.TrustEveryone.DescriptorImpl
- com.cloudbees.jenkins.plugins.bitbucket.trait.ForkPullRequestDiscoveryTrait.TrustNobody.DescriptorImpl
- com.cloudbees.jenkins.plugins.bitbucket.trait.ForkPullRequestDiscoveryTrait.TrustTeamForks.DescriptorImpl
- com.cloudbees.jenkins.plugins.bitbucket.trait.OriginPullRequestDiscoveryTrait.OriginChangeRequestSCMHeadAuthority.DescriptorImpl
- com.cloudbees.jenkins.plugins.bitbucket.trait.TagDiscoveryTrait.TagSCMHeadAuthority.DescriptorImpl
- jenkins.scm.api.SCMNavigatorDescriptor (implements org.jenkins.ui.icon.IconSpec)
- com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigator.DescriptorImpl
- jenkins.scm.api.SCMSourceDescriptor (implements org.jenkins.ui.icon.IconSpec)
- com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource.DescriptorImpl
- jenkins.scm.api.trait.SCMTraitDescriptor<T>
- jenkins.scm.api.trait.SCMSourceTraitDescriptor
- com.cloudbees.jenkins.plugins.bitbucket.trait.BitbucketBuildStatusNotificationsTrait.DescriptorImpl
- com.cloudbees.jenkins.plugins.bitbucket.trait.BranchDiscoveryTrait.DescriptorImpl
- com.cloudbees.jenkins.plugins.bitbucket.trait.DiscardOldBranchTrait.DescriptorImpl
- com.cloudbees.jenkins.plugins.bitbucket.trait.DiscardOldTagTrait.DescriptorImpl
- com.cloudbees.jenkins.plugins.bitbucket.trait.ForkPullRequestDiscoveryTrait.DescriptorImpl
- com.cloudbees.jenkins.plugins.bitbucket.trait.OriginPullRequestDiscoveryTrait.DescriptorImpl
- com.cloudbees.jenkins.plugins.bitbucket.trait.PublicRepoPullRequestFilterTrait.DescriptorImpl
- com.cloudbees.jenkins.plugins.bitbucket.trait.ShowBitbucketAvatarTrait.DescriptorImpl
- com.cloudbees.jenkins.plugins.bitbucket.trait.SSHCheckoutTrait.DescriptorImpl
- com.cloudbees.jenkins.plugins.bitbucket.trait.TagDiscoveryTrait.DescriptorImpl
- com.cloudbees.jenkins.plugins.bitbucket.trait.WebhookConfigurationTrait.DescriptorImpl
- com.cloudbees.jenkins.plugins.bitbucket.trait.WebhookRegistrationTrait.DescriptorImpl
- jenkins.scm.api.trait.SCMSourceTraitDescriptor
- com.cloudbees.jenkins.plugins.bitbucket.endpoints.AbstractBitbucketEndpointDescriptor
- com.cloudbees.jenkins.plugins.bitbucket.hooks.HookProcessor
- com.cloudbees.jenkins.plugins.bitbucket.hooks.NativeServerPingHookProcessor
- com.cloudbees.jenkins.plugins.bitbucket.hooks.NativeServerPullRequestHookProcessor
- com.cloudbees.jenkins.plugins.bitbucket.hooks.NativeServerPushHookProcessor
- com.cloudbees.jenkins.plugins.bitbucket.hooks.PullRequestHookProcessor
- com.cloudbees.jenkins.plugins.bitbucket.hooks.PushHookProcessor
- java.io.InputStream (implements java.io.Closeable)
- com.cloudbees.jenkins.plugins.bitbucket.client.ClosingConnectionInputStream
- hudson.model.InvisibleAction (implements hudson.model.Action)
- jenkins.scm.api.metadata.AvatarMetadataAction (implements java.io.Serializable)
- com.cloudbees.jenkins.plugins.bitbucket.impl.avatars.BitbucketRepoAvatarMetadataAction
- com.cloudbees.jenkins.plugins.bitbucket.impl.avatars.BitbucketTeamAvatarMetadataAction
- com.cloudbees.jenkins.plugins.bitbucket.BitbucketDefaultBranch (implements java.io.Serializable)
- com.cloudbees.jenkins.plugins.bitbucket.FirstCheckoutCompletedInvisibleAction
- jenkins.scm.api.metadata.AvatarMetadataAction (implements java.io.Serializable)
- hudson.model.listeners.ItemListener (implements hudson.ExtensionPoint)
- com.cloudbees.jenkins.plugins.bitbucket.hooks.WebhookAutoRegisterListener
- com.fasterxml.jackson.databind.JsonDeserializer<T> (implements com.fasterxml.jackson.databind.deser.NullValueProvider)
- com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketHref.Deserializer
- com.cloudbees.jenkins.plugins.bitbucket.impl.util.JsonParser
- com.cloudbees.jenkins.plugins.bitbucket.endpoints.Messages
- com.cloudbees.jenkins.plugins.bitbucket.Messages
- com.cloudbees.jenkins.plugins.bitbucket.impl.util.MirrorListSupplier (implements com.cloudbees.jenkins.plugins.bitbucket.impl.util.BitbucketApiUtils.BitbucketSupplier<T>)
- com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.NativeBitbucketServerWebhook (implements com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketWebHook)
- com.cloudbees.jenkins.plugins.bitbucket.server.events.NativeServerChange
- com.cloudbees.jenkins.plugins.bitbucket.server.events.NativeServerMirrorRepoSynchronizedEvent
- com.cloudbees.jenkins.plugins.bitbucket.server.events.NativeServerPullRequestEvent
- com.cloudbees.jenkins.plugins.bitbucket.server.events.NativeServerRef
- com.cloudbees.jenkins.plugins.bitbucket.server.events.NativeServerRefsChangedEvent
- com.cloudbees.jenkins.plugins.bitbucket.server.client.PagedApiResponse<V>
- com.cloudbees.jenkins.plugins.bitbucket.server.client.mirror.BitbucketMirroredRepositoryDescriptors
- com.cloudbees.jenkins.plugins.bitbucket.server.client.mirror.BitbucketMirrorServerDescriptors
- com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerBranches
- com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequests
- com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerRepositories
- com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.NativeBitbucketServerWebhooks
- com.cloudbees.jenkins.plugins.bitbucket.client.repository.PaginatedBitbucketRepository
- hudson.model.listeners.RunListener<R> (implements hudson.ExtensionPoint)
- com.cloudbees.jenkins.plugins.bitbucket.impl.notifier.BitbucketBuildStatusNotifications.JobCompletedListener
- jenkins.scm.api.trait.SCMBuilder<B,
S> - jenkins.plugins.git.GitSCMBuilder<B>
- com.cloudbees.jenkins.plugins.bitbucket.BitbucketGitSCMBuilder
- jenkins.plugins.git.GitSCMBuilder<B>
- jenkins.scm.api.SCMFile
- com.cloudbees.jenkins.plugins.bitbucket.filesystem.BitbucketSCMFile
- jenkins.scm.api.SCMFileSystem (implements java.io.Closeable)
- com.cloudbees.jenkins.plugins.bitbucket.filesystem.BitbucketSCMFileSystem
- jenkins.scm.api.SCMFileSystem.Builder (implements hudson.ExtensionPoint)
- com.cloudbees.jenkins.plugins.bitbucket.filesystem.BitbucketSCMFileSystem.BuilderImpl
- jenkins.scm.api.SCMHead (implements jenkins.scm.api.mixin.SCMHeadMixin)
- com.cloudbees.jenkins.plugins.bitbucket.BranchSCMHead
- jenkins.plugins.git.GitTagSCMHead (implements jenkins.scm.api.mixin.TagSCMHead)
- com.cloudbees.jenkins.plugins.bitbucket.BitbucketTagSCMHead
- com.cloudbees.jenkins.plugins.bitbucket.PullRequestSCMHead (implements jenkins.scm.api.mixin.ChangeRequestSCMHead2)
- jenkins.scm.api.trait.SCMHeadFilter
- com.cloudbees.jenkins.plugins.bitbucket.trait.BranchDiscoveryTrait.ExcludeOriginPRBranchesSCMHeadFilter
- com.cloudbees.jenkins.plugins.bitbucket.trait.BranchDiscoveryTrait.OnlyOriginPRBranchesSCMHeadFilter
- com.cloudbees.jenkins.plugins.bitbucket.trait.DiscardOldBranchTrait.ExcludeOldSCMHeadBranch
- jenkins.scm.api.trait.SCMHeadPrefilter
- com.cloudbees.jenkins.plugins.bitbucket.trait.DiscardOldTagTrait.ExcludeOldSCMTag
- hudson.model.listeners.SCMListener (implements hudson.ExtensionPoint)
- com.cloudbees.jenkins.plugins.bitbucket.impl.notifier.BitbucketBuildStatusNotifications.JobCheckoutListener
- jenkins.scm.api.trait.SCMNavigatorContext<C,
R> - com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigatorContext
- jenkins.scm.api.trait.SCMNavigatorRequest (implements java.io.Closeable)
- com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigatorRequest
- jenkins.scm.api.SCMRevision (implements java.io.Serializable)
- jenkins.plugins.git.AbstractGitSCMSource.SCMRevisionImpl
- com.cloudbees.jenkins.plugins.bitbucket.BitbucketGitSCMRevision
- com.cloudbees.jenkins.plugins.bitbucket.BitbucketTagSCMRevision
- com.cloudbees.jenkins.plugins.bitbucket.BitbucketGitSCMRevision
- jenkins.scm.api.mixin.ChangeRequestSCMRevision<H>
- com.cloudbees.jenkins.plugins.bitbucket.PullRequestSCMRevision
- jenkins.plugins.git.AbstractGitSCMSource.SCMRevisionImpl
- jenkins.scm.api.trait.SCMSourceBuilder<B,
S> - com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceBuilder
- jenkins.scm.api.trait.SCMSourceContext<C,
R> - com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceContext
- jenkins.scm.api.trait.SCMSourceRequest (implements java.io.Closeable)
- com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceRequest
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.io.IOException
- com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRequestException
- java.lang.RuntimeException
- com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketException
- java.io.IOException
- java.lang.Exception
- com.cloudbees.jenkins.plugins.bitbucket.impl.util.URLUtils
- com.cloudbees.jenkins.plugins.bitbucket.hooks.WebhookConfiguration
- com.cloudbees.jenkins.plugins.bitbucket.impl.client.AbstractBitbucketApi (implements java.lang.AutoCloseable)
Interface Hierarchy
- java.lang.AutoCloseable
- com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
- com.cloudbees.jenkins.plugins.bitbucket.impl.util.BitbucketApiUtils.BitbucketSupplier<T>
- com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketAuthenticator
- com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBranch
- com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketCommit
- com.cloudbees.jenkins.plugins.bitbucket.BitbucketNotifier
- com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPullRequest
- com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPullRequestDestination
- com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPullRequestEvent
- com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPullRequestSource
- com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPushEvent
- com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPushEvent.Change
- com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPushEvent.Reference
- com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPushEvent.Target
- com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepository
- com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepositoryOwner
- com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketTeam
- com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketWorkspace
- com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketWebHook
- com.cloudbees.jenkins.plugins.bitbucket.hooks.HasPullRequests
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBuildStatus.Status
- com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepositoryProtocol
- com.cloudbees.jenkins.plugins.bitbucket.server.BitbucketServerVersion (implements hudson.model.ModelObject)
- com.cloudbees.jenkins.plugins.bitbucket.server.BitbucketServerWebhookImplementation (implements hudson.model.ModelObject)
- com.cloudbees.jenkins.plugins.bitbucket.hooks.BitbucketType
- com.cloudbees.jenkins.plugins.bitbucket.hooks.HookEventType
- com.cloudbees.jenkins.plugins.bitbucket.api.PullRequestBranchType
- com.cloudbees.jenkins.plugins.bitbucket.client.repository.UserRoleInRepository
- com.cloudbees.jenkins.plugins.bitbucket.WebhookRegistration
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)