Environment
Enumerates application environment types.
Content copied to clipboard
elide.app.Environment
Properties
Link copied to clipboard
Live deployments which serve production traffic.
Content copied to clipboard
LIVE = 3;
Link copied to clipboard
Spare live environments which are considered production but not live.
Content copied to clipboard
SPARE = 2;
Link copied to clipboard
Staging environments which test live deployments.
Content copied to clipboard
STAGE = 1;
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.