Uses of Enum Class
org.adoptopenjdk.jitwatch.ui.report.ReportStageType
Packages that use ReportStageType
-
Uses of ReportStageType in org.adoptopenjdk.jitwatch.ui.report
Fields 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)