-
Notifications
You must be signed in to change notification settings - Fork 57
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
Bug/989 bitbucketservice uses deprecated api call #1046
base: master
Are you sure you want to change the base?
Bug/989 bitbucketservice uses deprecated api call #1046
Conversation
31a135e
to
0d1fee3
Compare
Test HttpRequestService in HttpRequestServiceSpec
0d1fee3
to
17006d0
Compare
It is not necessary to Spy(BitbucketService ...) as we test this in BitbucketSerivceSpec already. Mocking the class is sufficient
@deprecated setBuildStatus(String buildUrl, String gitCommit, String state, String buildName) Non-Deprecated method setBuildStatus(String buildUrl, String repo, String gitCommit, String state, String buildName)
Usages left:
To deprecate the call we need the repo available ( @michaelsauter, @clemensutschig any good plan how to make this available ... umh ... everywhere? |
…pi-call # Conflicts: # CHANGELOG.md
There's still one call left. I can't really find a good way to get rid of it but we're mostly there now. |
Hi Martin, we are preparing a Quickstarter release at the moment. Once this is done I should have time to check this PR |
fix #989