l.c.m.g._BaseGitNamespace : class documentation

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

Known subclasses: lp.code.model.gitnamespace.PackageGitNamespace, lp.code.model.gitnamespace.PersonalGitNamespace, lp.code.model.gitnamespace.ProjectGitNamespace

Common code for Git repository namespaces.
Method createRepository See IGitNamespace.
Method isNameUsed See IGitNamespace.
Method findUnusedName See IGitNamespace.
Method validateRegistrant See IGitNamespace.
Method validateRepositoryName See IGitNamespace.
Method validateDefaultFlags See IGitNamespace.
Method validateMove See IGitNamespace.
Method moveRepository See IGitNamespace.
Method getRepositories See IGitNamespace.
Method getByName See IGitNamespace.
Method canCreateRepositories See IGitNamespacePolicy.
Method getAllowedInformationTypes See IGitNamespace.
Method getDefaultInformationType See IGitNamespace.
Method __eq__ See IGitNamespace.
Method __ne__ See IGitNamespace.
def createRepository(self, repository_type, registrant, name, reviewer=None, information_type=None, date_created=DEFAULT, description=None):
See IGitNamespace.
def isNameUsed(self, repository_name):
See IGitNamespace.
def findUnusedName(self, prefix):
See IGitNamespace.
def validateRegistrant(self, registrant, repository=None):
See IGitNamespace.
def validateRepositoryName(self, name):
See IGitNamespace.
def validateDefaultFlags(self, repository):
See IGitNamespace.
def validateMove(self, repository, mover, name=None):
See IGitNamespace.
def moveRepository(self, repository, mover, new_name=None, rename_if_necessary=False):
See IGitNamespace.
def getRepositories(self):
See IGitNamespace.
def getByName(self, repository_name, default=None):
See IGitNamespace.
def canCreateRepositories(self, user):
See IGitNamespacePolicy.
def getAllowedInformationTypes(self, who=None):
See IGitNamespace.
def getDefaultInformationType(self, who=None):
See IGitNamespace.
def __eq__(self, other):
See IGitNamespace.
def __ne__(self, other):
See IGitNamespace.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.