| Interface | Description |
|---|---|
| ApplicationStartedEvent |
Event to indicate that the application has started, and all essential services
have started.
|
| ChangesetEvent |
Base interface for events which relate to a changeset
|
| CommitEvent |
An event thrown whenever a changeset is committed.
|
| DvcsCommitEvent |
An event thrown when a Distributed Version Control System repository (i.e.
|
| InitialRepositoryIndexCompleteEvent |
fired when the final changeset seen when initial scanning started has made its way all the way through the pipeline.
|
| InitialRepositoryScanCompleteEvent |
fired when the initial scan of a pipelined repo is complete.
|
| RepositoryCacheDeletedEvent |
Fired when a repository's cache has been deleted to trigger a full reindex.
|
| RepositoryDeletedEvent |
Sent when a repository is deleted.
|
| RepositoryEvent |
Base interface for events involving a repository
|
| RepositoryScanningPausedEvent | |
| RepositoryScanningResumedEvent | |
| RepositoryStartedEvent | |
| RepositoryStartingEvent | |
| RepositoryStoppedEvent | |
| RepositoryStoppingEvent | |
| RepositoryUpdatedEvent |
An event to indicate that the named repository has some updates (new changesets).
|
| UserMentionedEvent |
Published when a user is mentioned in a comment or review objectives (aka description)
|
| UserMentionedEventVisitor<T> | |
| UserMentionedInChangesetCommentEvent | |
| UserMentionedInReviewCommentEvent | |
| UserMentionedInReviewDescriptionEvent |