Class ProjectHistoryTransformer
java.lang.Object
com.atlassian.greenhopper.service.project.ProjectHistoryTransformer
- All Implemented Interfaces:
com.google.common.base.Function<com.atlassian.jira.user.UserHistoryItem,
,com.atlassian.jira.project.Project> Function<com.atlassian.jira.user.UserHistoryItem,
com.atlassian.jira.project.Project>
@Service
public class ProjectHistoryTransformer
extends Object
implements com.google.common.base.Function<com.atlassian.jira.user.UserHistoryItem,com.atlassian.jira.project.Project>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.jira.project.Project
apply
(com.atlassian.jira.user.UserHistoryItem input) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Function
equals
-
Constructor Details
-
ProjectHistoryTransformer
public ProjectHistoryTransformer()
-
-
Method Details
-
apply
public com.atlassian.jira.project.Project apply(com.atlassian.jira.user.UserHistoryItem input)
-