Modifier and Type | Class and Description |
---|---|
class |
AttachmentDeletionRequestedEvent
Raised just before an
attachment is deleted . |
class |
AttachmentSaveRequestedEvent
Raised just before an
attachment is added . |
Modifier and Type | Class and Description |
---|---|
class |
CommitDiscussionCancelableCommentEvent
Subclasses of this event are synchronous and allow callers to cancel the action and/or participate in the
transaction (by persisting related entities, for example).
|
class |
CommitDiscussionCommentAddRequestedEvent
Event that is raised before a comment is added to a commit discussion.
|
class |
CommitDiscussionCommentDeletionRequestedEvent
Event that is raised before a comment in a commit discussion is deleted.
|
class |
CommitDiscussionCommentModificationRequestedEvent
Event that is raised before a comment in a commit discussion is edited.
|
class |
CommitDiscussionCommentReplyRequestedEvent
Event that is raised before a comment is replied to in a commit discussion.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PermissionGrantRequestedEvent
This event is raised before a user or group are granted a permission.
|
interface |
PermissionModificationRequestedEvent
This event is raised before a user or group's permission is modified.
|
interface |
PermissionRevocationRequestedEvent
This event is raised before a user or group's permission is revoked.
|
Modifier and Type | Class and Description |
---|---|
class |
GlobalPermissionGrantRequestedEvent
This event is raised before a user or group are granted a global permission.
|
class |
GlobalPermissionModificationRequestedEvent
This event is raised before a user or group's global permission is modified.
|
class |
GlobalPermissionRevocationRequestedEvent
This event is raised before a user or group's global permission is revoked.
|
class |
ProjectPermissionGrantRequestedEvent
This event is raised before a user or group are granted a project permission.
|
class |
ProjectPermissionModificationRequestedEvent
This event is raised before a user or group's project permission is modified.
|
class |
ProjectPermissionRevocationRequestedEvent
This event is raised before a user or group's project permission is revoked.
|
class |
RepositoryPermissionGrantRequestedEvent
This event is raised before a user or group are granted a repository permission.
|
class |
RepositoryPermissionModificationRequestedEvent
This event is raised before a user or group's repository permission is modified.
|
class |
RepositoryPermissionRevocationRequestedEvent
This event is raised before a user or group's repository permission is revoked.
|
Modifier and Type | Class and Description |
---|---|
class |
ProjectCreationRequestedEvent
Raised just before a
project is created. |
class |
ProjectDeletionRequestedEvent
/**
Event that is raised just before a
project is deleted. |
class |
ProjectModificationRequestedEvent
Raised just before a
project is updated. |
Modifier and Type | Class and Description |
---|---|
class |
PullRequestCancelableCommentEvent
Subclasses of this event are synchronous and allow callers to cancel the action and/or participate in the
transaction (by persisting related entities, for example).
|
class |
PullRequestCommentAddRequestedEvent
Event that is raised before a comment is added to a pull request.
|
class |
PullRequestCommentDeletionRequestedEvent
Event that is raised before a comment in a pull request is deleted.
|
class |
PullRequestCommentModificationRequestedEvent
Event that is raised before a comment in a pull request is edited.
|
class |
PullRequestCommentReplyRequestedEvent
Event that is raised before a comment is replied to in a pull request.
|
class |
PullRequestDeletionRequestedEvent
Raised just before a
pull request is deleted . |
class |
PullRequestOpenRequestedEvent
Raised just before a
pull request is opened . |
Modifier and Type | Class and Description |
---|---|
class |
RepositoryCreationRequestedEvent
Raised just before a
repository is created. |
class |
RepositoryDeletionRequestedEvent
Raised just before a
repository is deleted. |
class |
RepositoryForkRequestedEvent
Raised just before a
repository is forked. |
class |
RepositoryModificationRequestedEvent
Raised just before a
repository is updated. |
Copyright © 2021 Atlassian. All rights reserved.