Uses of Enum Class
net.bull.javamelody.internal.model.Period
Packages that use Period
Package
Description
-
Uses of Period in net.bull.javamelody.internal.model
Methods in net.bull.javamelody.internal.model that return PeriodModifier and TypeMethodDescriptionRange.getPeriod()static PeriodReturns the enum constant of this class with the specified name.static PeriodPeriod.valueOfByMailCode(String mailPeriod) static PeriodPeriod.valueOfIgnoreCase(String period) static Period[]Period.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Period in net.bull.javamelody.internal.web
Methods in net.bull.javamelody.internal.web that return types with arguments of type PeriodMethods in net.bull.javamelody.internal.web with parameters of type PeriodModifier and TypeMethodDescriptionstatic DateMailReport.getNextExecutionDate(Period period) voidMailReport.sendReportMail(Collector collector, boolean collectorServer, List<JavaInformations> javaInformationsList, Period period) voidMailReport.sendReportMailForLocalServer(Collector collector, Period period) -
Uses of Period in net.bull.javamelody.internal.web.html
Constructors in net.bull.javamelody.internal.web.html with parameters of type PeriodModifierConstructorDescriptionHtmlReport(Collector collector, CollectorServer collectorServer, List<JavaInformations> javaInformationsList, Period period, Writer writer) -
Uses of Period in net.bull.javamelody.internal.web.pdf
Constructors in net.bull.javamelody.internal.web.pdf with parameters of type PeriodModifierConstructorDescriptionPdfReport(Collector collector, boolean collectorServer, List<JavaInformations> javaInformationsList, Period period, OutputStream output)