Method: XcodeBuild::Reporting::CleanReporting#clean_started

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

#clean_started(params) ⇒ Object



10
11
12
13
# File 'lib/xcode_build/reporting/clean_reporting.rb', line 10

def clean_started(params)
  @clean = Clean.new(params)
  notify :clean_started, clean
end