Our new Appfire Documentation Space is now live!

Take a look here! If you have any questions please email support@appfire.com.

Basic Routines

This section contains routines that provide basic language behavior.

Routines summary

  • isNotNullChecks if the provided variable is not null or has a value associated and returns true. Otherwise returns false.
  • isNullChecks if the provided variable is null or has no value associated then returns "true", otherwise returns "false".
  • logPrintPrints a message in the configured Jira logs on the specified level: TRACE, DEBUG, INFO, WARN, ERROR, FATAL.
  • 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.