[Buildbot-commits] buildbot/buildbot interfaces.py,1.44,1.45

Brian Warner warner at users.sourceforge.net
Sun Aug 20 22:25:37 UTC 2006


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

Modified Files:
	interfaces.py 
Log Message:
[project @ add BuildStep URLs]

Original author: warner at lothar.com
Date: 2006-08-20 22:24:14

Index: interfaces.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/interfaces.py,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- interfaces.py	15 Jul 2006 08:50:35 -0000	1.44
+++ interfaces.py	20 Aug 2006 22:25:35 -0000	1.45
@@ -472,6 +472,12 @@
         may or may not equal 'target' (which is merely the expectation based
         upon previous builds)."""
 
+    def getURLs():
+        """Returns a dictionary of URLs. Each key is a link name (a short
+        string, like 'results' or 'coverage'), and each value is a URL. These
+        links will be displayed along with the LogFiles.
+        """
+
     def getLogs():
         """Returns a list of IStatusLog objects. If the step has not yet
         finished, this list may be incomplete (asking again later may give





More information about the Commits mailing list