T_recentBackgroundCommands This (abstract) mixin contributes a recentBackgroundCommands collection to any domain object. To surface this collection, create a trivial subclass for the target domain class. API T_recentBackgroundCommands.java class T_recentBackgroundCommands<T> { List<? extends CommandLogEntry> coll() }