An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# BitBucketPlugin
![alt tag](https://wac-cdn.atlassian.com/dam/jcr:e2a6f06f-b3d5-4002-aed3-73539c56a2eb/bitbucket_rgb_blue.png?cdnVersion=cm)

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.