com.atlassian.bamboo.configuration
Class SystemInfo
java.lang.Object
com.atlassian.bamboo.configuration.SystemInfo
public class SystemInfo
- extends Object
POJO for presenting the system runtime information.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemInfo
public SystemInfo()
getSystemDate
public String getSystemDate()
getSystemTime
public String getSystemTime()
getJavaVersion
public String getJavaVersion()
getJavaVendor
public String getJavaVendor()
getJvmVersion
public String getJvmVersion()
getJvmVendor
public String getJvmVendor()
getJvmImplementationVersion
public String getJvmImplementationVersion()
getJavaRuntime
public String getJavaRuntime()
getJavaVm
public String getJavaVm()
getUserName
public String getUserName()
getUserTimezone
public String getUserTimezone()
getUserLocale
public String getUserLocale()
getSystemEncoding
public String getSystemEncoding()
getOperatingSystem
public String getOperatingSystem()
getOperatingSystemArchitecture
public String getOperatingSystemArchitecture()
getAppServerContainer
public String getAppServerContainer()
getTotalMemory
public long getTotalMemory()
getFreeMemory
public long getFreeMemory()
getUsedMemory
public long getUsedMemory()
getAvailableProcessors
public int getAvailableProcessors()
getConfigPath
public String getConfigPath()
getBambooHome
public String getBambooHome()
getBuildPath
public String getBuildPath()
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.