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 |
FileEditedEvent
An event that is raised after a file is edited on the server.
|
Modifier and Type | Class and Description |
---|---|
class |
PullRequestMergedEvent
Event raised when a pull request is merged via the web UI or REST, or when a remote merge is detected.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRepositoryRefsChangedEvent
Basic implementation of RepositoryRefsChangedEvent that developers can extend.
|
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 © 2024 Atlassian. All rights reserved.