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

Class RemoteBuildRequest

Jellyable --+        
            |        
 Serializable --+    
                |    
    Referenceable --+
                    |
                   RemoteBuildRequest


Method Summary
  __init__(self, buildreq)
  remote_getBuilderName(self)
  remote_getSourceStamp(self)
  remote_subscribe(self, observer)
The observer's remote_newbuild method will be called (with two arguments: the RemoteBuild object, and our builderName) for each new Build that is created to handle this BuildRequest.
  remote_unsubscribe(self, observer)
    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)

The observer's remote_newbuild method will be called (with two arguments: the RemoteBuild object, and our builderName) for each new Build that is created to handle this BuildRequest.

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