Uses of Interface
com.atlassian.jira.bean.SubTaskBean
Packages that use SubTaskBean
Package
Description
-
Uses of SubTaskBean in com.atlassian.jira.bean
Classes in com.atlassian.jira.bean that implement SubTaskBean -
Uses of SubTaskBean in com.atlassian.jira.config
Methods in com.atlassian.jira.config that return SubTaskBeanModifier and TypeMethodDescriptionDefaultSubTaskManager.getSubTaskBean
(Issue issue, ApplicationUser remoteUser) MockSubTaskManager.getSubTaskBean
(Issue issue, ApplicationUser remoteUser) SubTaskManager.getSubTaskBean
(Issue issue, ApplicationUser remoteUser) Returns the SubTaskBean for the given parent issue in the context of the given user. -
Uses of SubTaskBean in com.atlassian.jira.web.component
Methods in com.atlassian.jira.web.component with parameters of type SubTaskBeanModifier and TypeMethodDescriptionTableLayoutFactory.getSubTaskIssuesLayout
(ApplicationUser user, Issue parentIssue, SubTaskBean subTaskBean, String subTaskView, boolean timeTrackingData) Get the layout for sub-tasks on the view issue page. -
Uses of SubTaskBean in com.atlassian.jira.web.component.subtask
Methods in com.atlassian.jira.web.component.subtask with parameters of type SubTaskBeanModifier and TypeMethodDescriptionColumnLayoutItemFactory.getSubTaskDisplaySequenceColumn
(SubTaskBean subTaskBean, String subTaskView) Displays a simple ColumnLayoutItem that displays a sequence.ColumnLayoutItemFactory.getSubTaskReorderColumn
(ApplicationUser user, Issue parentIssue, SubTaskBean subTaskBean, String subTaskView) Create a column for SubTaskView for reordering (displaying reorder arrows)Constructors in com.atlassian.jira.web.component.subtask with parameters of type SubTaskBeanModifierConstructorDescriptionprotected
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)