~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/stories/webservice/xx-builds.txt

[r=abentley][bug=776843][incr] Add ISpecificBuildFarmJobSource,
 which can be used to get an instance of an IBuildFarmJob
 implementation given a BuildFarmJobType and an ID.

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
    >>> from lp.soyuz.interfaces.binarypackagebuild import (
98
98
    ...     IBinaryPackageBuildSet)
99
99
 
100
 
    >>> build = getUtility(IBinaryPackageBuildSet).getByBuildID(26)
 
100
    >>> build = getUtility(IBinaryPackageBuildSet).getByID(26)
101
101
    >>> build.upload_log = build.log
102
102
    >>> ws_uncache(build)
103
103