[][src]Module rusty_ci::buildbot

Structs

Builder

The Builder struct encapsulates all the operations involved in defining a builder in buildbot. A builder works by giving tasks called steps to workers.

MasterConfig
Scheduler
Worker

This struct holds the information that is used to build the worker buildbot.tac file Each worker has:

Enums

Step

This describes a step executed by a builder in buildbot This is used by the Builder struct to construct the Builder config file