File: cls-worker.rst

package info (click to toggle)
buildbot 4.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,080 kB
  • sloc: python: 174,183; sh: 1,204; makefile: 332; javascript: 119; xml: 16
file content (16 lines) | stat: -rw-r--r-- 346 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Workers
=======

.. py:module:: buildbot.worker

The :py:class:`Worker` class represents a worker, which may or may not be connected to the master.
Instances of this class are created directly in the Buildbot configuration file.

Worker
------

.. py:class:: Worker

    .. py:attribute:: workerid

        The ID of this worker in the database.