Class GetBoxVersionInfo

java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.system.GetBoxVersionInfo

@BoxBIF public class GetBoxVersionInfo extends BIF
  • Constructor Details

    • GetBoxVersionInfo

      public GetBoxVersionInfo()
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      Get's the version information of the current Box Runtime
      Specified by:
      _invoke in class BIF
      Parameters:
      context - The context in which the BIF is being invoked.
      arguments - Argument scope for the BIF.
      Returns:
      A struct with the version details of the runtime: { version: "1.0.0", buildDate: "2023-01-01", codename: "Jericho", boxlangId: "hash" }