Known Direct Subclasses
|
Known Indirect Subclasses
BranchCreatedEvent |
An event that is raised when a branch is created using the UI or REST. |
BranchDeletedEvent |
An event that is raised when a branch is deleted using the UI (e.g. |
FileEditedEvent |
An event that is raised after a file is edited on the server. |
TagCreatedEvent |
An event that is raised when a tag is created using the UI or REST. |
TagDeletedEvent |
An event that is raised when a tag is deleted using the UI or REST. |
|
Class Overview
Basic implementation of RepositoryRefsChangedEvent that developers can extend.
Summary
[Expand]
Inherited Fields |
From class
java.util.EventObject
|
Fields
protected
static
final
String
EMPTY_HASH
Public Constructors
public
AbstractRepositoryRefsChangedEvent
(Object source, Repository repository, Collection<RefChange> refChanges)
Public Methods
@Nonnull
public
Collection<RefChange>
getRefChanges
()
Returns
- a collection containing 0 or more changed refs