.. _Customization:

Customization
=============

For advanced users, Buildbot acts as a framework supporting a customized build application. For the
most part, such configurations consist of subclasses set up for use in a regular Buildbot
configuration file.

This chapter describes some of the more common idioms in advanced Buildbot configurations.

.. toctree::
    :maxdepth: 1

    programmatic
    collapse-requests
    priorities
    canstartbuild
    svnpoller
    changesources
    latent-workers
    buildclasses
    workdir
    buildsteps
    dashboards
    example