com.atlassian.greenhopper.service.project
Interface ProjectHistoryService

All Known Implementing Classes:
ProjectHistoryServiceImpl

public interface ProjectHistoryService

Register either the projects seen when querying a board, or the projects of a board if no issues were seen, with the UserProjectHistoryManager.


Method Summary
 void registerRecentProjects(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.List<com.atlassian.jira.project.Project> projectsToRegister)
          Register either the projects seen when querying a board, or the projects of a board if no issues were seen, with the UserProjectHistoryManager for the specified user.
 

Method Detail

registerRecentProjects

void registerRecentProjects(com.atlassian.crowd.embedded.api.User user,
                            RapidView rapidView,
                            @NotNull
                            java.util.List<com.atlassian.jira.project.Project> projectsToRegister)
Register either the projects seen when querying a board, or the projects of a board if no issues were seen, with the UserProjectHistoryManager for the specified user.

Parameters:
user - The user
rapidView - the rapid view that was being queried
projectsToRegister - the projects that were seen when querying the board; may be empty, must not be null


Copyright © 2007-2012 Atlassian. All Rights Reserved.