@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class)
Interface | Description |
---|---|
BitbucketApi |
Provides access to a specific repository.
|
BitbucketBranch |
Bitbucket Branch.
|
BitbucketCommit |
Bitbucket commit.
|
BitbucketPullRequest |
Represents a pull request in Bitbucket.
|
BitbucketPullRequestDestination |
Represents a pull request destination, which is a repository and a branch in that repository.
|
BitbucketPullRequestEvent |
Represents a pull request event coming from Bitbucket (webhooks).
|
BitbucketPullRequestSource |
Represents a pull request source, which is a repository, a branch in that repository and the head commit.
|
BitbucketPushEvent |
Represents a push event coming from Bitbucket (webhooks).
|
BitbucketPushEvent.Change | |
BitbucketPushEvent.Reference | |
BitbucketPushEvent.Target | |
BitbucketRepository |
Represents a Bitbucket repository.
|
BitbucketRepositoryOwner |
A repository owner.
|
BitbucketTeam |
Represents a Bitbucket team (or a Project when working with Bitbucket Server).
|
BitbucketWebHook |
Represents a webhook in Bitbucket.
|
BitbucketWorkspace |
Class | Description |
---|---|
AbstractBitbucketTeam |
Shared Code between two team implementations
|
BitbucketApiFactory |
Factory for creating
BitbucketApi instances to connect to a given server URL . |
BitbucketAuthenticator |
Support for various different methods of authenticating with Bitbucket
|
BitbucketBuildStatus | |
BitbucketCloudWorkspace | |
BitbucketHref |
A Href for something on bitbucket.
|
BitbucketHref.Deserializer | |
BitbucketProject | |
BitbucketReviewer | |
BitbucketReviewer.User |
Enum | Description |
---|---|
BitbucketBuildStatus.Status |
Enumeration of possible Bitbucket commit notification states
|
BitbucketRepositoryProtocol | |
BitbucketRepositoryType | Deprecated
No longer a choice.
|
Exception | Description |
---|---|
BitbucketException | |
BitbucketRequestException |
Copyright © 2016–2022. All rights reserved.