com.atlassian.jira.notification.type
Class ApplicationUserToRecipient

java.lang.Object
  extended by com.atlassian.jira.notification.type.ApplicationUserToRecipient
All Implemented Interfaces:
com.google.common.base.Function<ApplicationUser,NotificationRecipient>

public class ApplicationUserToRecipient
extends Object
implements com.google.common.base.Function<ApplicationUser,NotificationRecipient>

Converts an ApplicationUser to a NotificationRecipient.

Since:
v6.0

Field Summary
static ApplicationUserToRecipient INSTANCE
           
 
Constructor Summary
ApplicationUserToRecipient()
           
 
Method Summary
 NotificationRecipient apply(ApplicationUser user)
           
 
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
 

Field Detail

INSTANCE

public static final ApplicationUserToRecipient INSTANCE
Constructor Detail

ApplicationUserToRecipient

public ApplicationUserToRecipient()
Method Detail

apply

public NotificationRecipient apply(@NotNull
                                   ApplicationUser user)
Specified by:
apply in interface com.google.common.base.Function<ApplicationUser,NotificationRecipient>


Copyright © 2002-2013 Atlassian. All Rights Reserved.