nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
DevPipelineResult
Interface DevPipelineResult
Overall pipeline result.
interface
DevPipelineResult
{
completed
:
boolean
;
plan
:
string
;
tasks
:
readonly
PipelineTask
[]
;
voteIterations
:
number
;
qaIterations
:
number
;
securityPassed
:
boolean
;
}
Index
Properties
completed
plan
tasks
vote
Iterations
qa
Iterations
security
Passed
Properties
Readonly
completed
completed
:
boolean
Readonly
plan
plan
:
string
Readonly
tasks
tasks
:
readonly
PipelineTask
[]
Readonly
vote
Iterations
voteIterations
:
number
Readonly
qa
Iterations
qaIterations
:
number
Readonly
security
Passed
securityPassed
:
boolean
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
completed
plan
tasks
vote
Iterations
qa
Iterations
security
Passed
GitHub
npm
nexus-agents - v2.80.0
Loading...
Overall pipeline result.