Skip to content

Commit

Permalink
- Removed the Updates header and placed it back in data.rst.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewongbb committed Jan 19, 2013
1 parent 33783b7 commit 8448b02
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 37 deletions.
4 changes: 0 additions & 4 deletions master/docs/developer/apis.rst
Expand Up @@ -10,7 +10,3 @@ externally-maintained code should be written.
data
db
mq
rtype-master
rtype-builder
rtype-change
rtype-buildset
10 changes: 10 additions & 0 deletions master/docs/developer/data.rst
Expand Up @@ -123,6 +123,16 @@ Within the buildmaster process, the root of the data API is available at `self.m
These attributes allow resource types to access one another for purposes of coordination.
They are *not* intended for external access -- all external access to the data API should be via the methods above or update methods.

Updates
.......

The updates section is available at `self.master.data.updates`, and contains a number of ad-hoc methods needed by the process modules.

.. note:
The update methods are implemented in resource type classes, but through some initialization-time magic, all appear as attributes of ``self.master.data.updates``.
The update methods are found in the resource type pages.

Links
.....

Expand Down
8 changes: 0 additions & 8 deletions master/docs/developer/rtype-builder.rst
Expand Up @@ -44,14 +44,6 @@ Builders
This path selects a specific builder, identified by ID.
If the given builder is not running on the given master, this path returns nothing.

Updates
.......

The updates section is available at `self.master.data.updates`, and contains a number of ad-hoc methods needed by the process modules.

.. note:
The update methods are implemented in resource type classes, but through some initialization-time magic, all appear as attributes of ``self.master.data.updates``.
All update methods return a Deferred.

.. py:class:: buildbot.data.changes.BuilderResourceType
Expand Down
8 changes: 0 additions & 8 deletions master/docs/developer/rtype-buildset.rst
Expand Up @@ -44,14 +44,6 @@ Buildsets
.. todo:
Consuming from this path selects and :bb:event:`buildset.$bsid.complete` events for this buildset.
Updates
.......

The updates section is available at `self.master.data.updates`, and contains a number of ad-hoc methods needed by the process modules.

.. note:
The update methods are implemented in resource type classes, but through some initialization-time magic, all appear as attributes of ``self.master.data.updates``.
All update methods return a Deferred.

.. py:class:: buildbot.data.changes.BuildsetResourceType
Expand Down
8 changes: 0 additions & 8 deletions master/docs/developer/rtype-change.rst
Expand Up @@ -44,14 +44,6 @@ Changes

This path selects a specific change, identified by ID.

Updates
.......

The updates section is available at `self.master.data.updates`, and contains a number of ad-hoc methods needed by the process modules.

.. note:
The update methods are implemented in resource type classes, but through some initialization-time magic, all appear as attributes of ``self.master.data.updates``.
All update methods return a Deferred.

.. py:class:: buildbot.data.changes.ChangeResourceType
Expand Down
9 changes: 0 additions & 9 deletions master/docs/developer/rtype-master.rst
Expand Up @@ -44,15 +44,6 @@ Masters
This path selects a specific master, identified by ID.
The ``:builderid`` field is ignored, since ``:masterid`` uniquely identifies the master.


Updates
.......

The updates section is available at `self.master.data.updates`, and contains a number of ad-hoc methods needed by the process modules.

.. note:
The update methods are implemented in resource type classes, but through some initialization-time magic, all appear as attributes of ``self.master.data.updates``.
All update methods return a Deferred.

.. py:class:: buildbot.data.changes.MasterResourceType
Expand Down

0 comments on commit 8448b02

Please sign in to comment.