Class: Travis::Notifications::Pusher

Inherits:
Object
  • Object
show all
Defined in:
lib/travis/notifications/pusher.rb,
lib/travis/notifications/pusher/payload.rb

Defined Under Namespace

Classes: Payload

Constant Summary collapse

EVENTS =
[/build:(started|finished)/, /job:.*:(created|started|log|finished)/]

Instance Method Summary collapse

Instance Method Details

#notify(event, object, *args) ⇒ Object



10
11
12
# File 'lib/travis/notifications/pusher.rb', line 10

def notify(event, object, *args)
  push(event, object, *args)
end