Backstage
Docs
Github
Preparing search index...
@backstage/plugin-scaffolder-common
index
ScaffolderDryRunResponse
Interface ScaffolderDryRunResponse
interface
ScaffolderDryRunResponse
{
directoryContents
:
{
base64Content
:
string
;
executable
?:
boolean
;
path
:
string
;
}
[]
;
log
:
Pick
<
LogEvent
,
"body"
>
[]
;
output
:
ScaffolderTaskOutput
;
steps
:
TaskStep
[]
;
}
Index
Properties
directory
Contents
log
output
steps
Properties
directory
Contents
directoryContents
:
{
base64Content
:
string
;
executable
?:
boolean
;
path
:
string
}
[]
log
log
:
Pick
<
LogEvent
,
"body"
>
[]
output
output
:
ScaffolderTaskOutput
steps
steps
:
TaskStep
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
directory
Contents
log
output
steps
Docs
Github
Backstage
Loading...