Uses of Class
org.jreleaser.model.internal.announce.WebhookAnnouncer
Packages that use WebhookAnnouncer
Package
Description
-
Uses of WebhookAnnouncer in org.jreleaser.model.internal.announce
Methods in org.jreleaser.model.internal.announce that return WebhookAnnouncerModifier and TypeMethodDescriptionDiscordAnnouncer.asWebhookAnnouncer()Deprecated.GitterAnnouncer.asWebhookAnnouncer()Deprecated.GoogleChatAnnouncer.asWebhookAnnouncer()Deprecated.MattermostAnnouncer.asWebhookAnnouncer()Deprecated.TeamsAnnouncer.asWebhookAnnouncer()Deprecated.Methods in org.jreleaser.model.internal.announce that return types with arguments of type WebhookAnnouncerMethods in org.jreleaser.model.internal.announce with parameters of type WebhookAnnouncerModifier and TypeMethodDescriptionvoidAnnounce.addWebhook(WebhookAnnouncer webhook) voidWebhooksAnnouncer.addWebhook(WebhookAnnouncer webhook) voidWebhookAnnouncer.merge(WebhookAnnouncer source) Method parameters in org.jreleaser.model.internal.announce with type arguments of type WebhookAnnouncerModifier and TypeMethodDescriptionvoidAnnounce.setWebhooks(Map<String, WebhookAnnouncer> webhooks) voidWebhooksAnnouncer.setWebhooks(Map<String, WebhookAnnouncer> webhooks) -
Uses of WebhookAnnouncer in org.jreleaser.model.internal.validation.announce
Methods in org.jreleaser.model.internal.validation.announce with parameters of type WebhookAnnouncerModifier and TypeMethodDescriptionstatic booleanWebhooksAnnouncerValidator.validateWebhook(JReleaserContext context, WebhookAnnouncer announcer, org.jreleaser.util.Errors errors)