Uses of Class
org.springframework.boot.gradle.tasks.bundling.DockerSpec.DockerRegistrySpec
Packages that use DockerSpec.DockerRegistrySpec
Package
Description
Support for creating executable jars and wars.
-
Uses of DockerSpec.DockerRegistrySpec in org.springframework.boot.gradle.tasks.bundling
Methods in org.springframework.boot.gradle.tasks.bundling that return DockerSpec.DockerRegistrySpecModifier and TypeMethodDescriptionDockerSpec.getBuilderRegistry()Returns theDockerSpec.DockerRegistrySpecthat configures authentication to the builder registry.DockerSpec.getPublishRegistry()Returns theDockerSpec.DockerRegistrySpecthat configures authentication to the publishing registry.Method parameters in org.springframework.boot.gradle.tasks.bundling with type arguments of type DockerSpec.DockerRegistrySpecModifier and TypeMethodDescriptionvoidDockerSpec.builderRegistry(Action<DockerSpec.DockerRegistrySpec> action) Customizes theDockerSpec.DockerRegistrySpecthat configures authentication to the builder registry.voidDockerSpec.publishRegistry(Action<DockerSpec.DockerRegistrySpec> action) Customizes theDockerSpec.DockerRegistrySpecthat configures authentication to the publishing registry.