@backstage/plugin-scaffolder-backend
Home > @backstage/plugin-scaffolder-backend
The Backstage backend plugin that helps you create new things
Classes
Class |
Description |
---|---|
DatabaseTaskStore | |
TaskManager | |
TaskWorker | |
Registry of all registered template actions. |
Functions
Function |
Description |
---|---|
Registers entities from a catalog descriptor file in the workspace into the software catalog. | |
Writes a catalog descriptor file containing the provided entity to a path in the workspace. | |
Writes a message into the log or lists all files in the workspace | |
Returns entity or entities from the catalog by entity reference(s). | |
Downloads content and places it in the workspace, or optionally in a subdirectory specified by the 'targetPath' input option. | |
Downloads a single file and places it in the workspace. | |
Downloads a skeleton, templates variables into file and directory names and content. Then places the result in the workspace, or optionally in a subdirectory specified by the 'targetPath' input option. | |
Downloads a single file and templates variables into file. Then places the result in the workspace, or optionally in a subdirectory specified by the 'targetPath' input option. | |
Creates new action that enables deletion of files and directories in the workspace. | |
Creates new action that enables reading directories in the workspace. | |
Creates a new action that allows renames of files and directories in the workspace. | |
Waits for a certain period of time. |
Interfaces
Interface |
Description |
---|---|
Stores the state of the current claimed task passed to the TaskContext | |
TaskStore |
Variables
Variable |
Description |
---|---|
Scaffolder plugin |
Type Aliases
Type Alias |
Description |
---|---|
CreateWorkerOptions | |
DatabaseTaskStore | |
The options passed to TaskStore.createTask() | |
The response from TaskStore.createTask() | |
TaskStoreEmitOptions | |
TaskStoreListEventsOptions | |
The options passed to TaskStore.recoverTasks() | |
TaskStoreShutDownTaskOptions | |