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

Class RemoteBuildRequest

source code

 twisted.spread.jelly.Jellyable --+        
                                  |        
twisted.spread.flavors.Serializable --+    
                                      |    
   twisted.spread.flavors.Referenceable --+
                                          |
                                         RemoteBuildRequest

Instance Methods
 
__init__(self, buildreq) source code
 
remote_getSourceStamp(self) source code
 
remote_getBuilderName(self) source code
 
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.
source code
 
remote_unsubscribe(self, observer) source code

Inherited from twisted.spread.flavors.Referenceable: __provides__, jellyFor, remoteMessageReceived

Inherited from twisted.spread.flavors.Serializable: processUniqueID

Inherited from twisted.spread.jelly.Jellyable: __providedBy__, getStateFor

Class Variables

Inherited from twisted.spread.flavors.Referenceable: __implemented__, perspective