Options
All
  • Public
  • Public/Protected
  • All
Menu

A VariableHandler that will set the given variable to the given value, unless there already is a value for the variable and override is false.

Hierarchy

Index

Constructors

  • new VariableSetter(variable: string, value: string, override?: boolean): VariableSetter

Properties

override: boolean
value: string
variable: string

Methods

  • handle(__namedParameters: { settings: PodSettings }): Promise<void>