|
|
__init__(self,
remote_command,
args,
ignore_updates=False,
collectStdout=False,
decodeRC={0: 0}) |
source code
|
|
|
|
|
|
|
|
|
|
| useLog(self,
log,
closeWhenFinished=False,
logfileName=None) |
source code
|
|
|
|
| useLogDelayed(self,
logfileName,
activateCallBack,
closeWhenFinished=False) |
source code
|
|
|
|
|
|
|
remote_update(self,
updates)
I am called by the slave's buildbot.slave.bot.SlaveBuilder so I can receive
updates from the running remote command. |
source code
|
|
|
None
|
remote_complete(self,
failure=None)
Called by the slave's buildbot.slave.bot.SlaveBuilder to notify me the
remote command has finished. |
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
|