drupflare/drangler - v0.1.0
Preparing search index...
workspace/build
BuildReport
Interface BuildReport
what a build did, and what it left behind
interface
BuildReport
{
resumed
:
boolean
;
source
:
{
from
:
string
;
local
:
boolean
;
ref
:
string
;
url
:
string
}
;
steps
:
{
code
?:
number
;
command
:
string
;
id
:
BuildStepId
;
reason
:
string
;
run
:
boolean
;
}
[]
;
workspace
:
string
;
}
Index
Properties
resumed
source
steps
workspace
Properties
resumed
resumed
:
boolean
true when every step was skipped, which is the resume case
source
source
:
{
from
:
string
;
local
:
boolean
;
ref
:
string
;
url
:
string
}
steps
steps
:
{
code
?:
number
;
command
:
string
;
id
:
BuildStepId
;
reason
:
string
;
run
:
boolean
;
}
[]
workspace
workspace
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
resumed
source
steps
workspace
drupflare/drangler - v0.1.0
Loading...
what a build did, and what it left behind