Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AddPolicyOptions

Package version

Options when adding a policy to the pipeline. Used to express dependencies on other policies.

Hierarchy

  • AddPolicyOptions

Index

Properties

Optional afterPhase

afterPhase: PipelinePhase

The phase that this policy must come after.

Optional afterPolicies

afterPolicies: string[]

Policies that this policy must come after.

Optional beforePolicies

beforePolicies: string[]

Policies that this policy must come before.

Optional phase

The phase this policy belongs to.

Generated using TypeDoc