nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
PolicyContext
Interface PolicyContext
Context provided to policy rules for evaluation.
interface
PolicyContext
{
taskId
:
string
;
stageId
:
string
;
stageType
:
string
;
pipelineState
:
Readonly
<
Record
<
string
,
unknown
>
>
;
}
Index
Properties
task
Id
stage
Id
stage
Type
pipeline
State
Properties
Readonly
task
Id
taskId
:
string
Readonly
stage
Id
stageId
:
string
Readonly
stage
Type
stageType
:
string
Readonly
pipeline
State
pipelineState
:
Readonly
<
Record
<
string
,
unknown
>
>
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
task
Id
stage
Id
stage
Type
pipeline
State
GitHub
npm
nexus-agents - v2.80.0
Loading...
Context provided to policy rules for evaluation.