com.atlassian.greenhopper.service.charts
Interface FixVersionHistoryService

All Known Implementing Classes:
FixVersionHistoryServiceImpl

public interface FixVersionHistoryService

Fetches data from the change history to build a list of changes to the fix version (issues added and issues removed with corresponding dates). This is not the same as the Released Version History field used in GH Classic.


Method Summary
 ServiceOutcome<java.util.Map<java.lang.String,java.util.List<FixVersionChangeEntry>>> findVersionHistory(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.lang.Long versionId)
           
 

Method Detail

findVersionHistory

ServiceOutcome<java.util.Map<java.lang.String,java.util.List<FixVersionChangeEntry>>> findVersionHistory(@Nonnull
                                                                                                         com.atlassian.crowd.embedded.api.User user,
                                                                                                         @Nonnull
                                                                                                         RapidView rapidView,
                                                                                                         @Nonnull
                                                                                                         java.lang.Long versionId)


Copyright © 2007-2013 Atlassian. All Rights Reserved.