Module pull_request_changes_get

Source
Expand description

§Pull Request Changes API

This module provides functionality to retrieve changes in pull requests from Bitbucket Server. It allows fetching the list of files that were modified, added, or deleted in a pull request.

Structs§

ChangeItem
Represents a single change item in a pull request.
Path
Represents the path of a file in a change.
PullRequestChanges
Represents the changes in a pull request.
PullRequestChangesGet
Request builder for retrieving pull request changes.
PullRequestChangesGetBuilder
Builder for PullRequestChangesGet.

Enums§

PullRequestChangesGetBuilderError
Error type for PullRequestChangesGetBuilder