Navigation

  • index
  • modules |
  • next |
  • previous |
  • Buildbot 0.9.11 documentation »
  • 3. Buildbot Development »

3.2. APIs¶

This section documents Buildbot’s APIs. These are the interfaces against which externally-maintained code should be written.

  • 3.2.1. REST API
    • 3.2.1.1. Versions
    • 3.2.1.2. Getting
    • 3.2.1.3. Collections
    • 3.2.1.4. Controlling
    • 3.2.1.5. Authentication
    • 3.2.1.6. Raml Specs
  • 3.2.2. Data API
    • 3.2.2.1. Sections
    • 3.2.2.2. Updates
    • 3.2.2.3. Concrete Interfaces
    • 3.2.2.4. Extending the Data API
    • 3.2.2.5. Data Model
  • 3.2.3. Database
    • 3.2.3.1. Database Overview
    • 3.2.3.2. Schema
    • 3.2.3.3. API
    • 3.2.3.4. Writing Database Connector Methods
    • 3.2.3.5. Modifying the Database Schema
    • 3.2.3.6. Foreign key checking
    • 3.2.3.7. Database Compatibility Notes
    • 3.2.3.8. Testing migrations with real databases
  • 3.2.4. Messaging and Queues
    • 3.2.4.1. Overview
    • 3.2.4.2. Connector API
    • 3.2.4.3. Queue Schema
    • 3.2.4.4. Message Schema

Logo

Quick search

Table Of Contents

  • 1. Buildbot Tutorial
  • 2. Buildbot Manual
  • 3. Buildbot Development
    • 3.1. General Documents
    • 3.2. APIs
      • 3.2.1. REST API
      • 3.2.2. Data API
      • 3.2.3. Database
      • 3.2.4. Messaging and Queues
    • 3.3. Python3 compatibility
    • 3.4. Classes
  • 4. Release Notes
  • 5. Older Release Notes
  • 6. Indices and Tables

Previous topic

3.1.25. How to package Buildbot plugins

Next topic

3.2.1. REST API

This Page

  • Show Source