Class ThreadInfos

java.lang.Object
com.atlassian.jira.web.monitor.dump.ThreadInfos

public class ThreadInfos extends Object
Utility methods operating on ThreadInfo instances.
Since:
v4.3
  • Method Details

    • toString

      public static String toString(ThreadInfo thread)
      Returns a string representation of the given ThreadInfo instance. This implementation is copied from ThreadInfo.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: