class BitteCI::Preparator::Config

Included Modules

Extended Modules

Defined in:

bitte_ci/preparator.cr

Class Method Summary

Instance Method Summary

Instance methods inherited from module SimpleConfig::Configuration

load_json(file) load_json, prepare_secrets(hash, json) prepare_secrets, reload(log, hash : Hash(String, String), file : String | Nil) reload, reload_config(log, hash, json) reload_config

Constructor methods inherited from module SimpleConfig::Configuration

new(hash : Hash(String, String), file : String | Nil) new

Class Method Detail

def self.command #

[View source]
def self.configure(&) #

[View source]
def self.help #

[View source]

Instance Method Detail

def clone_url : URI #

[View source]
def clone_url=(clone_url : URI) #

[View source]
def github_token : String #

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

[View source]
def github_user : String #

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

[View source]
def pr_number : UInt64 #

[View source]
def pr_number=(pr_number : UInt64) #

[View source]
def run(log) #

[View source]
def sha : String #

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

[View source]