Skip to main content
Version: Next

ScaffolderApi

Home > @backstage/plugin-scaffolder-react > ScaffolderApi

An API to interact with the scaffolder backend.

Signature:

export interface ScaffolderApi 

Methods

Method

Description

autocomplete(options)?

(Optional)

cancelTask(taskId)

Sends a signal to a task broker to cancel the running task by taskId.

dryRun(options)?

(Optional)

getIntegrationsList(options)

getTask(taskId)

getTemplateParameterSchema(templateRef)

listActions()

Returns a list of all installed actions.

listTasks(options)?

(Optional)

retry(taskId)?

(Optional) Starts the task again from the point where it failed.

scaffold(options)

Executes the scaffolding of a component, given a template and its parameter values.

streamLogs(options)