Package de.fraunhofer.fit.fitmiles.utils

Examples of de.fraunhofer.fit.fitmiles.utils.ReputationForgeNotification


  public void start() {
   
    List<GforgeAuthor> authors=rep.getAuthors();
    Timer timer= CollabReviewSingleton.get().getWorkerDaemon();
    for (Author author:authors) {
      notification= new ReputationForgeNotification(author);
      //Starts email timer- less than 2 tasks the last 3 days
      notification.notifyLessThan2Tasks(author, timer);
      //Starts email timer- worst 4 users
      notification.notifyLowPointUser(author, timer);
      //Starts email timer - not active user
View Full Code Here

TOP

Related Classes of de.fraunhofer.fit.fitmiles.utils.ReputationForgeNotification

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.