|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorklogTimeline | |
---|---|
com.atlassian.greenhopper.model.timetracking | |
com.atlassian.greenhopper.service.charts | |
com.atlassian.greenhopper.service.timetracking |
Uses of WorklogTimeline in com.atlassian.greenhopper.model.timetracking |
---|
Methods in com.atlassian.greenhopper.model.timetracking that return WorklogTimeline | |
---|---|
WorklogTimeline |
TimelineAnalysis.getTimeline()
|
Methods in com.atlassian.greenhopper.model.timetracking with parameters of type WorklogTimeline | |
---|---|
void |
TimelineAnalysis.importTimeline(WorklogTimeline timeline,
java.util.List<com.atlassian.jira.issue.Issue> issues,
org.joda.time.DateMidnight start,
org.joda.time.DateMidnight end)
pick up the computed timeline and |
Uses of WorklogTimeline in com.atlassian.greenhopper.service.charts |
---|
Methods in com.atlassian.greenhopper.service.charts with parameters of type WorklogTimeline | |
---|---|
HourBurndownEntry |
HourBurndownChartService.getInitialValue(com.opensymphony.user.User user,
WorklogTimeline timeline,
java.util.List<com.atlassian.jira.issue.Issue> issues,
org.joda.time.DateMidnight startDate)
|
HourBurndownEntry |
HourBurndownChartServiceImpl.getInitialValue(com.opensymphony.user.User user,
WorklogTimeline timeline,
java.util.List<com.atlassian.jira.issue.Issue> issues,
org.joda.time.DateMidnight startDate)
|
HourBurndownEntry |
HourBurndownChartService.getInitialValue(com.opensymphony.user.User user,
WorklogTimeline timeline,
java.util.List<com.atlassian.jira.issue.Issue> issues,
org.joda.time.DateMidnight startDate,
TimelineAnalysis analysis)
|
HourBurndownEntry |
HourBurndownChartServiceImpl.getInitialValue(com.opensymphony.user.User user,
WorklogTimeline timeline,
java.util.List<com.atlassian.jira.issue.Issue> issues,
org.joda.time.DateMidnight startDate,
TimelineAnalysis analysis)
Compute the initial value. |
Uses of WorklogTimeline in com.atlassian.greenhopper.service.timetracking |
---|
Methods in com.atlassian.greenhopper.service.timetracking that return WorklogTimeline | |
---|---|
WorklogTimeline |
WorklogHistoryServiceImpl.computeTimetrackingHistory(java.util.List<com.atlassian.jira.issue.Issue> issues,
com.opensymphony.user.User user)
Build the timeline for the given issues, using cached timeline segments if possible and refreshing them from the database if necessary. |
WorklogTimeline |
WorklogHistoryService.computeTimetrackingHistory(java.util.List<com.atlassian.jira.issue.Issue> issues,
com.opensymphony.user.User user)
Fetch a structured, chronological view of the work logged on an issue and the change of the remaining estimate. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |