Uses of Class
org.jreleaser.model.internal.packagers.DockerSpec
Packages that use DockerSpec
Package
Description
-
Uses of DockerSpec in org.jreleaser.model.internal.packagers
Methods in org.jreleaser.model.internal.packagers that return types with arguments of type DockerSpecMethods in org.jreleaser.model.internal.packagers with parameters of type DockerSpecModifier and TypeMethodDescriptionvoidDockerPackager.addSpec(DockerSpec spec) voidDockerSpec.merge(DockerSpec source) Method parameters in org.jreleaser.model.internal.packagers with type arguments of type DockerSpecModifier and TypeMethodDescriptionvoidDockerPackager.addSpecs(Map<String, DockerSpec> specs) voidDockerPackager.setSpecs(Map<String, DockerSpec> specs) -
Uses of DockerSpec in org.jreleaser.model.internal.validation.common
Methods in org.jreleaser.model.internal.validation.common with parameters of type DockerSpecModifier and TypeMethodDescriptionstatic voidTemplateValidator.validateTemplate(JReleaserContext context, Distribution distribution, DockerSpec spec, DockerPackager docker, org.jreleaser.util.Errors errors) -
Uses of DockerSpec in org.jreleaser.model.internal.validation.packagers
Methods in org.jreleaser.model.internal.validation.packagers with parameters of type DockerSpecModifier and TypeMethodDescriptionstatic voidDockerPackagerValidator.validateDockerSpec(JReleaserContext context, Distribution distribution, DockerSpec spec, DockerPackager docker, org.jreleaser.util.Errors errors)