Summary
Gets an environment variable as a
int
.
- Namespace
- Cake
.Common .Build .GoCD - Containing Type
- GoCDInfo
Syntax
protected int GetEnvironmentInteger(string variable)
Parameters
Name | Type | Description |
---|---|---|
variable | string | The environment variable name. |
Return Value
Type | Description |
---|---|
int | The environment variable. |