@ParametersAreNonnullByDefault @ReturnValuesAreNonnullByDefault
See: Description
Interface | Description |
---|---|
BitbucketAuthenticatedUserClient |
Client to retrieve the username for the credentials used.
|
BitbucketBuildStatusClient |
Client to post build status to remote server
|
BitbucketCapabilitiesClient |
Client to get capabilities from the remote server.
|
BitbucketClientFactory |
Factory for Bitbucket Clients.
|
BitbucketDeploymentClient |
Client for interacting with Bitbucket Server's deployments API.
|
BitbucketFilePathClient |
Client to find the contents of files and directories in a repository
|
BitbucketMirrorClient |
Client to do the mirror related operation for a given repository
|
BitbucketProjectClient |
Client to get a project from the Bitbucket server.
|
BitbucketRepositoryClient |
Repository client, used to interact with a remote repository for all operations except cloning
source code.
|
BitbucketSearchClient | |
BitbucketWebhookClient |
A client to query for and register webhooks in Bitbucket Server.
|
HttpRequestExecutor |
Responsible for making remote HTTP calls to the given URL using passed in credentials.
|
HttpRequestExecutor.ResponseConsumer<T> | |
RequestConfiguration |
Additional HTTP request configuration.
|
Class | Description |
---|---|
BitbucketAuthenticatedUserClientImpl | |
BitbucketBuildStatusClientImpl | |
BitbucketCapabilitiesClientImpl | |
BitbucketClientFactoryImpl | |
BitbucketClientFactoryProvider |
Client factory provider, use to ensure that expensive objects are only created once and re-used.
|
BitbucketDeploymentClientImpl | |
BitbucketFilePathClientImpl | |
BitbucketMirrorClientImpl | |
BitbucketProjectClientImpl | |
BitbucketRepositoryClientImpl | |
BitbucketRequestExecutor | |
BitbucketSearchClientImpl | |
BitbucketSearchHelper | |
BitbucketWebhookClientImpl | |
ModernBitbucketBuildStatusClientImpl |
Copyright © 2016–2022. All rights reserved.