HammerCLIForeman::CreateCommand
# File lib/hammer_cli_foreman_remote_execution/job_invocation.rb, line 75 def request_params params = super cli_inputs = option_inputs || {} file_inputs = option_input_files || {} params['job_invocation']['inputs'] = cli_inputs.merge(file_inputs) params['job_invocation']['targeting_type'] = option_dynamic? ? 'dynamic_query' : 'static_query' params end
Generated with the Darkfish Rdoc Generator 2.