Uses of Class
org.jreleaser.model.internal.announce.HttpAnnouncer
Packages that use HttpAnnouncer
Package
Description
-
Uses of HttpAnnouncer in org.jreleaser.model.internal.announce
Methods in org.jreleaser.model.internal.announce that return types with arguments of type HttpAnnouncerMethods in org.jreleaser.model.internal.announce with parameters of type HttpAnnouncerModifier and TypeMethodDescriptionvoidAnnounce.addHttpAnnouncer(HttpAnnouncer http) voidHttpAnnouncers.addHttpAnnouncer(HttpAnnouncer http) voidHttpAnnouncer.merge(HttpAnnouncer source) Method parameters in org.jreleaser.model.internal.announce with type arguments of type HttpAnnouncerModifier and TypeMethodDescriptionvoidAnnounce.setHttp(Map<String, HttpAnnouncer> https) voidHttpAnnouncers.setHttp(Map<String, HttpAnnouncer> http) -
Uses of HttpAnnouncer in org.jreleaser.model.internal.validation.announce
Methods in org.jreleaser.model.internal.validation.announce with parameters of type HttpAnnouncerModifier and TypeMethodDescriptionstatic booleanHttpAnnouncerValidator.validateHttpAnnouncer(JReleaserContext context, HttpAnnouncer announcer, org.jreleaser.util.Errors errors)