Convert static string methods in integrations to class methods
requested to merge bmarjanovic/convert-static-string-methods-in-integrations-to-class-methods into master
What does this MR do and why?
As per #366548 (closed), we're converting static string methods in integrations to class methods.
Some methods, are not static, therefore we're overriding inside the children classes.
Screenshots or screen recordings
N/A
How to set up and validate locally
N/A
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #366548 (closed)
Edited by Bojan Marjanovic