class AssetSniper::Execute
- AssetSniper::Execute
- Reference
- Object
Included Modules
Defined in:
execute.crConstructors
Instance Method Summary
- #command : String
- #debug : Bool
- #input_file_path : String
- #job_task_dir : String
- #jobs : Int32
- #jobs_count : Int32
- #output_file_path : String
- #run
- #start_time : Time::Span
- #stream : Bool
- #task_code : String
- #task_name : String
Instance methods inherited from module Util::Shell
run_shell_command(command : String, kubeconfig_path : String = "~/.kube/config", error_message : String = "", abort_on_error = true, print_output : Bool = true) : CommandResult
run_shell_command
Instance methods inherited from module Util
which(command)
which
Constructor Detail
def self.new(input_file_path : String, output_file_path : String, command : String, jobs : Int32, task : String = "", stream : Bool = false, debug : Bool = false)
#