Skip to content

Add API classes to manage bitbucket endpoints and hide the internal implementations #1056

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 7, 2025

Conversation

nfalco79
Copy link
Member

@nfalco79 nfalco79 commented Jun 2, 2025

The goal of this PR is add new API interfaces to manage bitbucket endpoints and their configurations transparent instead of rely to internal methods that must be protected against external use of the when changes because was not intended to be accessible from other plugin we have to revert changes.
These new API will be used in the plugin itself and remove any reference to internal implementation so that other could provide some custome implementation (for now I do not see any reasons but could be).
One example is the blue-ocean-plugin declared dead but who implemented the pipeline on top of bitbucket-source-branch plugin had use internal methods.

@nfalco79 nfalco79 force-pushed the feature/endpoint-api branch from fd91e00 to 3352e67 Compare June 7, 2025 16:01
@nfalco79 nfalco79 merged commit 1dcce2b into master Jun 7, 2025
17 checks passed
@nfalco79 nfalco79 deleted the feature/endpoint-api branch June 7, 2025 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant