com.atlassian.greenhopper.service.project
Class ProjectHistoryTransformer

java.lang.Object
  extended by com.atlassian.greenhopper.service.project.ProjectHistoryTransformer
All Implemented Interfaces:
com.atlassian.plugin.util.collect.Function<com.atlassian.jira.user.UserHistoryItem,com.atlassian.jira.project.Project>

@Service
public class ProjectHistoryTransformer
extends java.lang.Object
implements com.atlassian.plugin.util.collect.Function<com.atlassian.jira.user.UserHistoryItem,com.atlassian.jira.project.Project>


Constructor Summary
ProjectHistoryTransformer()
           
 
Method Summary
 com.atlassian.jira.project.Project get(com.atlassian.jira.user.UserHistoryItem input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectHistoryTransformer

public ProjectHistoryTransformer()
Method Detail

get

public com.atlassian.jira.project.Project get(com.atlassian.jira.user.UserHistoryItem input)
Specified by:
get in interface com.atlassian.plugin.util.collect.Function<com.atlassian.jira.user.UserHistoryItem,com.atlassian.jira.project.Project>


Copyright © 2007-2012 Atlassian. All Rights Reserved.