public class

AbstractRepositoryNotification

extends AbstractNotification
implements RepositoryNotification
java.lang.Object
   ↳ com.atlassian.bitbucket.notification.AbstractNotification
     ↳ com.atlassian.bitbucket.notification.repository.AbstractRepositoryNotification
Known Direct Subclasses

Summary

Protected Constructors
AbstractRepositoryNotification(ApplicationUser user, Date timestamp, Repository repository)
Public Methods
@Nonnull Repository getRepository()
String toString()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.notification.AbstractNotification
From class java.lang.Object
From interface com.atlassian.bitbucket.notification.Notification
From interface com.atlassian.bitbucket.notification.repository.RepositoryNotification

Protected Constructors

protected AbstractRepositoryNotification (ApplicationUser user, Date timestamp, Repository repository)

Public Methods

@Nonnull public Repository getRepository ()

public String toString ()