Uses of Interface
org.sonar.api.security.UserFinder

Packages that use UserFinder
org.sonar.core.components   
org.sonar.plugins.core.sensors   
org.sonar.plugins.emailnotifications   
org.sonar.plugins.emailnotifications.reviews   
 

Uses of UserFinder in org.sonar.core.components
 

Classes in org.sonar.core.components that implement UserFinder
 class DefaultUserFinder
           
 

Uses of UserFinder in org.sonar.plugins.core.sensors
 

Constructors in org.sonar.plugins.core.sensors with parameters of type UserFinder
CloseReviewsDecorator(Project project, ResourcePersister resourcePersister, DatabaseSession databaseSession, NotificationManager notificationManager, UserFinder userFinder)
           
 

Uses of UserFinder in org.sonar.plugins.emailnotifications
 

Constructors in org.sonar.plugins.emailnotifications with parameters of type UserFinder
EmailNotificationChannel(EmailConfiguration configuration, EmailTemplate[] templates, UserFinder userFinder)
           
 

Uses of UserFinder in org.sonar.plugins.emailnotifications.reviews
 

Constructors in org.sonar.plugins.emailnotifications.reviews with parameters of type UserFinder
ReviewEmailTemplate(EmailConfiguration configuration, UserFinder userFinder)
           
 



Copyright © 2009-2011 SonarSource. All Rights Reserved.