CronjobServiceInterface

Extends

Interface CronjobServiceInterface

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(\StringType $cronjob, \KeyValueCollection $data) : void

Arguments

$cronjob

\StringType

Name of configured cronjob.

$data

\KeyValueCollection

Configuration data.