Interface IGlobalVariableContext

  • All Superinterfaces:
    ch.ivyteam.ivy.scripting.IProjectSpecificClass

    public interface IGlobalVariableContext
    extends ch.ivyteam.ivy.scripting.IProjectSpecificClass
    The interface of the var attribute of the ivy class. This interface does not provide any thing. The different variables are added dynamically per ivy script class.
    Since:
    28.05.2009
    API:
    This is a public API.
    • Method Detail

      • get

        String get​(String varName)
        Gets the value of a global variable.
        Parameters:
        varName - the name of the variable
        Returns:
        the value of the variable if it is defined otherwise an empty string
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.