class AgileNotifier::CI

Attributes

job[RW]

Public Instance Methods

get_all_jobs() click to toggle source
# File lib/agile_notifier/ci.rb, line 15
def get_all_jobs
  raise(NotImplementedError, "Abstract method [#{__method__}] is called, please implement", caller)
end
is_available?() click to toggle source
# File lib/agile_notifier/ci.rb, line 11
def is_available?
  original_is_available?(@url)
end
Also aliased as: original_is_available?
original_is_available?()
Alias for: is_available?