Uses of Enum
io.jenkins.plugins.gitlabbranchsource.GitLabHookRegistration
-
Uses of GitLabHookRegistration in io.jenkins.plugins.gitlabbranchsource
Modifier and TypeMethodDescriptionfinal GitLabHookRegistration
HookRegistrationTrait.getSystemHookMode()
Gets the system hook mode of registration to apply.final GitLabHookRegistration
HookRegistrationTrait.getWebHookMode()
Gets the web hook mode of registration to apply.final GitLabHookRegistration
GitLabSCMSourceContext.systemhookRegistration()
static GitLabHookRegistration
Returns the enum constant of this type with the specified name.static GitLabHookRegistration[]
GitLabHookRegistration.values()
Returns an array containing the constants of this enum type, in the order they are declared.final GitLabHookRegistration
GitLabSCMSourceContext.webhookRegistration()
Modifier and TypeMethodDescriptionstatic void
GitLabHookCreator.register
(GitLabSCMSource source, GitLabHookRegistration webhookMode, GitLabHookRegistration systemhookMode) static void
GitLabHookCreator.register
(jenkins.scm.api.SCMNavigatorOwner owner, GitLabSCMNavigator navigator, GitLabHookRegistration systemhookMode) final GitLabSCMSourceContext
GitLabSCMSourceContext.systemhookRegistration
(GitLabHookRegistration mode) final GitLabSCMSourceContext
GitLabSCMSourceContext.webhookRegistration
(GitLabHookRegistration mode) ModifierConstructorDescriptionHookRegistrationTrait
(GitLabHookRegistration webHookMode, GitLabHookRegistration systemHookMode) Constructor.