Part of lp.bugs.scripts.bugtasktargetnamecaches View In Hierarchy
ITunableLoop for updating BugTask targetname caches.| Method | __init__ | Undocumented |
| Method | determineCandidates | Find all distinct BugTask targets with their cached names. |
| Method | isDone | See ITunableLoop. |
| Method | __call__ | Take a batch of targets and update their BugTasks' name caches. |
Returns a list of (target, set_of_cached_names) pairs, where target is a tuple of IDs from the columns in target_columns.
See ITunableLoop.