com.atlassian.greenhopper.web.rapid.list
Class RapidIssueEntryFactory
java.lang.Object
com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryFactory
@Service
public class RapidIssueEntryFactory
- extends java.lang.Object
Produces issue model objects used on the rapid board
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RapidIssueEntryFactory
public RapidIssueEntryFactory()
getRapidIssueEntry
public ServiceOutcome<RapidIssueEntry> getRapidIssueEntry(com.atlassian.crowd.embedded.api.User user,
java.lang.Long rapidViewId,
java.lang.Long issueId)
buildIssueListEntryWithoutDaysInColumnData
public RapidIssueEntry buildIssueListEntryWithoutDaysInColumnData(com.atlassian.jira.issue.Issue issue,
IssueStatisticValueResolver estimateIssueStatisticValueResolver)
- Creates an IssueListEntry object
Note: this method does not fill in the daysInColumn field
buildIssueListEntry
public ServiceOutcome<RapidIssueEntry> buildIssueListEntry(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
com.atlassian.jira.issue.Issue issue)
Copyright © 2007-2012 Atlassian. All Rights Reserved.