https://github.com/diabolo-68/bitbucketplugin
Eclipse plugin - Display your open BitBucket PullRequests and details in a view
https://github.com/diabolo-68/bitbucketplugin
bitbucket eclipse plugin pull request
Last synced: 4 days ago
JSON representation
Eclipse plugin - Display your open BitBucket PullRequests and details in a view
- Host: GitHub
- URL: https://github.com/diabolo-68/bitbucketplugin
- Owner: diabolo-68
- License: epl-2.0
- Created: 2023-08-04T18:57:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-08T20:54:35.000Z (almost 2 years ago)
- Last Synced: 2026-02-15T16:39:46.287Z (28 days ago)
- Topics: bitbucket, eclipse, plugin, pull, request
- Language: Java
- Homepage:
- Size: 337 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BitBucketPlugin

java plugin for Eclipse, to interact with Bitbucket's REST API.
## Purpose
The main goal of this plugin is to propose an Eclipse View that displays all open Pull Requests in a treeview, by Project and by repository.
The plugin currently offers different levels of filtering:
- Filter on BitBucket project
- Filter on BitBucket repositories
- Filter on Pull Request's title
- Filter on Pull Request's source branch name
- Filter on Pull Request's target branch name
The plugin interacts with BitBucket using the BitBucket REST APIs.