Package fr.openwide.maven.artifact.notifier.core.business.user.model

Examples of fr.openwide.maven.artifact.notifier.core.business.user.model.User.addNotification()


      }
     
      ArtifactVersionNotification notification = new ArtifactVersionNotification(version);
      artifactVersionNotificationService.create(notification);
     
      follower.addNotification(notification);
      notifications.add(notification);
      if (followedArtifact.getLastNotifiedVersionDate().before(version.getLastUpdateDate())) {
        followedArtifact.setLastNotifiedVersionDate(version.getLastUpdateDate());
      }
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.