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