Home / Class/ TestImageUpdateEvent Class — spring-boot Architecture

TestImageUpdateEvent Class — spring-boot Architecture

Architecture documentation for the TestImageUpdateEvent class in TotalProgressListenerTests.java from the spring-boot codebase.

Entity Profile

Relationship Graph

Source Code

buildpack/spring-boot-buildpack-platform/src/test/java/org/springframework/boot/buildpack/platform/docker/TotalProgressListenerTests.java lines 87–94

	private static class TestImageUpdateEvent extends ImageProgressUpdateEvent {

		@JsonCreator
		TestImageUpdateEvent(String id, String status, ProgressDetail progressDetail, String progress) {
			super(id, status, progressDetail, progress);
		}

	}

Domain

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free