Uses of Enum Class
com.atlassian.jira.plugin.report.SubTaskInclusionOption
Packages that use SubTaskInclusionOption
-
Uses of SubTaskInclusionOption in com.atlassian.jira.plugin.report
Methods in com.atlassian.jira.plugin.report that return SubTaskInclusionOptionModifier and TypeMethodDescriptionstatic SubTaskInclusionOptionstatic SubTaskInclusionOptionReturns the enum constant of this class with the specified name.static SubTaskInclusionOption[]SubTaskInclusionOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.jira.plugin.report with parameters of type SubTaskInclusionOptionModifier and TypeMethodDescriptionDefaultReportSubTaskFetcher.getSubTasks(ApplicationUser user, List<Issue> parentIssues, SubTaskInclusionOption subtaskInclusion, boolean onlyIncludeUnresolved) DefaultReportSubTaskFetcher.getSubTasks(ApplicationUser user, List<Issue> parentIssues, SubTaskInclusionOption subtaskInclusion, boolean onlyIncludeUnresolved, int limit) ReportSubTaskFetcher.getSubTasks(ApplicationUser user, List<Issue> parentIssues, SubTaskInclusionOption subtaskInclusion, boolean onlyIncludeUnresolved) Given a list of parent issues, returns a list of subtasks visible to the user, subject to the subtask inclusion policy atSubTaskInclusionOption.ReportSubTaskFetcher.getSubTasks(ApplicationUser user, List<Issue> parentIssues, SubTaskInclusionOption subtaskInclusion, boolean onlyIncludeUnresolved, int limit) Given a list of parent issues, returns a list of subtasks visible to the user, subject to the subtask inclusion policy atSubTaskInclusionOption.DefaultReportSubTaskFetcher.getSubTasksForUser(ApplicationUser user, List<Issue> parentIssues, SubTaskInclusionOption subtaskInclusion, boolean onlyIncludeUnresolved) ReportSubTaskFetcher.getSubTasksForUser(ApplicationUser user, List<Issue> parentIssues, SubTaskInclusionOption subtaskInclusion, boolean onlyIncludeUnresolved) Given a list of parent issues, returns a list of subtasks visible to the user, subject to the subtask inclusion policy atSubTaskInclusionOption.