Versions Compared

Key

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

...

Description

Excerpt
hiddentrue

Returns some basic information about the Jira server.

Returns some basic information about the Jira server.

...

Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

Parameter name

Type

Required

Description

Return Type

JServerInfo

Example

Code Block
languagejs
JServerInfo info = serverInfo();
string [] info = serverInfo();
	runnerLog("OS: " + info["os"]);
	runnerLog("OS Version: " + info["osVersion"]);
	runnerLog("Java Home: " + info["javaHome"]);
	runnerLog("Java Version: " + info["javaVersion"]);
	runnerLog("System Processors: " + info["processors"]);
	runnerLog("Free Java Memory: " + info["freeMemory"]);
	runnerLog("Max Java Memory: " + info["maxMemory"]);
	runnerLog("Total Java Memory: " + info["totalMemory"]);
	runnerLog("User Name: " + info["userName"]);
	runnerLog("User Directory: " + info["userDir"]);
	runnerLog("User Home: " + info["userHome"]);
	runnerLog("Root Info: " + info["rootInfo"]);

Returns : OS: Windows 10 OS Version: 10.0 Java Home: C:\PROGRA~1\ATLASS~1\JIRA~1\jre Java Version: 1.8.0_181 System Processors: 4 Free Memory: 457 MB Max Memory: 1820 MB Total Memory: 1807 MB User Name: JOEUSER User Directory: C:\Program Files\Atlassian\JIRA User Home: C:\WINDOWS\system32\config\systemprofile Root Info: Root: C:\,Total: 487308 MB,Free: 60428 MB,Usable: 60428 MB|Root: D:\,Total: 5173 MB,Free: 0 MB,Usable: 0 MB

See also

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
cqllabel = "system_routine" and space = currentSpace ( )
labelsarray_routines