ScaffolderApi
Home > @backstage/plugin-scaffolder-common > ScaffolderApi
An API to interact with the scaffolder backend.
Signature:
export interface ScaffolderApi
Methods
|
Method |
Description |
|---|---|
|
(Optional) | |
|
Sends a signal to a task broker to cancel the running task by taskId. | |
|
(Optional) | |
|
Returns a list of all installed actions. | |
|
(Optional) | |
|
(Optional) Returns a structure describing the available templating extensions. | |
|
(Optional) Starts the task again from the point where it failed. | |
|
Executes the scaffolding of a component, given a template and its parameter values. | |