| Package | Description |
|---|---|
| com.atlassian.greenhopper.model.timetracking | |
| com.atlassian.greenhopper.service.charts | |
| com.atlassian.greenhopper.service.timetracking |
| Modifier and Type | Method and Description |
|---|---|
WorklogTimeline |
TimelineAnalysis.getTimeline() |
| Modifier and Type | Method and Description |
|---|---|
void |
TimelineAnalysis.importTimeline(WorklogTimeline timeline,
List<com.atlassian.jira.issue.Issue> issues,
org.joda.time.DateMidnight start,
org.joda.time.DateMidnight end)
pick up the computed timeline and
|
| Modifier and Type | Method and Description |
|---|---|
HourBurndownEntry |
HourBurndownChartServiceImpl.getInitialValue(com.atlassian.jira.user.ApplicationUser user,
WorklogTimeline timeline,
List<com.atlassian.jira.issue.Issue> issues,
org.joda.time.DateMidnight startDate) |
HourBurndownEntry |
HourBurndownChartService.getInitialValue(com.atlassian.jira.user.ApplicationUser user,
WorklogTimeline timeline,
List<com.atlassian.jira.issue.Issue> issues,
org.joda.time.DateMidnight startDate) |
HourBurndownEntry |
HourBurndownChartServiceImpl.getInitialValue(com.atlassian.jira.user.ApplicationUser user,
WorklogTimeline timeline,
List<com.atlassian.jira.issue.Issue> issues,
org.joda.time.DateMidnight startDate,
TimelineAnalysis analysis)
Compute the initial value.
|
HourBurndownEntry |
HourBurndownChartService.getInitialValue(com.atlassian.jira.user.ApplicationUser user,
WorklogTimeline timeline,
List<com.atlassian.jira.issue.Issue> issues,
org.joda.time.DateMidnight startDate,
TimelineAnalysis analysis) |
| Modifier and Type | Method and Description |
|---|---|
WorklogTimeline |
WorklogHistoryServiceImpl.computeTimetrackingHistory(List<com.atlassian.jira.issue.Issue> issues,
com.atlassian.jira.user.ApplicationUser 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(List<com.atlassian.jira.issue.Issue> issues,
com.atlassian.jira.user.ApplicationUser user)
Fetch a structured, chronological view of the work logged on an issue and the change of the remaining estimate.
|
Copyright © 2007–2015 Atlassian. All rights reserved.