Class ThreadInfos
java.lang.Object
com.atlassian.jira.web.monitor.dump.ThreadInfos
Utility methods operating on ThreadInfo instances.
- Since:
- v4.3
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringtoString(ThreadInfo thread) Returns a string representation of the given ThreadInfo instance.
-
Method Details
-
toString
Returns a string representation of the given ThreadInfo instance. This implementation is copied fromThreadInfo.toString(), with the difference that it does not set a limit on the maximum number of stack frames that will be printed.- Parameters:
thread- a ThreadInfo- Returns:
- a String representation of the ThreadInfo
- See Also:
-