Uses of Class
io.jenkins.plugins.gitlabbranchsource.GitLabSCMSourceContext
Packages that use GitLabSCMSourceContext
-
Uses of GitLabSCMSourceContext in io.jenkins.plugins.gitlabbranchsource
Methods in io.jenkins.plugins.gitlabbranchsource that return GitLabSCMSourceContextModifier and TypeMethodDescriptionfinal GitLabSCMSourceContextGitLabSCMSourceContext.systemhookRegistration(GitLabHookRegistration mode) GitLabSCMSourceContext.wantBranches(boolean include) GitLabSCMSourceContext.wantForkMRs(boolean include) GitLabSCMSourceContext.wantOriginMRs(boolean include) GitLabSCMSourceContext.wantTags(boolean include) final GitLabSCMSourceContextGitLabSCMSourceContext.webhookRegistration(GitLabHookRegistration mode) final GitLabSCMSourceContextGitLabSCMSourceContext.withAlwaysBuildMROpen(boolean enabled) final GitLabSCMSourceContextGitLabSCMSourceContext.withAlwaysBuildMRReOpen(boolean enabled) final GitLabSCMSourceContextGitLabSCMSourceContext.withAlwaysIgnoreMRApproval(boolean enabled) final GitLabSCMSourceContextGitLabSCMSourceContext.withAlwaysIgnoreMRApproved(boolean enabled) final GitLabSCMSourceContextGitLabSCMSourceContext.withAlwaysIgnoreMRUnApproval(boolean enabled) final GitLabSCMSourceContextGitLabSCMSourceContext.withAlwaysIgnoreMRUnApproved(boolean enabled) final GitLabSCMSourceContextGitLabSCMSourceContext.withAlwaysIgnoreMRWorkInProgress(boolean enabled) final GitLabSCMSourceContextGitLabSCMSourceContext.withAlwaysIgnoreNonCodeRelatedUpdates(boolean enabled) final GitLabSCMSourceContextGitLabSCMSourceContext.withBuildMRForksNotMirror(boolean disabled) final GitLabSCMSourceContextGitLabSCMSourceContext.withBuildStatusNameCustomPart(String buildStatusNameCustomPart) final GitLabSCMSourceContextGitLabSCMSourceContext.withBuildStatusNameOverwrite(Boolean buildStatusNameOverwrite) final GitLabSCMSourceContextGitLabSCMSourceContext.withCommentBody(String commentBody) GitLabSCMSourceContext.withForkMRStrategies(Set<jenkins.scm.api.mixin.ChangeRequestCheckoutStrategy> strategies) final GitLabSCMSourceContextGitLabSCMSourceContext.withIgnoreTypeInStatusName(Boolean ignoreTypeInStatusName) final GitLabSCMSourceContextGitLabSCMSourceContext.withLogCommentEnabled(boolean enabled) final GitLabSCMSourceContextGitLabSCMSourceContext.withLogSuccess(boolean enabled) final GitLabSCMSourceContextGitLabSCMSourceContext.withMarkUnstableAsSuccess(boolean disabled) final GitLabSCMSourceContextGitLabSCMSourceContext.withMRCommentTriggerEnabled(boolean enabled) final GitLabSCMSourceContextGitLabSCMSourceContext.withNotificationsDisabled(boolean disabled) final GitLabSCMSourceContextGitLabSCMSourceContext.withOnlyTrustedMembersCanTrigger(boolean enabled) GitLabSCMSourceContext.withOriginMRStrategies(Set<jenkins.scm.api.mixin.ChangeRequestCheckoutStrategy> strategies) final GitLabSCMSourceContextGitLabSCMSourceContext.withProjectAvatarDisabled(boolean disabled) final GitLabSCMSourceContextGitLabSCMSourceContext.withSudoUser(String sudoUser)