BuildMaster SDK Reference
Version:

ILegacyVariableEvaluationContext Interface

Contains context information required for variable expression evaluation.

Inheritance Hierarchy

  • Inedo.BuildMaster.Extensibility.Variables.ILegacyVariableEvaluationContext

Syntax

public interface ILegacyVariableEvaluationContext

Properties

Name Description
GenericContext

Gets the generic context which will be supplied to variable functions.

Methods

Name Description
GetFunction(string functionName)

Returns the function with the specified name if it was found; otherwise returns null (Nothing in Visual Basic).

GetFunctionByAlias(string functionAlias)

Returns the function with the specified alias if it was found; otherwise returns null (Nothing in Visual Basic).

GetVariableValue(string variableName)

Returns the value of the specified variable if it was found; otherwise returns null (Nothing in Visual Basic).