Main console class. It displays a user-oriented status page. Every
change is a line in the page, and it shows the result of the first build
with this change for each slave.
|
|
|
|
|
|
|
getHeadBuild(self,
builder)
Get the most recent build for the given builder. |
source code
|
|
|
|
|
|
|
getBuildDetails(self,
request,
builderName,
build)
Returns an HTML list of failures for a given build. |
source code
|
|
|
getBuildsForRevision(self,
request,
builder,
builderName,
lastRevision,
numBuilds,
debugInfo)
Return the list of all the builds for a given builder that we will
need to be able to display the console page. |
source code
|
|
|
|
|
getAllBuildsForRevision(self,
status,
request,
lastRevision,
numBuilds,
categories,
builders,
debugInfo)
Returns a dictionary of builds we need to inspect to be able to
display the console page. |
source code
|
|
|
displayCategories(self,
builderList,
debugInfo)
Display the top category line. |
source code
|
|
|
displaySlaveLine(self,
status,
builderList,
debugInfo)
Display a line the shows the current status for all the builders we
care about. |
source code
|
|
|
displayStatusLine(self,
builderList,
allBuilds,
revision,
debugInfo)
Display the boxes that represent the status of each builder in the
first build "revision" was in. |
source code
|
|
|
filterRevisions(self,
revisions,
filter=None,
max_revs=None)
Filter a set of revisions based on any number of filter criteria. |
source code
|
|
|
displayPage(self,
request,
status,
builderList,
allBuilds,
revisions,
categories,
repository,
branch,
debugInfo)
Display the console page. |
source code
|
|
|
content(self,
request,
cxt)
This method builds the main console view display. |
source code
|
|
Inherited from base.HtmlResource :
getChild ,
render
Inherited from twisted.web.resource.Resource :
__providedBy__ ,
delEntity ,
getChildForRequest ,
getChildWithDefault ,
getDynamicEntity ,
getStaticEntity ,
listDynamicEntities ,
listDynamicNames ,
listEntities ,
listNames ,
listStaticEntities ,
listStaticNames ,
putChild ,
reallyPutEntity ,
render_HEAD
Inherited from base.ContextMixin :
getAuthz ,
getBuildmaster ,
getContext ,
getStatus
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|