class CrystalDoc::Builder
- CrystalDoc::Builder
- Reference
- Object
Defined in:
crystaldoc/builder.crConstant Summary
-
Log =
::Log.for(self)
Constructors
Instance Method Summary
- #build(repo : Repo, version : String) : Bool
- #build_crystal(repo : Repo, version : String) : Bool
- #build_fossil(repo : Repo, version : String) : Bool
- #build_git(repo : Repo, version : String) : Bool
- #idx : Int32
- #log : Log
- #safe_execute(cmd : String, args : Array(String), folder : String, rw_dirs : Array(String), ro_dirs : Array(String), networking : Bool = false) : Process::Status
- #search_for_jobs(db : Queriable)
Constructor Detail
Instance Method Detail
def safe_execute(cmd : String, args : Array(String), folder : String, rw_dirs : Array(String), ro_dirs : Array(String), networking : Bool = false) : Process::Status
#