Skip to content

Toro Cloud Dev Center


CoreFunctions

The Core class contains functions for performing core utility functions such as:

Not for use in Gloop

CoreFunctions is not exposed in Gloop directly, although if need be, you can use it in Groovy script steps, calling the function as you would call a regular static function.

Here are sample code usages in Groovy:

1
2
3
def bean = 'emailClient'.bean()
def parameters = [ 'firstName': 'John', 'lastName': 'Doe' ]
def response = "service".invoke(parameters)

  1. See Spring internationalization.