public interface ServerInfoService
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAppHome() |
java.lang.String |
getInstanceDir() |
java.lang.String |
getProductName() |
VersionInfo |
getProductVersionInfo()
Get product version info
|
java.util.TimeZone |
getServerTimeZone() |
boolean |
isCrucible() |
boolean |
isFishEye() |
java.util.TimeZone getServerTimeZone()
java.lang.String getAppHome()
java.lang.String getInstanceDir()
VersionInfo getProductVersionInfo()
boolean isFishEye()
true if the server is running with a license that includes FishEye,
false otherwise.
This is useful for FishEye plugins to verify whether FishEye services are available.boolean isCrucible()
true if the server is running with a license that includes Crucible,
false otherwise.
This is useful for Crucible plugins to verify whether Crucible services are available.java.lang.String getProductName()