This is the local representation of a single Builder: it handles a
single kind of build (like an all-warnings build). It has a name and a
home directory. The rest of its behavior is determined by the master.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
remote_startCommand(self,
stepref,
stepId,
command,
args)
This gets invoked by buildbot.process.step.RemoteCommand.start , as
part of various master-side BuildSteps, to start various commands
that actually do the build. |
source code
|
|
|
remote_interruptCommand(self,
stepId,
why)
Halt the current step. |
source code
|
|
|
|
|
sendUpdate(self,
data)
This sends the status update to the master-side buildbot.process.step.RemoteCommand object,
giving it a sequence number in the process. |
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
Inherited from twisted.application.service.Service :
__getstate__ ,
disownServiceParent ,
privilegedStartService ,
setName ,
startService
|