Module bitbucket

Module bitbucket 

Source
Expand description

Bitbucket Server integration module

This module provides integration with Bitbucket Server for:

  • API client for Bitbucket Server
  • Authentication handling
  • Pull request management
  • Repository operations

Re-exports§

pub use client::BitbucketClient;
pub use integration::BitbucketIntegration;
pub use integration::StackSubmissionStatus;
pub use pull_request::CreatePullRequestRequest;
pub use pull_request::Participant;
pub use pull_request::Project;
pub use pull_request::PullRequest;
pub use pull_request::PullRequestManager;
pub use pull_request::PullRequestRef;
pub use pull_request::PullRequestState;
pub use pull_request::Repository;
pub use pull_request::User;

Modules§

client
integration
pull_request