Uses of Class
org.springframework.boot.buildpack.platform.docker.LoadImageUpdateEvent
Packages that use LoadImageUpdateEvent
Package
Description
A limited Docker API providing the operations needed by pack.
-
Uses of LoadImageUpdateEvent in org.springframework.boot.buildpack.platform.docker
Method parameters in org.springframework.boot.buildpack.platform.docker with type arguments of type LoadImageUpdateEventModifier and TypeMethodDescriptionvoidDockerApi.ImageApi.load(ImageArchive archive, UpdateListener<LoadImageUpdateEvent> listener) Load anImageArchiveinto Docker.