|
|
|
|
|
stop(self)
Call this when you're done with me |
source code
|
|
|
quoteq(self,
query)
Given a query that contains qmark-style placeholders, like: |
source code
|
|
|
parmlist(self,
count)
When passing long lists of values to e.g., an INSERT query, it is
tedious to pass long strings of ? placeholders. |
source code
|
|
|
get_version(self)
Returns None for an empty database, or a number (probably 1) for the
database's version |
source code
|
|
|
|
|
runInteractionNow(self,
interaction,
*args,
**kwargs) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
changeEventGenerator(self,
branches=[ ] ,
categories=[ ] ,
committers=[ ] ,
minTime=0) |
source code
|
|
|
getLatestChangeNumberNow(self,
branch=None,
t=None) |
source code
|
|
|
getChangeNumberedNow(self,
changeid,
t=None) |
source code
|
|
|
|
|
getChangesGreaterThan(self,
last_changeid,
t=None)
Return a Deferred that fires with a list of all Change instances with
numbers greater than the given value, sorted by number. |
source code
|
|
|
getChangeIdsLessThanIdNow(self,
new_changeid)
Return a list of all extant change id's less than the given value,
sorted by number. |
source code
|
|
|
removeChangeNow(self,
changeid)
Thoroughly remove a change from the database, including all dependent
tables |
source code
|
|
|
|
|
getSourceStampNumberedNow(self,
ssid,
t=None) |
source code
|
|
|
get_properties_from_db(self,
tablename,
idname,
id,
t=None) |
source code
|
|
|
|
|
|
|
scheduler_set_state(self,
schedulerid,
t,
state) |
source code
|
|
|
get_sourcestampid(self,
ss,
t)
Given a SourceStamp (which may or may not have an ssid), make sure
the contents are in the database, and return the ssid. |
source code
|
|
|
create_buildset(self,
ssid,
reason,
properties,
builderNames,
t,
external_idstring=None) |
source code
|
|
|
scheduler_classify_change(self,
schedulerid,
number,
important,
t) |
source code
|
|
|
scheduler_get_classified_changes(self,
schedulerid,
t) |
source code
|
|
|
scheduler_retire_changes(self,
schedulerid,
changeids,
t) |
source code
|
|
|
scheduler_subscribe_to_buildset(self,
schedulerid,
bsid,
t) |
source code
|
|
|
scheduler_get_subscribed_buildsets(self,
schedulerid,
t) |
source code
|
|
|
scheduler_unsubscribe_buildset(self,
schedulerid,
buildsetid,
t) |
source code
|
|
|
getBuildRequestWithNumber(self,
brid,
t=None) |
source code
|
|
|
|
|
get_unclaimed_buildrequests(self,
buildername,
old,
master_name,
master_incarnation,
t,
limit=None) |
source code
|
|
|
claim_buildrequests(self,
now,
master_name,
master_incarnation,
brids,
t=None) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
get_buildrequestids_for_buildset(self,
bsid) |
source code
|
|
|
|
|
|
|
|
|
get_pending_brids_for_builder(self,
buildername) |
source code
|
|
|
|
|
|
|
__hook_orig_buildbot_db_connector_DBConnector__end_operation__(self,
t) |
source code
|
|
|
__hook_orig_buildbot_db_connector_DBConnector_notify__(self,
category,
*args) |
source code
|
|
Inherited from util.ComparableMixin :
__cmp__ ,
__hash__ ,
__providedBy__
|