module SimpleConfig::Configuration
Direct including types
- BitteCI::Commander::Config
- BitteCI::Listener::Config
- BitteCI::Migrator::Config
- BitteCI::Preparator::Config
- BitteCI::Runner::Config
- BitteCI::Server::Config
Defined in:
bitte_ci/simple_config.crConstructors
Instance Method Summary
- #load_json(file)
- #prepare_secrets(hash, json)
- #reload(log, hash : Hash(String, String), file : String | Nil)
-
#reload_config(log, hash, json)
TODO remove duplication, make sure you keep this in sync with initialize We can safely ignore changes to env variable and flags, so we only consider changes to the config file(s).
Constructor Detail
Instance Method Detail
def reload_config(log, hash, json)
#
TODO remove duplication, make sure you keep this in sync with initialize We can safely ignore changes to env variable and flags, so we only consider changes to the config file(s).