~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/buildmaster/model/builder.py

Merged builder-history-bug-890326 into builder-history-lfa.

Show diffs side-by-side

added added

removed removed

Lines of Context:
498
498
 
499
499
    # XXX 2010-08-24 Julian bug=623281
500
500
    # This should not be a property!  It's masking a complicated query.
501
 
    @cachedproperty
 
501
    @property
502
502
    def currentjob(self):
503
503
        """See IBuilder"""
504
504
        return getUtility(IBuildQueueSet).getByBuilder(self)