public class ThreadsInspectionReport extends Object implements InspectionReport
| Constructor and Description |
|---|
ThreadsInspectionReport(List<ThreadInfo> unexpectedThreads) |
| Modifier and Type | Method and Description |
|---|---|
List<ThreadInfo> |
getUnexpectedThreads() |
boolean |
inspectionPassed() |
void |
printReport(org.apache.log4j.Logger log) |
public ThreadsInspectionReport(List<ThreadInfo> unexpectedThreads)
public void printReport(org.apache.log4j.Logger log)
printReport in interface InspectionReportpublic List<ThreadInfo> getUnexpectedThreads()
public boolean inspectionPassed()
inspectionPassed in interface InspectionReportCopyright © 2002-2023 Atlassian. All Rights Reserved.