class AssetSniper::Execute

Included Modules

Defined in:

execute.cr

Constructors

Instance Method Summary

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) #

[View source]

Instance Method Detail

def command : String #

[View source]
def debug : Bool #

[View source]
def input_file_path : String #

[View source]
def job_task_dir : String #

[View source]
def jobs : Int32 #

[View source]
def jobs_count : Int32 #

[View source]
def output_file_path : String #

[View source]
def run #

[View source]
def start_time : Time::Span #

[View source]
def stream : Bool #

[View source]
def task_code : String #

[View source]
def task_name : String #

[View source]