ScaffolderClient
Home > @backstage/plugin-scaffolder-common
> ScaffolderClient
An API to interact with the scaffolder backend.
Signature:
class ScaffolderClient implements ScaffolderApi
Implements: ScaffolderApi
Constructors
Constructor |
Modifiers |
Description |
---|---|---|
Constructs a new instance of the |
Methods
Method |
Modifiers |
Description |
---|---|---|
Starts the task again from the point where it failed. | ||
Sends a signal to a task broker to cancel the running task by taskId. | ||
Returns a list of all installed actions. | ||
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. | ||