Modifier and Type | Class and Description |
---|---|
class |
DefaultGitHubNotificationStrategy
Default implementation of
AbstractGitHubNotificationStrategy |
Modifier and Type | Method and Description |
---|---|
List<AbstractGitHubNotificationStrategy> |
GitHubSCMSourceContext.notificationStrategies()
Returns the strategies used to notify Github of build status.
|
Modifier and Type | Method and Description |
---|---|
GitHubSCMSourceContext |
GitHubSCMSourceContext.withNotificationStrategy(AbstractGitHubNotificationStrategy strategy)
Add a strategy used to notify Github of build status.
|
Modifier and Type | Method and Description |
---|---|
GitHubSCMSourceContext |
GitHubSCMSourceContext.withNotificationStrategies(List<AbstractGitHubNotificationStrategy> strategies)
Replaces the list of strategies used to notify Github of build status.
|
Copyright © 2016–2020. All rights reserved.