Uses of Class
io.jenkins.plugins.gitlabbranchsource.GitLabWebHookCause
Packages that use GitLabWebHookCause
-
Uses of GitLabWebHookCause in io.jenkins.plugins.gitlabbranchsource
Methods in io.jenkins.plugins.gitlabbranchsource that return GitLabWebHookCauseModifier and TypeMethodDescriptionGitLabWebHookCause.fromMergeRequest
(org.gitlab4j.api.webhook.MergeRequestEvent mergeRequestEvent) GitLabWebHookCause.fromPush
(org.gitlab4j.api.webhook.PushEvent pushEvent) GitLabWebHookCause.fromTag
(org.gitlab4j.api.webhook.TagPushEvent tagPushEvent) abstract GitLabWebHookCause
AbstractGitLabSCMHeadEvent.getCause()
GitLabMergeRequestSCMEvent.getCause()
GitLabPushSCMEvent.getCause()
GitLabTagPushSCMEvent.getCause()