Interface | Description |
---|---|
RepositoryRefsChangedEvent |
Interface for events that are published when changes are made to a repository.
|
Class | Description |
---|---|
AbstractRepositoryModificationEvent |
Base class for constructing events which relate to repository modifications.
|
AbstractRepositoryRefsChangedEvent |
Basic implementation of RepositoryRefsChangedEvent that developers can extend.
|
PullRequestFilterEvent |
Event that is raised when
PullRequest s are filtered by one or more criteria from the UI. |
RepositoryAccessedEvent |
Event that is raised when a repository is accessed by a user.
|
RepositoryCloneEvent |
Raised when an SCM client clones a repository.
|
RepositoryCreatedEvent |
Event that is raised when a repository is created.
|
RepositoryCreationFailedEvent |
Raised when an attempt to create a repository fails.
|
RepositoryCreationRequestedEvent |
Raised just before a
repository is created. |
RepositoryDefaultBranchModifiedEvent |
Raised when the default branch of a repository is reconfigured (typically through repository settings).
|
RepositoryDeleteBlockedEvent |
Raised when a user is blocked from deleting a repository due to the repository delete policy.
|
RepositoryDeletedEvent |
Event that is raised when a repository is deleted
|
RepositoryDeletionRequestedEvent |
Raised just before a
repository is deleted. |
RepositoryEvent |
Base class for all events related to repositories: pushes, pulls, merge operations, etc.
|
RepositoryForkedEvent |
Raised when a repository is forked successfully.
|
RepositoryForkFailedEvent |
Raised when an attempt to fork a repository fails.
|
RepositoryForkRequestedEvent |
Raised just before a
repository is forked. |
RepositoryImportedEvent |
Event raised to indicate that a repository has been successfully imported to this instance.
|
RepositoryModificationRequestedEvent |
Raised just before a
repository is updated. |
RepositoryModifiedEvent |
Event that is raised when a repository has been successfully updated.
|
RepositoryOtherReadEvent |
Raised when a repository is accessed for read but not
pulling refs . |
RepositoryOtherWriteEvent |
Raised when a repository is accessed for write but not
pushing refs . |
RepositoryPullEvent |
Raised when an SCM client pulls from a repository.
|
RepositoryPushEvent |
Event that is raised when a user pushes one or more
refs to a repository. |
Copyright © 2022 Atlassian. All rights reserved.