Package com.spotify.github.v3.hooks
Interface WebhookConfig
-
- All Known Implementing Classes:
ImmutableWebhookConfig
@Immutable public interface WebhookConfigKey/value pairs to provide settings for this hook. These settings vary between hooks and some are defined in the github-services repository.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringcontentType()An optional string defining the media type used to serialize the payloads.URIurl()A required string defining the URL to which the payloads will be delivered.
-