Bitbucket Server Documentation
Bitbucket Server - SPI
Package Index
|
Class Index
com.atlassian.bitbucket.auth
com.atlassian.bitbucket.comment
com.atlassian.bitbucket.home
com.atlassian.bitbucket.hook
com.atlassian.bitbucket.hook.repository
com.atlassian.bitbucket.idx
com.atlassian.bitbucket.io
com.atlassian.bitbucket.json
com.atlassian.bitbucket.migration
com.atlassian.bitbucket.notification
com.atlassian.bitbucket.notification.commit
com.atlassian.bitbucket.notification.pull
com.atlassian.bitbucket.notification.repository
com.atlassian.bitbucket.permission
com.atlassian.bitbucket.plugin
com.atlassian.bitbucket.pull
com.atlassian.bitbucket.repository
com.atlassian.bitbucket.scm
com.atlassian.bitbucket.scm.bulk
com.atlassian.bitbucket.scm.compare
com.atlassian.bitbucket.scm.event
com.atlassian.bitbucket.scm.hook
com.atlassian.bitbucket.scm.http
com.atlassian.bitbucket.scm.integrity
com.atlassian.bitbucket.scm.mirror
com.atlassian.bitbucket.scm.pull
com.atlassian.bitbucket.scm.ref
com.atlassian.bitbucket.scm.ssh
com.atlassian.bitbucket.scm.throttle
com.atlassian.bitbucket.setting
com.atlassian.bitbucket.ssh.command
com.atlassian.bitbucket.ui
com.atlassian.bitbucket.user
com.atlassian.bitbucket.util
Interfaces
Notification
NotificationHandler
<T extends
Notification
>
Classes
AbstractNotification
Package Index
|
Class Index
Summary:
Protected Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public abstract class
AbstractNotification
extends
Object
implements
Notification
java.lang.Object
↳
com.atlassian.bitbucket.notification.AbstractNotification
Known Direct Subclasses
AbstractCommitDiscussionNotification
,
AbstractPullRequestNotification
,
AbstractRepositoryNotification
AbstractCommitDiscussionNotification
AbstractPullRequestNotification
AbstractRepositoryNotification
Known Indirect Subclasses
AbstractCommitDiscussionCommentNotification
,
CommentAddedPullRequestNotification
,
CommentRepliedPullRequestNotification
,
CommitDiscussionCommentAddedNotification
,
CommitDiscussionCommentRepliedNotification
,
PullRequestActivityNotification
,
PullRequestApprovedNotification
,
PullRequestClosedNotification
,
PullRequestDeletedNotification
,
PullRequestFromRefRescopedNotification
,
PullRequestMergedNotification
,
PullRequestOpenedNotification
,
PullRequestReopenedNotification
,
PullRequestReviewedNotification
,
PullRequestReviewerAddedNotification
,
PullRequestReviewerRemovedNotification
,
PullRequestReviewersUpdatedNotification
,
PullRequestUnapprovedNotification
,
PullRequestUpdatedNotification
,
RepositoryPushNotification
AbstractCommitDiscussionCommentNotification
CommentAddedPullRequestNotification
CommentRepliedPullRequestNotification
CommitDiscussionCommentAddedNotification
CommitDiscussionCommentRepliedNotification
PullRequestActivityNotification
Notification for PullRequestActivity and its subtypes.
PullRequestApprovedNotification
PullRequestClosedNotification
PullRequestDeletedNotification
PullRequestFromRefRescopedNotification
Notification for when a Pull Request source ref is updated due to a push to the source ref.
PullRequestMergedNotification
PullRequestOpenedNotification
PullRequestReopenedNotification
PullRequestReviewedNotification
PullRequestReviewerAddedNotification
PullRequestReviewerRemovedNotification
PullRequestReviewersUpdatedNotification
PullRequestUnapprovedNotification
PullRequestUpdatedNotification
RepositoryPushNotification
Summary
Protected Constructors
AbstractNotification
(
ApplicationUser
user,
Date
timestamp)
Public Methods
@Nonnull
Date
getTimestamp
()
@Nullable
ApplicationUser
getUser
()
String
toString
()
[Expand]
Inherited Methods
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
final void
wait
()
From interface
com.atlassian.bitbucket.notification.Notification
@Nonnull
Date
getTimestamp
()
@Nullable
ApplicationUser
getUser
()
@Nullable @
Deprecated
Watchable
getWatchable
()
This method is deprecated. in 5.10 to become non-null in 6.0
Protected Constructors
protected
AbstractNotification
(
ApplicationUser
user,
Date
timestamp)
Public Methods
@Nonnull public
Date
getTimestamp
()
@Nullable public
ApplicationUser
getUser
()
public
String
toString
()