Part of lp.buildmaster.interfaces.webservice View In Hierarchy
| 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. |
| Parameters | name | The name to look for. |
| Returns | A IProcessor instance if found | |
| Raises | ProcessorNotFound | if there is no processor with that name. |
| Parameters | name | Name of the processor. |
| title | Title for the processor. | |
| description | Extended description of the processor. | |
| restricted | Whether the processor is restricted. | |
| Returns | a IProcessor. | |