Uses of Class
org.springframework.boot.buildpack.platform.docker.PushImageUpdateEvent.ErrorDetail
Packages that use PushImageUpdateEvent.ErrorDetail
Package
Description
A limited Docker API providing the operations needed by pack.
-
Uses of PushImageUpdateEvent.ErrorDetail in org.springframework.boot.buildpack.platform.docker
Methods in org.springframework.boot.buildpack.platform.docker that return PushImageUpdateEvent.ErrorDetailModifier and TypeMethodDescriptionPushImageUpdateEvent.getErrorDetail()
Returns the details of any error encountered during processing.Constructors in org.springframework.boot.buildpack.platform.docker with parameters of type PushImageUpdateEvent.ErrorDetailModifierConstructorDescriptionPushImageUpdateEvent
(String id, String status, ProgressUpdateEvent.ProgressDetail progressDetail, String progress, PushImageUpdateEvent.ErrorDetail errorDetail)