-
Notifications
You must be signed in to change notification settings - Fork 0
BuildBotClient
Masha Samsikova edited this page Sep 18, 2020
·
2 revisions
Purpose: This component fetches BuildBot data (information about a build performed by the BuildBot).
Behaviour: The run
function starts fetching information of the BuildBot with the given name (buildBot
argument of the run
function), starting from the initialBuildId
build id and incrementing it after every successful fetch. The request is made every delay
seconds.