Uses of Enum Class
org.adoptopenjdk.jitwatch.ui.report.ReportStageType
Packages that use ReportStageType
-
Uses of ReportStageType in org.adoptopenjdk.jitwatch.ui.report
Subclasses with type arguments of type ReportStageType in org.adoptopenjdk.jitwatch.ui.reportFields in org.adoptopenjdk.jitwatch.ui.report declared as ReportStageTypeMethods in org.adoptopenjdk.jitwatch.ui.report that return ReportStageTypeModifier and TypeMethodDescriptionReportStage.getType()static ReportStageTypeReturns the enum constant of this class with the specified name.static ReportStageType[]ReportStageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.adoptopenjdk.jitwatch.ui.report with parameters of type ReportStageTypeModifierConstructorDescriptionReportStage(IStageAccessProxy proxy, String title, ReportStageType type, List<Report> reportList)