l.c.m.c.CodeImport(SQLBase) : class documentation

Part of lp.code.model.codeimport View In Hierarchy

See ICodeImport.
Method __init__ Extended version of the SQLObjectBase constructor.
Method target Undocumented
Method target_rcs_type Undocumented
Method effective_update_interval See ICodeImport.
Method getImportDetailsForDisplay See ICodeImport.
Method consecutive_failure_count See ICodeImport.
Method updateFromData See ICodeImport.
Method __repr__ Undocumented
Method tryFailingImportAgain See ICodeImport.
Method requestImport See ICodeImport.
Method _removeJob If there is a pending job, remove it.

Inherited from SQLBase:

Method destroySelf Undocumented
Method __eq__ Equality operator.
Method __ne__ Inverse of __eq__.
Method __storm_invalidated__ Flush cached properties.
Class Method _get_store Undocumented
def __init__(self, *args, target=None, **kwargs):
Extended version of the SQLObjectBase constructor.

We force use of the master Store.

We refetch any parameters from different stores from the correct master Store.

@property
def target(self):
Undocumented
@property
def target_rcs_type(self):
Undocumented
@property
def effective_update_interval(self):
See ICodeImport.
def getImportDetailsForDisplay(self):
See ICodeImport.
def _removeJob(self):
If there is a pending job, remove it.
@property
def consecutive_failure_count(self):
See ICodeImport.
def updateFromData(self, data, user):
See ICodeImport.
def __repr__(self):
Undocumented
def tryFailingImportAgain(self, user):
See ICodeImport.
def requestImport(self, requester, error_if_already_requested=False):
See ICodeImport.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.