Modifier and Type | Method and Description |
---|---|
GitHubSCMSourceContext |
GitHubSCMSourceContext.wantBranches(boolean include)
Adds a requirement for branch details to any
GitHubSCMSourceRequest for this context. |
GitHubSCMSourceContext |
GitHubSCMSourceContext.wantForkPRs(boolean include)
Adds a requirement for fork pull request details to any
GitHubSCMSourceRequest for this context. |
GitHubSCMSourceContext |
GitHubSCMSourceContext.wantOriginPRs(boolean include)
Adds a requirement for origin pull request details to any
GitHubSCMSourceRequest for this context. |
GitHubSCMSourceContext |
GitHubSCMSourceContext.wantTags(boolean include)
Adds a requirement for tag details to any
GitHubSCMSourceRequest for this context. |
GitHubSCMSourceContext |
GitHubSCMSourceContext.withForkPRStrategies(Set<jenkins.scm.api.mixin.ChangeRequestCheckoutStrategy> strategies)
Defines the
ChangeRequestCheckoutStrategy instances to create for each fork pull request. |
GitHubSCMSourceContext |
GitHubSCMSourceContext.withNotificationsDisabled(boolean disabled)
Defines the notification mode to use in this context.
|
GitHubSCMSourceContext |
GitHubSCMSourceContext.withNotificationStrategies(List<AbstractGitHubNotificationStrategy> strategies)
Replaces the list of strategies used to notify Github of build status.
|
GitHubSCMSourceContext |
GitHubSCMSourceContext.withNotificationStrategy(AbstractGitHubNotificationStrategy strategy)
Add a strategy used to notify Github of build status.
|
GitHubSCMSourceContext |
GitHubSCMSourceContext.withOriginPRStrategies(Set<jenkins.scm.api.mixin.ChangeRequestCheckoutStrategy> strategies)
Defines the
ChangeRequestCheckoutStrategy instances to create for each origin pull request. |
Copyright © 2016–2019. All rights reserved.