~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/interfaces/publishing.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-21 20:45:39 UTC
  • mfrom: (14560.1.5 devel)
  • Revision ID: launchpad@pqm.canonical.com-20111221204539-1r1290npnex0ig2j
[r=jml, julian-edwards][bug=881509] Add binaryFileUrls to BPPH on the
        webservice, like it is available for SPPH.

Show diffs side-by-side

added added

removed removed

Lines of Context:
901
901
        :param end_date: The optional last date to return.
902
902
        """
903
903
 
 
904
    @export_read_operation()
 
905
    @operation_for_version("devel")
 
906
    def binaryFileUrls():
 
907
        """URLs for this binary publication's binary files.
 
908
 
 
909
        :return: A collection of URLs for this binary.
 
910
        """
 
911
 
904
912
 
905
913
class IBinaryPackagePublishingHistory(IBinaryPackagePublishingHistoryPublic,
906
914
                                      IPublishingEdit):