~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/buildmaster/interfaces/buildfarmjob.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-02 15:48:28 UTC
  • mfrom: (14513.2.4 builders-timeout-903827)
  • Revision ID: launchpad@pqm.canonical.com-20120102154828-r4echs7u11g99u8b
[r=adeuring][bug=903827] Cache objects prior to displaying builders'
        homepage.

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
        has an entry associated with `job`.
141
141
        """
142
142
 
 
143
    def getByJobs(jobs):
 
144
        """Get the specific `IBuildFarmJob`s for the given `Job`s.
 
145
 
 
146
        Invoked on the specific `IBuildFarmJob`-implementing class that
 
147
        has entries associated with `job`s.
 
148
        """
 
149
 
143
150
    def generateSlaveBuildCookie():
144
151
        """Produce a cookie for the slave as a token of the job it's doing.
145
152