Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/jaysoffian/buildbot
Browse files Browse the repository at this point in the history
* 'master' of git://github.com/jaysoffian/buildbot:
  IRCContact: add missing StatusReceiver methods

Signed-off-by: Dustin J. Mitchell <dustin@zmanda.com>
  • Loading branch information
Dustin J. Mitchell committed Apr 8, 2010
2 parents a9ab23b + b0dfe34 commit 4d36b1c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions buildbot/status/words.py
Expand Up @@ -348,6 +348,15 @@ def buildFinished(self, builderName, build, results):

self.send(r)

def changeAdded(self, change):
pass

def slaveConnected(self, slaveName):
pass

def slaveDisconnected(self, slaveName):
pass

def notify_for_finished(self, build):
results = build.getResults()

Expand Down

0 comments on commit 4d36b1c

Please sign in to comment.