public abstract class

AbstractNotification

extends Object
implements Notification
java.lang.Object
   ↳ com.atlassian.stash.notification.AbstractNotification
Known Direct Subclasses
Known Indirect Subclasses

Summary

Protected Constructors
AbstractNotification(StashUser user, Date timestamp)
Public Methods
@Nonnull Date getTimestamp()
@Nullable StashUser getUser()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.stash.notification.Notification

Protected Constructors

protected AbstractNotification (StashUser user, Date timestamp)

Public Methods

@Nonnull public Date getTimestamp ()

@Nullable public StashUser getUser ()

public String toString ()