Uses of Class
org.jenkinsci.plugins.github_branch_source.GitHubSCMSourceContext
Packages that use GitHubSCMSourceContext
-
Uses of GitHubSCMSourceContext in org.jenkinsci.plugins.github_branch_source
Methods in org.jenkinsci.plugins.github_branch_source that return GitHubSCMSourceContextModifier and TypeMethodDescriptionGitHubSCMSourceContext.wantBranches(boolean include) Adds a requirement for branch details to anyGitHubSCMSourceRequestfor this context.GitHubSCMSourceContext.wantForkPRs(boolean include) Adds a requirement for fork pull request details to anyGitHubSCMSourceRequestfor this context.GitHubSCMSourceContext.wantOriginPRs(boolean include) Adds a requirement for origin pull request details to anyGitHubSCMSourceRequestfor this context.GitHubSCMSourceContext.wantTags(boolean include) Adds a requirement for tag details to anyGitHubSCMSourceRequestfor this context.GitHubSCMSourceContext.withForkPRStrategies(Set<jenkins.scm.api.mixin.ChangeRequestCheckoutStrategy> strategies) Defines theChangeRequestCheckoutStrategyinstances to create for each fork pull request.final GitHubSCMSourceContextGitHubSCMSourceContext.withNotificationsDisabled(boolean disabled) Defines the notification mode to use in this context.final GitHubSCMSourceContextGitHubSCMSourceContext.withNotificationStrategies(List<AbstractGitHubNotificationStrategy> strategies) Replaces the list of strategies used to notify Github of build status.final GitHubSCMSourceContextGitHubSCMSourceContext.withNotificationStrategy(AbstractGitHubNotificationStrategy strategy) Add a strategy used to notify Github of build status.GitHubSCMSourceContext.withOriginPRStrategies(Set<jenkins.scm.api.mixin.ChangeRequestCheckoutStrategy> strategies) Defines theChangeRequestCheckoutStrategyinstances to create for each origin pull request.