class Job

Included Modules

Defined in:

models/job.cr:9
models/job.cr:11

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

def self.new(pull : JSON::PullParser) #

Class Method Detail

def self.adapter : Granite::Adapter::Base #

Instance Method Detail

def cron : String #

[View source]
def cron=(cron : String) #

[View source]
def id : Int64 | Nil #

[View source]
def id! : Int64 #

[View source]
def id=(id : Int64 | Nil) #

[View source]
def log : Level #

[View source]
def log=(log : Level) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def path : String #

[View source]
def path=(path : String) #

[View source]
def rev : Int64 #

[View source]
def rev=(rev : Int64) #

[View source]
def run #

[View source]