org.sonar.api.notifications
Interface NotificationDispatcher.Context

Enclosing class:
NotificationDispatcher

public static interface NotificationDispatcher.Context

Additional information related to the notification, which will be used to know who should receive the notification.


Method Summary
 void addUser(String userLogin)
          Adds a user that will be notified.
 

Method Detail

addUser

void addUser(String userLogin)
Adds a user that will be notified.

Parameters:
userLogin - the user login


Copyright © 2009-2012 SonarSource. All Rights Reserved.