ContinuaCIInfo.

GetEnvironmentLong(string) Method

Summary

Gets an environment variable as a long.
Namespace
Cake.Common.Build.ContinuaCI
Containing Type
ContinuaCIInfo

Syntax

protected long GetEnvironmentLong(string variable)

Parameters

Name Type Description
variable string The environment variable name.

Return Value

Type Description
long The environment variable.