Uses of Interface
pro.taskana.monitor.api.reports.TimestampReport.Builder
-
Packages that use TimestampReport.Builder Package Description pro.taskana.monitor.api pro.taskana.monitor.api.reports pro.taskana.monitor.internal pro.taskana.monitor.internal.reports -
-
Uses of TimestampReport.Builder in pro.taskana.monitor.api
Methods in pro.taskana.monitor.api that return TimestampReport.Builder Modifier and Type Method Description TimestampReport.BuilderMonitorService. createTimestampReportBuilder()Provides aTimestampReport.Builderfor creating aTimestampReport. -
Uses of TimestampReport.Builder in pro.taskana.monitor.api.reports
Methods in pro.taskana.monitor.api.reports that return TimestampReport.Builder Modifier and Type Method Description TimestampReport.BuilderTimestampReport.Builder. withTimestamps(List<TaskTimestamp> taskTimestamps) -
Uses of TimestampReport.Builder in pro.taskana.monitor.internal
Methods in pro.taskana.monitor.internal that return TimestampReport.Builder Modifier and Type Method Description TimestampReport.BuilderMonitorServiceImpl. createTimestampReportBuilder() -
Uses of TimestampReport.Builder in pro.taskana.monitor.internal.reports
Classes in pro.taskana.monitor.internal.reports that implement TimestampReport.Builder Modifier and Type Class Description classTimestampReportBuilderImplThe implementation ofTimestampReport.Builder.Methods in pro.taskana.monitor.internal.reports that return TimestampReport.Builder Modifier and Type Method Description protected TimestampReport.BuilderTimestampReportBuilderImpl. _this()TimestampReport.BuilderTimestampReportBuilderImpl. stateIn(List<TaskState> states)TimestampReport.BuilderTimestampReportBuilderImpl. withTimestamps(List<TaskTimestamp> taskTimestamps)
-