Skip navigation links
A B C G N R 

A

addDownloadFromFile(File) - Method in interface name.mlopatkin.bitbucket.api.Repository
Uploads a file into "Downloads" tab of this repository.
API_ENDPOINT - Static variable in class name.mlopatkin.bitbucket.api.Bitbucket
Default Bitbucket's API endpoint

B

Bitbucket - Class in name.mlopatkin.bitbucket.api
Main entry point for the Bitbucket API.
Bitbucket(RequestAuthenticator) - Constructor for class name.mlopatkin.bitbucket.api.Bitbucket
Constructs an instance of Bitbucket API Facade with a given authenticator.
Bitbucket(RequestAuthenticator, String) - Constructor for class name.mlopatkin.bitbucket.api.Bitbucket
Constructs an instance of Bitbucket API Facade with a given authenticator and a specified API endpoint.

C

close() - Method in class name.mlopatkin.bitbucket.api.Bitbucket
 
createDownload(String, String, MultipartBody.Part) - Method in interface name.mlopatkin.bitbucket.api.rest.RepositoryEndpoint
Asynchronously uploads a file into "Downloads" tab of the Bitbucket repo.
createForApplicationPassword(String, String) - Static method in class name.mlopatkin.bitbucket.api.RequestAuthenticator
Creates an authenticator for username and application password.
createForOauthToken(String) - Static method in class name.mlopatkin.bitbucket.api.RequestAuthenticator
Creates an authenticator that uses provided OAuth token.

G

getRepository(String, String) - Method in class name.mlopatkin.bitbucket.api.Bitbucket
Creates a handle object to access a repository on Bitbucket.

N

name.mlopatkin.bitbucket.api - package name.mlopatkin.bitbucket.api
 
name.mlopatkin.bitbucket.api.rest - package name.mlopatkin.bitbucket.api.rest
REST interfaces of the bitbucket.org to be used with Retrofit.

R

Repository - Interface in name.mlopatkin.bitbucket.api
This class represents a repository on Bitbucket.
RepositoryEndpoint - Interface in name.mlopatkin.bitbucket.api.rest
Retrofit-backed interface for interacting with "repositories" API.
RequestAuthenticator - Class in name.mlopatkin.bitbucket.api
The class is used to authenticate requests to the bitbucket API.
RequestAuthenticator() - Constructor for class name.mlopatkin.bitbucket.api.RequestAuthenticator
 
A B C G N R 
Skip navigation links