Modifier and Type | Interface and Description |
---|---|
interface |
CancelableEvent
Augments an event with support for cancelation.
|
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.
|
Constructor and Description |
---|
CommitDiscussionCancelableCommentEvent(Object source,
CommitDiscussion discussion,
Comment comment,
Comment parent,
CommentAction commentAction,
CancelState cancelState) |
CommitDiscussionCommentAddRequestedEvent(Object source,
CommitDiscussion discussion,
Comment comment,
CancelState cancelState) |
CommitDiscussionCommentDeletionRequestedEvent(Object source,
CommitDiscussion discussion,
Comment comment,
Comment parent,
CancelState cancelState) |
CommitDiscussionCommentModificationRequestedEvent(Object source,
CommitDiscussion discussion,
Comment comment,
Comment parent,
String previousText,
CancelState cancelState) |
CommitDiscussionCommentReplyRequestedEvent(Object source,
CommitDiscussion discussion,
Comment comment,
Comment parent,
CancelState cancelState) |
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. |
Constructor and Description |
---|
ProjectCreationRequestedEvent(Object source,
Project project,
CancelState cancelState) |
ProjectDeletionRequestedEvent(Object source,
Project project,
CancelState cancelState) |
ProjectModificationRequestedEvent(Object source,
Project oldValue,
Project newValue,
CancelState cancelState) |
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. |
Constructor and Description |
---|
RepositoryCreationRequestedEvent(Object source,
Repository repository,
CancelState cancelState) |
RepositoryDeletionRequestedEvent(Object source,
Repository repository,
CancelState cancelState,
Iterable<Integer> forkIds) |
RepositoryForkRequestedEvent(Object source,
Repository repository,
CancelState cancelState) |
RepositoryModificationRequestedEvent(Object source,
Repository oldValue,
Repository newValue,
CancelState cancelState) |
Copyright © 2019 Atlassian. All rights reserved.