Package buildbot :: Package status :: Package web :: Module grid :: Class GridStatusMixin
[frames] | no frames]

Class GridStatusMixin

source code

object --+
         |
        GridStatusMixin
Known Subclasses:

Instance Methods
 
getTitle(self, request) source code
 
get_reload_time(self, request) source code
 
build_cxt(self, request, build) source code
 
builder_cxt(self, request, builder) source code
 
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__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

getSourceStampKey(self, ss)

source code 

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.

This function returns an appropriate comparison key for that.