Method Summary |
|
__init__ (self,
remote_command,
args)
|
|
remoteUpdate(self,
update)
|
Inherited from RemoteCommand |
|
__getstate__ (self)
|
|
interrupt (self,
why)
|
None
|
remote_complete (self,
failure)
Called by the slave's buildbot.slave.bot.SlaveBuilder to notify
me the remote command has finished. |
|
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. |
|
remoteComplete (self,
maybeFailure)
Subclasses can override this. |
|
run (self,
step,
remote)
|
twisted.internet.defer.Deferred
|
start (self)
Tell the slave to start executing the remote command. |
Inherited from Referenceable |
|
jellyFor (self,
jellier)
(internal) |
|
remoteMessageReceived (self,
broker,
message,
args,
kw)
A remote message has been received. |
Inherited from Serializable |
|
processUniqueID (self)
Return an ID which uniquely represents this object for this
process. |
Inherited from Jellyable |
|
getStateFor (self,
jellier)
|