Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
addPlugin
Function · 0.45
buildPluginsPathsMap
Function · 0.45
doAction
Function · 0.45
optionButtonClass
Function · 0.45
useScrollToAnchor
Function · 0.45
axiosParamsSerializerWithoutBraces
Function · 0.45
socketPath
Function · 0.45
restPath
Function · 0.45
endpointPath
Function · 0.45
mTimeVersion
Function · 0.45
getVersion
Function · 0.45
run
Method · 0.45
Calls
2
execute_in_thread
Method · 0.95
_TerminateRequest
Class · 0.85
Tested by
15
path
Method · 0.36
setUp
Method · 0.36
test_startCommand_exception
Method · 0.36
testLogEnviron
Method · 0.36
testNoLogEnviron
Method · 0.36
testEnvironExpandVar
Method · 0.36
testUnsetEnvironVar
Method · 0.36
testEnvironPythonPath
Method · 0.36
testEnvironArray
Method · 0.36
test_simple
Method · 0.36
_regexp_path
Function · 0.36
assert_tac_file_contents
Method · 0.36