BranchChangedEvent | Base event for any operations on branches. |
BranchChangeRequestedEvent |
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)
|
BranchCreatedEvent | An event that is raised when a branch is created using the UI or REST. |
BranchCreationHookRequest | A hook request that is raised just before a branch is created using the UI or REST. |
BranchCreationHookRequest.Builder | |
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.
|
BranchDeletedEvent | An event that is raised when a branch is deleted using the UI or REST. |
BranchDeletionHookRequest | A hook request that is raised just before a branch is deleted using the UI or REST. |
BranchDeletionHookRequest.Builder | |
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.
|
BranchHookRequest | |
BranchHookRequest.AbstractBuilder<B extends AbstractBuilder<B>> |