Package | Description |
---|---|
com.atlassian.jira.plugin.report |
Modifier and Type | Method and Description |
---|---|
static SubTaskInclusionOption |
SubTaskInclusionOption.fromKey(String key) |
static SubTaskInclusionOption |
SubTaskInclusionOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubTaskInclusionOption[] |
SubTaskInclusionOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<Issue> |
DefaultReportSubTaskFetcher.getSubTasks(ApplicationUser user,
List<Issue> parentIssues,
SubTaskInclusionOption subtaskInclusion,
boolean onlyIncludeUnresolved) |
List<Issue> |
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 at
SubTaskInclusionOption . |
List<Issue> |
DefaultReportSubTaskFetcher.getSubTasks(ApplicationUser user,
List<Issue> parentIssues,
SubTaskInclusionOption subtaskInclusion,
boolean onlyIncludeUnresolved,
int limit) |
List<Issue> |
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 at
SubTaskInclusionOption . |
List<Issue> |
DefaultReportSubTaskFetcher.getSubTasksForUser(ApplicationUser user,
List<Issue> parentIssues,
SubTaskInclusionOption subtaskInclusion,
boolean onlyIncludeUnresolved) |
List<Issue> |
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 at
SubTaskInclusionOption . |
Copyright © 2002-2021 Atlassian. All Rights Reserved.