[Buildbot-commits] buildbot/buildbot interfaces.py,1.54,1.55

Brian Warner warner at users.sourceforge.net
Wed Aug 1 22:08:33 UTC 2007


Update of /cvsroot/buildbot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29223/buildbot

Modified Files:
	interfaces.py 
Log Message:
[project @ web-refactoring: get most of the Waterfall sub-pages working again]

Original author: warner at lothar.com
Date: 2007-07-30 23:57:02+00:00

Index: interfaces.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/interfaces.py,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- interfaces.py	1 Aug 2007 20:31:43 -0000	1.54
+++ interfaces.py	1 Aug 2007 22:08:31 -0000	1.55
@@ -134,6 +134,12 @@
         interfaces defined in L{buildbot.interfaces}. Returns None if no
         suitable page is available (or if no Waterfall is running)."""
 
+    def getChangeSources():
+        """Return a list of IChangeSource objects."""
+
+    def getChange(number):
+        """Return an IChange object."""
+
     def getSchedulers():
         """Return a list of ISchedulerStatus objects for all
         currently-registered Schedulers."""





More information about the Commits mailing list