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 InspectionReport
public List<ThreadInfo> getUnexpectedThreads()
public boolean inspectionPassed()
inspectionPassed
in interface InspectionReport
Copyright © 2002-2019 Atlassian. All Rights Reserved.