arguments property

Map<String, JobArguments>? arguments
final

The map of job arguments defined in the configuration

Contains reusable argument configurations that can be referenced by jobs

Implementation

final Map<String, JobArguments>? arguments;