public interface MonitorService
| Modifier and Type | Method and Description |
|---|---|
CategoryReport.Builder |
createCategoryReportBuilder()
Provides a
CategoryReport.Builder for creating a CategoryReport, list the task
ids of this report and list the values of an entered custom attribute. |
ClassificationReport.Builder |
createClassificationReportBuilder()
Provides a
ClassificationReport.Builder for creating a ClassificationReport or
a DetailedClassificationReport, list the task ids of these reports and list the values of an
entered custom attribute. |
CustomFieldValueReport.Builder |
createCustomFieldValueReportBuilder(CustomField customField)
Provides a
CustomFieldValueReport.Builder for creating a CustomFieldValueReport
and list the values of an entered custom attribute. |
TaskStatusReport.Builder |
createTaskStatusReportBuilder()
Provides a
TaskStatusReport.Builder for creating a TaskStatusReport. |
TimestampReport.Builder |
createTimestampReportBuilder()
Provides a
TimestampReport.Builder for creating a TimestampReport. |
WorkbasketReport.Builder |
createWorkbasketReportBuilder()
Provides a
WorkbasketReport.Builder for creating a WorkbasketReport, list the
task ids of this report and list the values of an entered custom attribute. |
WorkbasketReport.Builder createWorkbasketReportBuilder()
WorkbasketReport.Builder for creating a WorkbasketReport, list the
task ids of this report and list the values of an entered custom attribute.WorkbasketReport.BuilderCategoryReport.Builder createCategoryReportBuilder()
CategoryReport.Builder for creating a CategoryReport, list the task
ids of this report and list the values of an entered custom attribute.CategoryReport.BuilderClassificationReport.Builder createClassificationReportBuilder()
ClassificationReport.Builder for creating a ClassificationReport or
a DetailedClassificationReport, list the task ids of these reports and list the values of an
entered custom attribute.ClassificationReport.BuilderCustomFieldValueReport.Builder createCustomFieldValueReportBuilder(CustomField customField)
CustomFieldValueReport.Builder for creating a CustomFieldValueReport
and list the values of an entered custom attribute.customField - the customField whose values should appear in the reportCustomFieldValueReport.BuilderTaskStatusReport.Builder createTaskStatusReportBuilder()
TaskStatusReport.Builder for creating a TaskStatusReport.TaskStatusReport.BuilderTimestampReport.Builder createTimestampReportBuilder()
TimestampReport.Builder for creating a TimestampReport.TimestampReport.BuilderCopyright © 2020. All rights reserved.