-
Notifications
You must be signed in to change notification settings - Fork 414
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
Cleanup deprecation #491
Cleanup deprecation #491
Conversation
Oops, will need some time to figure out how to mock the stepcontext or a more appropriate way of performing the tests |
@timja take a look at office365 plugin 😂 |
It has 1 test there for configRoundTrip 😉 |
I checked 2 of them and they are both using the deprecated guice injection method still I could assign the var in the constructor but then I would need to throw some new exceptions out... I'll have a look later on unless you can see a more modernised one that does this |
Thanks exactly what I was looking for |
You are so very welcome 🎉 |
I based the Step deprecation fixes off:
https://github.com/jenkinsci/office-365-connector-plugin/blob/master/src/main/java/jenkins/plugins/office365connector/workflow/StepParameters.java
Seems better now