Home
last modified time | relevance | path

Searched refs:BuildbotServiceManager (Results 1 – 7 of 7) sorted by relevance

/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/process/
H A Dmeasured_service.py20 from buildbot.util.service import BuildbotServiceManager
23 class MeasuredBuildbotServiceManager(BuildbotServiceManager):
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/machine/
H A Dmanager.py21 class MachineManager(service.BuildbotServiceManager):
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/secrets/
H A Dmanager.py25 class SecretManager(service.BuildbotServiceManager):
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/util/
H A Dservice.py439 class BuildbotServiceManager(AsyncMultiService, config.ConfiguredMixin, class
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/
H A Dmaster.py190 self.service_manager = service.BuildbotServiceManager()
/dports/devel/py-buildbot/buildbot-3.4.1/docs/developer/
H A Dutils.rst1021 * BuildbotServiceManager is figuring out added services, removed services, unchanged services
1023 … * BuildbotServiceManager calls stopService() for services that disappeared from the configuration.
1025 …* BuildbotServiceManager calls startService() like in buildbot start phase for services that appea…
1027 …* BuildbotServiceManager calls reconfigService() for the second time for services that have their …
1067 …The :py:class:`BuildbotServiceManager` parent, will detect this, and swap old service with new ser…
H A Dconfig.rst385 ``BuildbotServiceManager`` is one internal implementation of ``ReconfigurableServiceMixin`` which a…