Uses of Enum Class
org.jreleaser.model.internal.JReleaserContext.Configurer
Packages that use JReleaserContext.Configurer
-
Uses of JReleaserContext.Configurer in org.jreleaser.model.internal
Methods in org.jreleaser.model.internal that return JReleaserContext.ConfigurerModifier and TypeMethodDescriptionJReleaserContext.getConfigurer()static JReleaserContext.ConfigurerReturns the enum constant of this class with the specified name.static JReleaserContext.Configurer[]JReleaserContext.Configurer.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jreleaser.model.internal with parameters of type JReleaserContext.ConfigurerModifierConstructorDescriptionJReleaserContext(org.jreleaser.logging.JReleaserLogger logger, JReleaserContext.Configurer configurer, org.jreleaser.model.api.JReleaserContext.Mode mode, JReleaserModel model, Path basedir, Path outputDirectory, boolean dryrun, boolean gitRootSearch, boolean strict, List<String> selectedPlatforms, List<String> rejectedPlatforms)