~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/interfaces/gitref.py

[r=cjwatson][no-qa] Add a rescan button to branch merge proposals for
 failed branch or repository scans

Show diffs side-by-side

added added

removed removed

Lines of Context:
394
394
        :return: A binary string with the blob content.
395
395
        """
396
396
 
 
397
    def getLatestScanJob():
 
398
        """Return the last IGitRefScanJobSource for the repository"""
 
399
 
 
400
    def rescan():
 
401
        """Force a rescan of the repository"""
 
402
 
397
403
 
398
404
class IGitRefEdit(Interface):
399
405
    """IGitRef methods that require launchpad.Edit permission."""