hastebrot
10/13/2015, 5:43 PMMap
should actually be the first parameter. but Groovy allows named parameters at the end of methods calls, and puts them back into the Map
.
- Task task(Map<String, ?> args, String name) throws InvalidUserDataException;
- Task task(Map<String, ?> args, String name, Closure configureClosure);