CronjobRepositoryInterface

Extends

Interface CronjobRepositoryInterface

package

Default

Methods

Returns all cronjobs.

getAll() : \CronjobCollection

Response

\CronjobCollection

Collected cronjobs with meta data about execution.

Returns a cronjob by the given identifier.

getByName(\StringType $name) : \Cronjob

Arguments

$name

\StringType

Cronjob identifier.

Response

\Cronjob

Cronjob of given identifier.

Saves cronjob configuration into the storage.

save(\CronjobInterface|\StringType $cronjob, \KeyValueCollection $data) : void