class BitteCI::Runner

Defined in:

bitte_ci/runner.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(log : Log, pr : GithubHook::PullRequest, raw : String, config : Config) #

[View source]

Class Method Detail

def self.run(log : Log, config : Config, input : IO | String) #

[View source]

Instance Method Detail

def calculate_graph #

[View source]
def ci_cue : String #

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

[View source]
def export_job_config #

[View source]
def fetch_ci_cue #

[View source]
def job_config : JobConfig #

[View source]
def job_config=(job_config : JobConfig) #

[View source]
def log : Log #

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

[View source]
def raw : String #

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

[View source]
def run #

[View source]
def run_graph(groups) #

[View source]