com.atlassian.greenhopper.service.charts
Class FixVersionHistoryServiceImpl

java.lang.Object
  extended by com.atlassian.greenhopper.service.charts.FixVersionHistoryServiceImpl
All Implemented Interfaces:
FixVersionHistoryService

@Service
public class FixVersionHistoryServiceImpl
extends java.lang.Object
implements FixVersionHistoryService


Constructor Summary
FixVersionHistoryServiceImpl()
           
 
Method Summary
 ServiceOutcome<java.util.Map<java.lang.String,java.util.List<FixVersionChangeEntry>>> findVersionHistory(com.atlassian.crowd.embedded.api.User user, com.atlassian.query.Query query, java.lang.Long versionId)
          Build up a map of change items relating to Fix Version, keyed by issue key, for the specified Query and version ID.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixVersionHistoryServiceImpl

public FixVersionHistoryServiceImpl()
Method Detail

findVersionHistory

@Nonnull
public ServiceOutcome<java.util.Map<java.lang.String,java.util.List<FixVersionChangeEntry>>> findVersionHistory(@Nonnull
                                                                                                                        com.atlassian.crowd.embedded.api.User user,
                                                                                                                        @Nonnull
                                                                                                                        com.atlassian.query.Query query,
                                                                                                                        @Nonnull
                                                                                                                        java.lang.Long versionId)
Description copied from interface: FixVersionHistoryService
Build up a map of change items relating to Fix Version, keyed by issue key, for the specified Query and version ID.

Specified by:
findVersionHistory in interface FixVersionHistoryService
Parameters:
user - the user performing the search
query - the query to find issues with
versionId - the version ID
Returns:
the result


Copyright © 2007-2014 Atlassian. All Rights Reserved.