Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration EnvironmentVariableMutatorType

A type of mutation that can be applied to an environment variable.

Index

Enumeration Members

Enumeration Members

Append: 2

Append to the end of the variable's existing value.

Prepend: 3

Prepend to the start of the variable's existing value.

Replace: 1

Replace the variable's existing value.