Methods
Returns all cronjobs.
getAll() : \CronjobCollection
Returns a cronjob by the given identifier.
getByName(\StringType $name) : \Cronjob
Arguments
Response
\Cronjob
Cronjob of given identifier.
Saves cronjob configuration into the storage.
save(\CronjobInterface|\StringType $cronjob, \KeyValueCollection $data) : void