public interface TaskMonitorService
| Modifier and Type | Method and Description |
|---|---|
CategoryReportBuilder |
createCategoryReportBuilder()
Provides a
CategoryReportBuilder for creating a CategoryReport, list the task ids of this report and list
the values of an entered custom attribute. |
ClassificationReportBuilder |
createClassificationReportBuilder()
Provides a
ClassificationReportBuilder for creating a ClassificationReport or a
DetailedClassificationReport, list the task ids of these reports and list the values of an entered custom
attribute. |
CustomFieldValueReportBuilderImpl |
createCustomFieldValueReportBuilder(CustomField customField)
Provides a
CustomFieldValueReportBuilderImpl for creating a CustomFieldValueReport and list the values of
an entered custom attribute. |
TaskStatusReportBuilderImpl |
createTaskStatusReportBuilder()
Provides a
TaskStatusReportBuilderImpl for creating a TaskStatusReport. |
WorkbasketReportBuilderImpl |
createWorkbasketReportBuilder()
Provides a
WorkbasketReportBuilderImpl for creating a WorkbasketReport, list the task ids of this report
and list the values of an entered custom attribute. |
WorkbasketReportBuilderImpl createWorkbasketReportBuilder()
WorkbasketReportBuilderImpl for creating a WorkbasketReport, list the task ids of this report
and list the values of an entered custom attribute.WorkbasketReportBuilderImplCategoryReportBuilder createCategoryReportBuilder()
CategoryReportBuilder for creating a CategoryReport, list the task ids of this report and list
the values of an entered custom attribute.CategoryReportBuilderClassificationReportBuilder createClassificationReportBuilder()
ClassificationReportBuilder for creating a ClassificationReport or a
DetailedClassificationReport, list the task ids of these reports and list the values of an entered custom
attribute.ClassificationReportBuilderCustomFieldValueReportBuilderImpl createCustomFieldValueReportBuilder(CustomField customField)
CustomFieldValueReportBuilderImpl for creating a CustomFieldValueReport and list the values of
an entered custom attribute.customField - the customField whose values should appear in the reportCustomFieldValueReportBuilderImplTaskStatusReportBuilderImpl createTaskStatusReportBuilder()
TaskStatusReportBuilderImpl for creating a TaskStatusReport.TaskStatusReportBuilderImplCopyright © 2018. All rights reserved.