class BitteCI::Commander

Defined in:

bitte_ci/commander.cr

Constant Summary

REPO_ALLOC = Path["/alloc/repo"]
REPO_LOCAL = Path["/local/repo"]
REPO_TRANS = Path["/alloc/trans"]
STATUS_DIR = Path["/alloc/.bitte-ci"]

Constructors

Instance Method Summary

Constructor Detail

def self.new(config : Config) #

[View source]

Instance Method Detail

def persist_exit_code(status) #

[View source]
def post_start #

[View source]
def pre_start #

[View source]
def run #

[View source]
def start #

[View source]
def start_forwarder(process) #

[View source]
def start_process #

[View source]
def start_timeout(delay, signal) #

[View source]
def start_wait(process) #

[View source]