| Package | Description |
|---|---|
| org.springframework.boot.buildpack.platform.docker |
A limited Docker API providing the operations needed by pack.
|
| Modifier and Type | Method and Description |
|---|---|
PushImageUpdateEvent.ErrorDetail |
PushImageUpdateEvent.getErrorDetail()
Returns the details of any error encountered during processing.
|
| Constructor and Description |
|---|
PushImageUpdateEvent(String id,
String status,
ProgressUpdateEvent.ProgressDetail progressDetail,
String progress,
PushImageUpdateEvent.ErrorDetail errorDetail) |