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§
- Change
Item - Represents a single change item in a pull request.
- Path
- Represents the path of a file in a change.
- Pull
Request Changes - Represents the changes in a pull request.
- Pull
Request Changes Get - Request builder for retrieving pull request changes.
- Pull
Request Changes GetBuilder - Builder for
PullRequestChangesGet
.
Enums§
- Pull
Request Changes GetBuilder Error - Error type for PullRequestChangesGetBuilder