Uses of Class
com.atlassian.greenhopper.customfield.epiclink.EpicLinkHistoryEntry

Packages that use EpicLinkHistoryEntry
com.atlassian.greenhopper.customfield.epiclink   
com.atlassian.greenhopper.service.issue   
com.atlassian.greenhopper.web.rapid.chart.burndown   
 

Uses of EpicLinkHistoryEntry in com.atlassian.greenhopper.customfield.epiclink
 

Methods in com.atlassian.greenhopper.customfield.epiclink that return EpicLinkHistoryEntry
static EpicLinkHistoryEntry EpicLinkHistoryEntry.fromLuceneValue(java.lang.String data)
           
 

Methods in com.atlassian.greenhopper.customfield.epiclink that return types with arguments of type EpicLinkHistoryEntry
 java.util.List<EpicLinkHistoryEntry> EpicLinkHistoryData.getChanges()
           
 

Constructor parameters in com.atlassian.greenhopper.customfield.epiclink with type arguments of type EpicLinkHistoryEntry
EpicLinkHistoryData(com.atlassian.jira.issue.Issue currentEpic, java.util.Collection<java.lang.Long> allIds, java.util.List<EpicLinkHistoryEntry> changes)
           
 

Uses of EpicLinkHistoryEntry in com.atlassian.greenhopper.service.issue
 

Methods in com.atlassian.greenhopper.service.issue that return types with arguments of type EpicLinkHistoryEntry
 ServiceOutcome<java.util.Map<java.lang.String,java.util.List<EpicLinkHistoryEntry>>> EpicHistoryServiceImpl.findEpicHistory(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, com.atlassian.jira.issue.Issue epic)
           
 ServiceOutcome<java.util.Map<java.lang.String,java.util.List<EpicLinkHistoryEntry>>> EpicHistoryService.findEpicHistory(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, com.atlassian.jira.issue.Issue epic)
          Get the issue history information for a given rapid view and epic
 ServiceOutcome<java.util.Map<java.lang.String,java.util.List<EpicLinkHistoryEntry>>> EpicHistoryServiceImpl.findEpicHistory(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, com.atlassian.jira.issue.Issue epic, ClauseToAdd additionalClause)
           
 ServiceOutcome<java.util.Map<java.lang.String,java.util.List<EpicLinkHistoryEntry>>> EpicHistoryService.findEpicHistory(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, com.atlassian.jira.issue.Issue epic, ClauseToAdd additionalClause)
          Get the issue history information for a given rapid view and epic
 java.util.Map<java.lang.String,java.util.List<EpicLinkHistoryEntry>> EpicHistoryDataCollector.getIssueEpicHistory()
           
 

Uses of EpicLinkHistoryEntry in com.atlassian.greenhopper.web.rapid.chart.burndown
 

Method parameters in com.atlassian.greenhopper.web.rapid.chart.burndown with type arguments of type EpicLinkHistoryEntry
static void BurndownChangeUtil.addEpicHistoryChanges(java.util.Map<java.lang.String,java.util.List<EpicLinkHistoryEntry>> epicHistory, java.util.HashMap<java.lang.String,java.util.List<BurndownChange>> changes)
           
 



Copyright © 2007-2013 Atlassian. All Rights Reserved.