l.b.m.BuilderFactory : class documentation

Part of lp.buildmaster.manager View In Hierarchy

A dumb builder factory that just talks to the DB.
Method update Update the factory's view of the world.
Method prescanUpdate Update the factory's view of the world before each scan.
Method date_updated Undocumented
Method __getitem__ Get the named Builder Storm object.
Method getVitals Get the named BuilderVitals object.
Method iterVitals Iterate over all BuilderVitals objects.
def update(self):
Update the factory's view of the world.

For the basic BuilderFactory this is a no-op, but others might do something.

def prescanUpdate(self):
Update the factory's view of the world before each scan.

For the basic BuilderFactory this means ending the transaction to ensure that data retrieved is up to date.

@property
def date_updated(self):
Undocumented
def __getitem__(self, name):
Get the named Builder Storm object.
def getVitals(self, name):
Get the named BuilderVitals object.
def iterVitals(self):
Iterate over all BuilderVitals objects.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.