public interface TaskStatusReportBuilder
TaskStatusReport. A TaskStatusReport contains the total number
of tasks, clustered in their task status. Furthermore the report contains a sum line that contains the total numbers
of the different clusters and the total number of all tasks.| Modifier and Type | Method and Description |
|---|---|
TaskStatusReport |
buildReport()
Returns a
TaskStatusReport containing all tasks after applying the filters. |
TaskStatusReportBuilder |
domainIn(List<String> domains)
Adds a list of domains to the builder.
|
TaskStatusReportBuilder |
stateIn(List<TaskState> states)
Adds a list of states to the builder.
|
TaskStatusReportBuilder stateIn(List<TaskState> states)
states - a list of statesTaskStatusReportBuilder domainIn(List<String> domains)
domains - a list of domainsTaskStatusReport buildReport() throws NotAuthorizedException
TaskStatusReport containing all tasks after applying the filters.NotAuthorizedException - if the user has no rights to access the monitorCopyright © 2018. All rights reserved.