GitLabCIInfo.

GetEnvironmentLong(string) Method

Summary

Gets an environment variable as a long.
Namespace
Cake.Common.Build.GitLabCI
Containing Type
GitLabCIInfo

Syntax

protected long GetEnvironmentLong(string variable)

Parameters

Name Type Description
variable string The environment variable name.

Return Value

Type Description
long The environment variable.