Package | Description |
---|---|
com.atlassian.jira.bean | |
com.atlassian.jira.config | |
com.atlassian.jira.web.component | |
com.atlassian.jira.web.component.subtask |
Modifier and Type | Class and Description |
---|---|
class |
SubTaskBeanImpl |
Modifier and Type | Method and Description |
---|---|
SubTaskBean |
MockSubTaskManager.getSubTaskBean(Issue issue,
ApplicationUser remoteUser) |
SubTaskBean |
DefaultSubTaskManager.getSubTaskBean(Issue issue,
ApplicationUser remoteUser) |
SubTaskBean |
SubTaskManager.getSubTaskBean(Issue issue,
ApplicationUser remoteUser)
Returns the SubTaskBean for the given parent issue in the context of the given user.
|
Modifier and Type | Method and Description |
---|---|
IssueTableLayoutBean |
TableLayoutFactory.getSubTaskIssuesLayout(ApplicationUser user,
Issue parentIssue,
SubTaskBean subTaskBean,
String subTaskView,
boolean timeTrackingData)
Get the layout for sub-tasks on the view issue page.
|
Modifier and Type | Method and Description |
---|---|
ColumnLayoutItem |
ColumnLayoutItemFactory.getSubTaskDisplaySequenceColumn(SubTaskBean subTaskBean,
String subTaskView)
Displays a simple ColumnLayoutItem that displays a sequence.
|
ColumnLayoutItem |
ColumnLayoutItemFactory.getSubTaskReorderColumn(ApplicationUser user,
Issue parentIssue,
SubTaskBean subTaskBean,
String subTaskView)
Create a column for SubTaskView for reordering (displaying reorder arrows)
|
Constructor and Description |
---|
AbstractSubTaskColumnLayoutItem(VelocityTemplatingEngine velocity,
SubTaskBean subTaskBean,
String subTasksView) |
SubTaskReorderColumnLayoutItem(PermissionManager permissionManager,
ApplicationUser user,
VelocityTemplatingEngine templatingEngine,
SubTaskBean subTaskBean,
String subTaskView,
String contextPath,
Issue parentIssue,
I18nHelper i18n) |
SubTaskSequenceColumnLayoutItem(VelocityTemplatingEngine velocity,
SubTaskBean subTaskBean,
String subTaskView) |
Copyright © 2002-2019 Atlassian. All Rights Reserved.