Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info
titleAvailability

This routine is available starting with SIL Engine™ 4.5.6.

Syntax

serverInfo()

Description

Excerpt

Returns some basic information about the Jira server.

Return type

JServerInfo

Example 1

Code Block
JServerInfo info = serverInfo();

runnerLog("OS: " + info.os);
runnerLog("OS Version: " + info.osVersion);
runnerLog("Java Home: " + info.javaHome);
runnerLog("Java Version: " + info.javaVersion);
...

//for a complete list of JServerInfo fields see the JServerInfo struct type documentation

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "jira_group_routine"
labelsjira_group_routine