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

Class RemoteBuildSet

source code

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

Instance Methods
 
__init__(self, buildset) source code
 
remote_getSourceStamp(self) source code
 
remote_getReason(self) source code
 
remote_getID(self) source code
 
remote_getBuilderNames(self) source code
 
remote_getBuildRequests(self)
Returns a list of (builderName, BuildRequest) tuples.
source code
 
remote_isFinished(self) source code
 
remote_waitUntilFinished(self) source code
 
remote_getResults(self) 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