Hey, I am using TM 5.1.10 and am writing a Fluent service in which I want to be able to add/update/delete service parameters, but I can't seem to find a method in the fluent api that does this.
Is this possible?
Alternatively I was going to call a non-fluent service to do the updating but I get an error when trying to use a ServiceInvoker because it says the service is not a fluent service. So is there any way to call a regular groovy service from a fluent service?
EDIT: Okay, there is a GroovyServiceInvoker class that I missed for the second question