Uses of Enum Class
io.jenkins.plugins.gitlabbranchsource.GitLabHookRegistration
Packages that use GitLabHookRegistration
-
Uses of GitLabHookRegistration in io.jenkins.plugins.gitlabbranchsource
Methods in io.jenkins.plugins.gitlabbranchsource that return GitLabHookRegistrationModifier and TypeMethodDescriptionfinal GitLabHookRegistrationHookRegistrationTrait.getSystemHookMode()Gets the system hook mode of registration to apply.final GitLabHookRegistrationHookRegistrationTrait.getWebHookMode()Gets the web hook mode of registration to apply.final GitLabHookRegistrationGitLabSCMSourceContext.systemhookRegistration()static GitLabHookRegistrationReturns the enum constant of this class with the specified name.static GitLabHookRegistration[]GitLabHookRegistration.values()Returns an array containing the constants of this enum class, in the order they are declared.final GitLabHookRegistrationGitLabSCMSourceContext.webhookRegistration()Methods in io.jenkins.plugins.gitlabbranchsource with parameters of type GitLabHookRegistrationModifier and TypeMethodDescriptionstatic voidGitLabHookCreator.register(GitLabSCMSource source, GitLabHookRegistration webhookMode, GitLabHookRegistration systemhookMode) static voidGitLabHookCreator.register(jenkins.scm.api.SCMNavigatorOwner owner, GitLabSCMNavigator navigator, GitLabHookRegistration systemhookMode) final GitLabSCMSourceContextGitLabSCMSourceContext.systemhookRegistration(GitLabHookRegistration mode) final GitLabSCMSourceContextGitLabSCMSourceContext.webhookRegistration(GitLabHookRegistration mode) Constructors in io.jenkins.plugins.gitlabbranchsource with parameters of type GitLabHookRegistrationModifierConstructorDescriptionHookRegistrationTrait(GitLabHookRegistration webHookMode, GitLabHookRegistration systemHookMode) Constructor.