Package buildbot :: Package status :: Module client :: Class RemoteBuild
[frames | no frames]

Class RemoteBuild

Jellyable --+        
            |        
 Serializable --+    
                |    
    Referenceable --+
                    |
                   RemoteBuild


Method Summary
  __init__(self, build)
  remote_getBuilderName(self)
  remote_getChanges(self)
  remote_getColor(self)
  remote_getCurrentStep(self)
  remote_getETA(self)
  remote_getLogs(self)
  remote_getNumber(self)
  remote_getReason(self)
  remote_getResponsibleUsers(self)
  remote_getResults(self)
  remote_getSteps(self)
  remote_getText(self)
  remote_getTimes(self)
  remote_isFinished(self)
  remote_subscribe(self, observer, updateInterval)
The observer will have remote_stepStarted(buildername, build, stepname, step), remote_stepFinished(buildername, build, stepname, step, results), and maybe remote_buildETAUpdate(buildername, build, eta)) messages sent to it.
  remote_unsubscribe(self, observer)
  remote_waitUntilFinished(self)
    Inherited from Referenceable
  jellyFor(self, jellier)
(internal)
  remoteMessageReceived(self, broker, message, args, kw)
A remote message has been received.
    Inherited from Serializable
  processUniqueID(self)
Return an ID which uniquely represents this object for this process.
    Inherited from Jellyable
  getStateFor(self, jellier)

Class Variable Summary
    Inherited from Referenceable
Implements __implemented__ = <implementedBy twisted.spread.flavors....
ClassProvides __provides__ = <zope.interface.declarations.ClassProvide...
NoneType perspective = None                                                                  
    Inherited from Jellyable
ClassProvides __providedBy__ = <zope.interface.declarations.ClassProvi...

Method Details

remote_subscribe(self, observer, updateInterval=None)

The observer will have remote_stepStarted(buildername, build, stepname, step), remote_stepFinished(buildername, build, stepname, step, results), and maybe remote_buildETAUpdate(buildername, build, eta)) messages sent to it.

Generated by Epydoc 2.1 on Sun Dec 10 22:04:45 2006 http://epydoc.sf.net