Basic Functions

Basic Functions

This section contains functions that provide basic language behavior.

Functions summary

  • logPrintPrints a message in the configured Jira logs on the specified level: TRACE, DEBUG, INFO, WARN, ERROR, FATAL.
  • isNullChecks if the provided variable is null or has no value associated then returns "true", otherwise returns "false".
  • isNotNullChecks if the provided variable is not null or has a value associated and returns true. Otherwise returns false.
  • printReturns the printable string in the application log.
  • runnerLogPuts the 'message' on the console of a runner gadget.
  • lastExceptionClassReturns the class of a Java class exception when an error is thrown.
  • lastExceptionMessageReturns the message of a Java class exception when an error is thrown.
  • currentSilScriptReturns the current running SIL script name.







Need support? Create a request with our support team.

Copyright © 2005 - 2025 Appfire | All rights reserved.