BuildMaster SDK Reference
Version:

IVariableEvaluationContext Interface

Contains context information required for variable expression evaluation.

Inheritance Hierarchy

  • Inedo.BuildMaster.Extensibility.Variables.IVariableEvaluationContext

Syntax

public interface IVariableEvaluationContext

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).