Module bitbucket

Source
Available on crate features remote and bitbucket only.
Expand description

Bitbucket client.

Structs§

BitbucketClient
HTTP client for handling Bitbucket REST API requests.
BitbucketCommit
Representation of a single commit.
BitbucketCommitAuthor
Author of the commit.
BitbucketPagination
Bitbucket Pagination Header
BitbucketPullRequest
Representation of a single pull request.
BitbucketPullRequestMergeCommit
Representation of a single pull request’s merge commit
PullRequestLabel
Label of the pull request.

Constants§

FINISHED_FETCHING_MSG
Log message to show when done fetching from Bitbucket.
START_FETCHING_MSG
Log message to show while fetching data from Bitbucket.