public class ServerDetails extends Object implements Serializable
| Constructor and Description |
|---|
ServerDetails(ConfigContext context) |
ServerDetails(String environmentName,
String hostname,
String projectRoot,
Integer pid,
String time,
Stats stats) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getEnvironmentName() |
String |
getHostname() |
Integer |
getPid() |
String |
getProjectRoot() |
Stats |
getStats() |
String |
getTime() |
int |
hashCode() |
protected static String |
hostname()
Attempt to find the hostname of the system reporting the error to
Honeybadger.
|
protected static Integer |
pid()
Finds the process id for the running JVM.
|
protected static String |
projectRoot()
Finds the directory in which the JVM was started.
|
static String |
time() |
String |
toString() |
public ServerDetails(ConfigContext context)
protected static String hostname()
protected static String projectRoot()
protected static Integer pid()
public static String time()
public String getEnvironmentName()
public String getHostname()
public String getProjectRoot()
public Integer getPid()
public String getTime()
public Stats getStats()
Copyright © 2023 Honeybadger.io. All rights reserved.