Uses of Class
org.jreleaser.model.internal.announce.SdkmanAnnouncer
Packages that use SdkmanAnnouncer
Package
Description
-
Uses of SdkmanAnnouncer in org.jreleaser.model.internal.announce
Methods in org.jreleaser.model.internal.announce that return SdkmanAnnouncerMethods in org.jreleaser.model.internal.announce with parameters of type SdkmanAnnouncerModifier and TypeMethodDescriptionvoidSdkmanAnnouncer.merge(SdkmanAnnouncer source) voidAnnounce.setSdkman(SdkmanAnnouncer sdkman) -
Uses of SdkmanAnnouncer in org.jreleaser.model.internal.util
Methods in org.jreleaser.model.internal.util with parameters of type SdkmanAnnouncerModifier and TypeMethodDescriptionstatic StringArtifacts.resolveDownloadUrl(JReleaserContext context, SdkmanAnnouncer announcer, Distribution distribution, Artifact artifact) -
Uses of SdkmanAnnouncer in org.jreleaser.model.internal.validation.announce
Methods in org.jreleaser.model.internal.validation.announce with parameters of type SdkmanAnnouncerModifier and TypeMethodDescriptionstatic voidSdkmanAnnouncerValidator.validateSdkmanAnnouncer(JReleaserContext context, SdkmanAnnouncer announcer, org.jreleaser.util.Errors errors)