module

Autobot::CLI::CronCmd

Constants

COLUMN_MAX_WIDTH = 20
NIL_PLACEHOLDER = "-"
TABLE_FORMAT = "%-10s %-8s %-20s %-20s %-10s %-20s"
TABLE_WIDTH = 92

Class methods

add(config_path : String | Nil, name : String, message : String, every : Int32 | Nil, cron_expr : String | Nil, at : String | Nil, deliver : Bool, to : String | Nil, channel : String | Nil) : Nil
Source
clear(config_path : String | Nil) : Nil
Source
enable(config_path : String | Nil, job_id : String, enabled : Bool) : Nil
Source
list(config_path : String | Nil, include_all : Bool) : Nil
Source
remove(config_path : String | Nil, job_id : String) : Nil
Source
run_job(config_path : String | Nil, job_id : String, force : Bool) : Nil
Source
show(config_path : String | Nil, job_id : String) : Nil
Source
update(config_path : String | Nil, job_id : String, message : String | Nil, every : Int32 | Nil, cron_expr : String | Nil, at : String | Nil) : Nil
Source