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

Class RemoteBuild

source code

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

Instance Methods
 
__init__(self, build) source code
 
remote_getBuilderName(self) source code
 
remote_getNumber(self) source code
 
remote_getReason(self) source code
 
remote_getChanges(self) source code
 
remote_getResponsibleUsers(self) source code
 
remote_getSteps(self) source code
 
remote_getTimes(self) source code
 
remote_isFinished(self) source code
 
remote_waitUntilFinished(self) source code
 
remote_getETA(self) source code
 
remote_getCurrentStep(self) source code
 
remote_getText(self) source code
 
remote_getResults(self) source code
 
remote_getLogs(self) source code
 
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.
source code
 
remote_unsubscribe(self, observer) source code

Inherited from twisted.spread.flavors.Referenceable: 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__, __provides__, perspective