Uses of Class
org.springframework.boot.buildpack.platform.docker.LogUpdateEvent
Packages that use LogUpdateEvent
Package
Description
Central API for performing a buildpack build.
A limited Docker API providing the operations needed by pack.
-
Uses of LogUpdateEvent in org.springframework.boot.buildpack.platform.build
Methods in org.springframework.boot.buildpack.platform.build that return types with arguments of type LogUpdateEventModifier and TypeMethodDescriptionAbstractBuildLog.runningPhase
(BuildRequest request, String name) BuildLog.runningPhase
(BuildRequest request, String name) Log that a specific phase is running. -
Uses of LogUpdateEvent in org.springframework.boot.buildpack.platform.docker
Method parameters in org.springframework.boot.buildpack.platform.docker with type arguments of type LogUpdateEventModifier and TypeMethodDescriptionvoid
DockerApi.ContainerApi.logs
(ContainerReference reference, UpdateListener<LogUpdateEvent> listener) Return and follow logs for a specific container.