l.b.i.w.IProcessorSet(Interface) : interface documentation

Part of lp.buildmaster.interfaces.webservice View In Hierarchy

Operations related to Processor instances.
Method getByName Return the IProcessor instance with the matching name.
Method getAll Return all the IProcessor known to Launchpad.
Method new Create a new processor.
@operation_parameters(TextLine(True))
@operation_returns_entry(IProcessor)
@export_read_operation()
@operation_for_version('devel')
def getByName(name):
Return the IProcessor instance with the matching name.
ParametersnameThe name to look for.
ReturnsA IProcessor instance if found
RaisesProcessorNotFoundif there is no processor with that name.
@collection_default_content()
def getAll():
Return all the IProcessor known to Launchpad.
def new(name, title, description, restricted=False, build_by_default=False, supports_virtualized=False, supports_nonvirtualized=True):
Create a new processor.
ParametersnameName of the processor.
titleTitle for the processor.
descriptionExtended description of the processor.
restrictedWhether the processor is restricted.
Returnsa IProcessor.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.