Method: XcodeBuild::Reporting::CleanReporting#clean_step_failed

Defined in:
lib/xcode_build/reporting/clean_reporting.rb

#clean_step_failed(params) ⇒ Object



39
40
41
42
43
# File 'lib/xcode_build/reporting/clean_reporting.rb', line 39

def clean_step_failed(params)
  if step = clean.step_with_params(params)
    step.failed = true
  end
end