Uses of Class
org.jreleaser.maven.plugin.Registry
-
Packages that use Registry Package Description org.jreleaser.maven.plugin -
-
Uses of Registry in org.jreleaser.maven.plugin
Fields in org.jreleaser.maven.plugin with type parameters of type Registry Modifier and Type Field Description protected java.util.Set<Registry>AbstractDockerConfiguration. registriesMethods in org.jreleaser.maven.plugin that return types with arguments of type Registry Modifier and Type Method Description java.util.Set<Registry>AbstractDockerConfiguration. getRegistries()java.util.Set<Registry>DockerConfiguration. getRegistries()Methods in org.jreleaser.maven.plugin with parameters of type Registry Modifier and Type Method Description intRegistry. compareTo(Registry o)Method parameters in org.jreleaser.maven.plugin with type arguments of type Registry Modifier and Type Method Description voidAbstractDockerConfiguration. setRegistries(java.util.Set<Registry> registries)voidDockerConfiguration. setRegistries(java.util.Set<Registry> registries)
-