class BitteCI::Commander::Config
- BitteCI::Commander::Config
- Reference
- Object
Included Modules
Extended Modules
Defined in:
bitte_ci/commander.crClass Method Summary
Instance Method Summary
- #after : Array(String)
- #after=(after : Array(String))
- #args : Array(String)
- #args=(args : Array(String))
- #artifact_secret : String
- #artifact_secret=(artifact_secret : String)
- #bitte_ci_id : UUID
- #bitte_ci_id=(bitte_ci_id : UUID)
- #command : String
- #command=(command : String)
- #kill_timeout : UInt64
- #kill_timeout=(kill_timeout : UInt64)
- #labels : Hash(String, String)
- #labels=(labels : Hash(String, String))
- #loki_base_url : URI
- #loki_base_url=(loki_base_url : URI)
- #name : String
- #name=(name : String)
- #nomad_alloc_id : UUID
- #nomad_alloc_id=(nomad_alloc_id : UUID)
- #nomad_alloc_index : UInt64
- #nomad_alloc_index=(nomad_alloc_index : UInt64)
- #nomad_alloc_name : String
- #nomad_alloc_name=(nomad_alloc_name : String)
- #nomad_dc : String
- #nomad_dc=(nomad_dc : String)
- #nomad_group_name : String
- #nomad_group_name=(nomad_group_name : String)
- #nomad_job_id : String
- #nomad_job_id=(nomad_job_id : String)
- #nomad_job_name : String
- #nomad_job_name=(nomad_job_name : String)
- #nomad_job_parent_id : UUID | Nil
- #nomad_job_parent_id=(nomad_job_parent_id : UUID | Nil)
- #nomad_namespace : String
- #nomad_namespace=(nomad_namespace : String)
- #nomad_region : String
- #nomad_region=(nomad_region : String)
- #obfuscate : Array(String)
- #obfuscate=(obfuscate : Array(String))
- #outputs : Array(String)
- #outputs=(outputs : Array(String))
- #public_url : URI
- #public_url=(public_url : URI)
- #run(log)
- #sha : String
- #sha=(sha : String)
- #term_timeout : UInt64
- #term_timeout=(term_timeout : UInt64)
- #to_labels : Hash(String, String)