l.r.i.p.IProductDriverRestricted(Interface) : interface documentation

Part of lp.registry.interfaces.product View In Hierarchy

Known subclasses: lp.registry.interfaces.webservice.IProduct

IProduct properties which require launchpad.Driver permission.
Method newSeries Creates a new IProductSeries for this IProduct.
@call_with(REQUEST_USER)
@rename_parameters_as('release_url_pattern')
@export_factory_operation(IProductSeries, 'name''summary''branch''releasefileglob')
@export_operation_as('newSeries')
def newSeries(owner, name, summary, branch=None, releasefileglob=None):
Creates a new IProductSeries for this IProduct.
ParametersownerThe registrant of this series.
nameThe unique name of this series.
summaryThe summary of the purpose and focus of development of this series.
branchThe bazaar branch that contains the code for this series.
releasefileglobThe public URL pattern where release files can be automatically downloaded from and linked to this series.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.