Modifier and Type | Class and Description |
---|---|
class |
BranchChangedEvent
Base event for any operations on branches.
|
class |
BranchCreatedEvent
An event that is raised when a branch is created using the UI or REST.
|
class |
BranchDeletedEvent
An event that is raised when a branch is deleted using the UI (e.g.
|
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 |
CommitDiscussionCommentAddedEvent
Event that is raised when a comment is added in a commit discussion.
|
class |
CommitDiscussionCommentAddRequestedEvent
Event that is raised before a comment is added to a commit discussion.
|
class |
CommitDiscussionCommentDeletedEvent
Event that is raised when a comment is deleted in a commit discussion.
|
class |
CommitDiscussionCommentDeletionRequestedEvent
Event that is raised before a comment in a commit discussion is deleted.
|
class |
CommitDiscussionCommentEditedEvent
Event that is raised when a comment is edited in a commit discussion.
|
class |
CommitDiscussionCommentEvent
Event that is raised when a comment is added, deleted, edited or replied to in a commit discussion.
|
class |
CommitDiscussionCommentModificationRequestedEvent
Event that is raised before a comment in a commit discussion is edited.
|
class |
CommitDiscussionCommentRepliedEvent
Event that is raised when a comment is replied to in a commit discussion.
|
class |
CommitDiscussionCommentReplyRequestedEvent
Event that is raised before a comment is replied to in a commit discussion.
|
class |
CommitDiscussionEvent
Base type for all commit discussion-related events.
|
class |
CommitDiscussionParticipantsUpdatedEvent
An event raised when the participants in a commit discussion change.
|
Modifier and Type | Class and Description |
---|---|
class |
FileEditedEvent
An event that is raised after a file is edited on the server.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRepositoryModificationEvent
Base class for constructing events which relate to repository modifications.
|
class |
AbstractRepositoryRefsChangedEvent
Basic implementation of RepositoryRefsChangedEvent that developers can extend.
|
class |
RepositoryAccessedEvent
Event that is raised when a repository is accessed by a user.
|
class |
RepositoryCloneEvent
Raised when an SCM client clones a repository.
|
class |
RepositoryCreatedEvent
Event that is raised when a repository is created.
|
class |
RepositoryCreationFailedEvent
Raised when an attempt to create a repository fails.
|
class |
RepositoryCreationRequestedEvent
Raised just before a
repository is created. |
class |
RepositoryDefaultBranchModifiedEvent
Raised when the default branch of a repository is reconfigured (typically through repository settings).
|
class |
RepositoryDeletedEvent
Event that is raised when a repository is deleted
|
class |
RepositoryDeletionRequestedEvent
Raised just before a
repository is deleted. |
class |
RepositoryForkedEvent
Raised when a repository is forked successfully.
|
class |
RepositoryForkFailedEvent
Raised when an attempt to fork a repository fails.
|
class |
RepositoryForkRequestedEvent
Raised just before a
repository is forked. |
class |
RepositoryImportedEvent
Event raised to indicate that a repository has been successfully imported to this instance.
|
class |
RepositoryModificationRequestedEvent
Raised just before a
repository is updated. |
class |
RepositoryModifiedEvent
Event that is raised when a repository has been successfully updated.
|
class |
RepositoryOtherReadEvent
Raised when a repository is accessed for read but not
pulling refs . |
class |
RepositoryOtherWriteEvent
Raised when a repository is accessed for write but not
pushing refs . |
class |
RepositoryPullEvent
Raised when an SCM client pulls from a repository.
|
class |
RepositoryPushEvent
Event that is raised when a user pushes one or more
refs to a repository. |
Modifier and Type | Class and Description |
---|---|
class |
TagChangedEvent
Base event for any operations on tags.
|
class |
TagCreatedEvent
An event that is raised when a tag is created using the UI or REST.
|
class |
TagDeletedEvent
An event that is raised when a tag is deleted using the UI or REST.
|
Copyright © 2019 Atlassian. All rights reserved.