public class

ThreadsInspectionReport

extends Object
implements InspectionReport
java.lang.Object
   ↳ com.atlassian.jira.memoryinspector.ThreadsInspectionReport

Class Overview

Thread inspection report.

Summary

Public Constructors
ThreadsInspectionReport(List<ThreadInfo> unexpectedThreads)
Public Methods
List<ThreadInfo> getUnexpectedThreads()
boolean inspectionPassed()
void printReport(Logger log)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.memoryinspector.InspectionReport

Public Constructors

public ThreadsInspectionReport (List<ThreadInfo> unexpectedThreads)

Public Methods

public List<ThreadInfo> getUnexpectedThreads ()

public boolean inspectionPassed ()

public void printReport (Logger log)