Uses of Class
org.springframework.boot.buildpack.platform.docker.LoadImageUpdateEvent.ErrorDetail
Packages that use LoadImageUpdateEvent.ErrorDetail
Package
Description
A limited Docker API providing the operations needed by pack.
-
Uses of LoadImageUpdateEvent.ErrorDetail in org.springframework.boot.buildpack.platform.docker
Methods in org.springframework.boot.buildpack.platform.docker that return LoadImageUpdateEvent.ErrorDetailModifier and TypeMethodDescriptionLoadImageUpdateEvent.getErrorDetail()
Return the error detail ornull
if no error occurred.Constructors in org.springframework.boot.buildpack.platform.docker with parameters of type LoadImageUpdateEvent.ErrorDetailModifierConstructorDescriptionLoadImageUpdateEvent
(String stream, String status, ProgressUpdateEvent.ProgressDetail progressDetail, String progress, LoadImageUpdateEvent.ErrorDetail errorDetail)