Part of lp.scripts.garbo View In Hierarchy
Prune `SnapBuildJob`s that are in a final state and more than a month old. When a SnapBuildJob is completed, it gets set to a final state. These jobs should be pruned from the database after a month, unless they are the most recent job for their SnapBuild.
Inherited from BulkPruner:
| Method | getStore | The master Store for the table we are pruning. | 
| Method | __init__ | Undocumented | 
| Method | isDone | See ITunableLoop. | 
  
| Method | __call__ | See ITunableLoop. | 
  
| Method | cleanUp | See ITunableLoop. | 
  
Inherited from TunableLoop (via BulkPruner):
| Method | run | Undocumented |