Uses of Class
org.adoptopenjdk.jitwatch.ui.report.ReportStageType
-
Packages that use ReportStageType Package Description org.adoptopenjdk.jitwatch.ui.report -
-
Uses of ReportStageType in org.adoptopenjdk.jitwatch.ui.report
Fields in org.adoptopenjdk.jitwatch.ui.report declared as ReportStageType Modifier and Type Field Description private ReportStageTypeReportStage. typeMethods in org.adoptopenjdk.jitwatch.ui.report that return ReportStageType Modifier and Type Method Description ReportStageTypeReportStage. getType()static ReportStageTypeReportStageType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ReportStageType[]ReportStageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.adoptopenjdk.jitwatch.ui.report with parameters of type ReportStageType Constructor Description ReportStage(IStageAccessProxy proxy, java.lang.String title, ReportStageType type, java.util.List<Report> reportList)
-