Uses of Class
org.jreleaser.model.internal.packagers.JibSpec
Packages that use JibSpec
Package
Description
-
Uses of JibSpec in org.jreleaser.model.internal.packagers
Methods in org.jreleaser.model.internal.packagers that return types with arguments of type JibSpecMethods in org.jreleaser.model.internal.packagers with parameters of type JibSpecModifier and TypeMethodDescriptionvoidvoidMethod parameters in org.jreleaser.model.internal.packagers with type arguments of type JibSpec -
Uses of JibSpec in org.jreleaser.model.internal.validation.common
Methods in org.jreleaser.model.internal.validation.common with parameters of type JibSpecModifier and TypeMethodDescriptionstatic voidTemplateValidator.validateTemplate(JReleaserContext context, Distribution distribution, JibSpec spec, JibPackager jib, org.jreleaser.util.Errors errors) -
Uses of JibSpec in org.jreleaser.model.internal.validation.packagers
Methods in org.jreleaser.model.internal.validation.packagers with parameters of type JibSpecModifier and TypeMethodDescriptionstatic voidJibPackagerValidator.validateJibSpec(JReleaserContext context, Distribution distribution, JibSpec spec, JibPackager jib, org.jreleaser.util.Errors errors)