Caution
Buildbot no longer supports Python 2.7 on the Buildbot master.
3.3. General Documents
This section gives some general information about Buildbot development.
- 3.3.1. Master Organization
- 3.3.2. Buildbot Coding Style
- 3.3.3. Buildbot’s Test Suite
- 3.3.4. Configuration
- 3.3.5. Configuration in AngularJS
- 3.3.6. Writing Schedulers
- 3.3.7. Utilities
- 3.3.7.1.
buildbot.util.lru - 3.3.7.2.
buildbot.util.bbcollections - 3.3.7.3.
buildbot.util.eventual - 3.3.7.4.
buildbot.util.debounce - 3.3.7.5.
buildbot.util.poll - 3.3.7.6.
buildbot.util.maildir - 3.3.7.7.
buildbot.util.misc - 3.3.7.8.
buildbot.util.netstrings - 3.3.7.9.
buildbot.util.sautils - 3.3.7.10.
buildbot.util.pathmatch - 3.3.7.11.
buildbot.util.topicmatch - 3.3.7.12.
buildbot.util.subscription - 3.3.7.13.
buildbot.util.croniter - 3.3.7.14.
buildbot.util.state - 3.3.7.15.
buildbot.util.identifiers - 3.3.7.16.
buildbot.util.lineboundaries - 3.3.7.17.
buildbot.util.service - 3.3.7.18.
buildbot.util.httpclientservice - 3.3.7.19.
buildbot.test.fake.httpclientservice - 3.3.7.20.
buildbot.util.ssl
- 3.3.7.1.
- 3.3.8. Build Result Codes
- 3.3.9. WWW Server
- 3.3.10. Javascript Data Module
- 3.3.11. Base web application
- 3.3.12. Authentication
- 3.3.13. Authorization
- 3.3.14. Master-Worker API
- 3.3.15. Message key-value pairs
- 3.3.16. Messages from master to worker
- 3.3.17. Messages from worker to master
- 3.3.18.
start_commandrequest types- 3.3.18.1. Command_name:
shell - 3.3.18.2. Command_name:
upload_file - 3.3.18.3. Command_name:
upload_directory - 3.3.18.4. Command_name:
download_file - 3.3.18.5. Command_name:
listdir - 3.3.18.6. Command_name:
mkdir - 3.3.18.7. Command_name
rmdir - 3.3.18.8. Command_name:
cpdir - 3.3.18.9. Command_name:
stat - 3.3.18.10. Command_name:
glob - 3.3.18.11. Command_name:
rmfile
- 3.3.18.1. Command_name:
- 3.3.19. Keys and values of
argsdictionary value inupdaterequest message - 3.3.20. Claiming Build Requests
- 3.3.21. String Encodings
- 3.3.22. Metrics
- 3.3.23. Secrets
- 3.3.24. Secrets manager
- 3.3.25. Secrets providers
- 3.3.26. Statistics Service
- 3.3.27. How to package Buildbot plugins