class Sentry::ProcessRunner
- Sentry::ProcessRunner
 - Reference
 - Object
 
Defined in:
amber/cli/helpers/process_runner.crConstant Summary
- 
        FILE_TIMESTAMPS = 
Hash(String, Int64).new - 
        Log = 
::Log.for("watch") 
Constructors
Instance Method Summary
- #process_name : String
 - #process_name=(process_name : String)
 - #processes : Hash(String, Array(Process))
 - #processes=(processes : Hash(String, Array(Process)))
 - #run
 
Constructor Detail
        
        def self.new(process_name : String, build_commands : Hash(String, String) = Hash(String, String).new, run_commands : Hash(String, String) = Hash(String, String).new, includes : Hash(String, Array(String)) = Hash(String, Array(String)).new, excludes : Hash(String, Array(String)) = Hash(String, Array(String)).new)
        #