Edgewall Software

Changes between Version 2 and Version 3 of Object Model


Ignore:
Timestamp:
Aug 31, 2005, 8:20:07 PM (19 years ago)
Author:
cmlenz
Comment:

Added bitten_log and bitten_log_message tables

Legend:

Unmodified
Added
Removed
Modified
  • Object Model

    v2 v3  
    55[[Image(erm.png)]]
    66
    7 Tables:
    8  * `bitten_config`: [wiki:BuildConfigurations build configurations], each composed of zero or more target platforms.
    9  * `bitten_platform`: target platforms, which are basically categories for build slaves based on their properties.
    10  * `bitten_rule`: rules for matching a build slave against a target platform.
    11  * `bitten_build`: pending, in-progress or completed builds, associated with a specific target platform and build configuration.
    12  * `bitten_slave`: Properties of the build slave that performed a build.
    13  * `bitten_step`: Information about an invidividual build step, such as the output and the result (success or failure).
     7=== Tables: ===
     8 `bitten_config`:: [wiki:BuildConfigurations Build configurations], each composed of zero or more target platforms.
     9 `bitten_platform`:: Target platforms, which are basically categories for build slaves based on their properties.
     10 `bitten_rule`:: Rules for matching a build slave against a target platform.
     11 `bitten_build`:: Pending, in-progress or completed builds, associated with a specific target platform and build configuration.
     12 `bitten_slave`:: Properties of the build slave that performed a build.
     13 `bitten_step`:: Information about an invidividual build step, such as the output and the result (success or failure).
     14 `bitten_log`:: A build log for a specific step
     15 `bitten_log_message`:: The individual log messages in a build log