Method: AgileNotifier::CI#get_all_jobs

Defined in:
lib/agile_notifier/ci.rb

#get_all_jobsObject

Raises:

  • (NotImplementedError)


15
16
17
# File 'lib/agile_notifier/ci.rb', line 15

def get_all_jobs
  raise(NotImplementedError, "Abstract method [#{__method__}] is called, please implement", caller)
end