|
|
|
|
|
|
|
|
|
getSourceStampKey(self,
ss)
Given two source stamps, we want to assign them to the same row if
they are the same version of code, even if they differ in minor
detail. |
source code
|
|
|
getRecentSourcestamps(self,
status,
numBuilds,
categories,
branch)
get a list of the most recent NUMBUILDS SourceStamp tuples, sorted by
the earliest start we've seen for them |
source code
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__init__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|