MergeHookRequest | Request that is provided to repository-hook plugin modules when two branches are merged in a repository. |
PullRequestMergeHookRequest | Request that is provided to repository-hook plugin modules when a PullRequest is merged. |
RepositoryHook | Describes a repository hook and its state for a specific repository. |
RepositoryHookDetails | Contains the static (ie non-repository specific) details of a repository hook. |
RepositoryHookRequest | Request that is provided to repository-hook modules for inspection
(pre-hooks and
post-hooks ). |
RepositoryHookService | Handles the aggregation of hooks and their enabled status. |
RepositoryHookTrigger | Describes the trigger for a repository-hook invocation. |
RepositoryHookVeto | Describes the reasons for rejecting a RepositoryHookRequest |
AbstractRepositoryHookRequest | Base class for the various RepositoryHookRequests . |
AbstractRepositoryHookRequest.AbstractBuilder<B extends AbstractBuilder<B>> | |
RepositoryHookResult | Describes the outcome of a repository-hook
preUpdate invocation. |
RepositoryHookResult.Builder | |
RepositoryPushHookRequest | A hook request that is raised when an SCM client pushes to the repository. |
RepositoryPushHookRequest.Builder | |
SimpleMergeHookRequest | Basic implementation of MergeHookRequest |
SimpleMergeHookRequest.Builder | |
SimplePullRequestMergeHookRequest | Basic implementation of PullRequestMergeHookRequest |
SimplePullRequestMergeHookRequest.Builder | |
SimpleRepositoryHookRequest | Basic implementation of RepositoryHookRequest |
SimpleRepositoryHookRequest.AbstractBuilder<B extends AbstractBuilder<B>> | |
SimpleRepositoryHookRequest.Builder | |
SimpleRepositoryHookVeto | Basic implementation of RepositoryHookVeto |
RepositoryHookType | Represents the supported types of RepositoryHook . |
StandardRepositoryHookTrigger | Built-in trigger types for repository-hook RepositoryHookRequest |
RepositoryHookVetoedException | Exception that can be thrown when one or more repository-hook modules reject a proposed ref changes. |