Class IssueRowEntryFactory

java.lang.Object
com.atlassian.greenhopper.web.rapid.issue.IssueRowEntryFactory
Direct Known Subclasses:
SubtaskEntryFactory

@Service public class IssueRowEntryFactory extends Object
Factory to create IssueRowEntry for issues in Subtasks and Issues in Epic panels in Issue Detail View. Extended by SubtaskEntryFactory
Since:
8.14
  • Constructor Details

    • IssueRowEntryFactory

      public IssueRowEntryFactory()
  • Method Details

    • createIssueRowEntry

      public IssueRowEntry createIssueRowEntry(com.atlassian.jira.user.ApplicationUser user, com.atlassian.jira.issue.Issue issue)
    • fillIssueRowEntry

      protected void fillIssueRowEntry(IssueRowEntry entry, com.atlassian.jira.user.ApplicationUser user, com.atlassian.jira.issue.Issue issue)