Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
Additional comment on RunListener from Jenkins source
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Apr 18, 2013
1 parent bc12ee1 commit 7a2781b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ruby-runtime/lib/jenkins/listeners/run_listener.rb
@@ -1,6 +1,9 @@
module Jenkins::Listeners
# Receive notification of build events.
#
# RunListener is always Jenkins-wide, so once registered it gets notifications for every build
# that happens in this Hudson.
#
# Include this module in your class in order to receive callbacks
# when builds are started, completed, deleted, etc...
#
Expand Down
@@ -1,5 +1,8 @@
# Receive notification of build events
#
# <%= name.capitalize %>Listener is always Jenkins-wide, so once registered
# it gets notifications for every build that happens in this Hudson.
#
# This class will receive callbacks
# when builds are started, completed, deleted, etc...
#
Expand Down

0 comments on commit 7a2781b

Please sign in to comment.