Known Direct Subclasses
| BranchCreationRequestedEvent |
This class is deprecated.
in 5.0 for removal in 6.0. Listeners for BranchCreationRequestEvent or one of its subclasses
should implement a PreRepositoryHook<BranchCreationHookRequest> instead.
|
| BranchDeletionRequestedEvent |
This class is deprecated.
in 5.0 for removal in 6.0. Listeners for BranchCreationRequestEvent or one of its subclasses
should implement a PreRepositoryHook<BranchDeletionHookRequest> instead.
|
| FileEditRequestedEvent |
This class is deprecated.
since 5.0 for removal in 6.0. Listeners for FileEditRequestedEvent should implement a
PreRepositoryHook<EditFileHookRequest> instead.
|
|
This class is deprecated.
in 5.0 for removal in 6.0. Listeners for BranchChangeRequestEvent or one of its subclasses should
implement a PreRepositoryHook<BranchHookRequest> and check the
request for the appropriate
trigger(s)
Summary
|
[Expand]
Inherited Fields |
From class
java.util.EventObject
|
Public Constructors
Public Methods
@Nonnull
public
Branch
getBranch
()