MCPcopy
hub / github.com/buildbot/buildbot / join

Method join

master/buildbot/util/queue.py:71–73  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

69 self.start()
70
71 def join(self, *args, **kwargs):
72 self.execute_in_thread(_TerminateRequest())
73 super().join(*args, **kwargs)
74
75 def execute_in_thread(self, cb, *args, **kwargs):
76 d = defer.Deferred()

Callers 15

addPluginFunction · 0.45
buildPluginsPathsMapFunction · 0.45
doActionFunction · 0.45
optionButtonClassFunction · 0.45
useScrollToAnchorFunction · 0.45
socketPathFunction · 0.45
restPathFunction · 0.45
endpointPathFunction · 0.45
mTimeVersionFunction · 0.45
getVersionFunction · 0.45
runMethod · 0.45

Calls 2

execute_in_threadMethod · 0.95
_TerminateRequestClass · 0.85

Tested by 15

pathMethod · 0.36
setUpMethod · 0.36
testLogEnvironMethod · 0.36
testNoLogEnvironMethod · 0.36
testEnvironExpandVarMethod · 0.36
testUnsetEnvironVarMethod · 0.36
testEnvironPythonPathMethod · 0.36
testEnvironArrayMethod · 0.36
test_simpleMethod · 0.36
_regexp_pathFunction · 0.36