public class PushImageUpdateEvent extends ImageProgressUpdateEvent
ProgressUpdateEvent fired as an image is pushed to a registry.| Modifier and Type | Class and Description | 
|---|---|
static class  | 
PushImageUpdateEvent.ErrorDetail
Details of an error embedded in a response stream. 
 | 
ProgressUpdateEvent.ProgressDetail| Constructor and Description | 
|---|
PushImageUpdateEvent(String id,
                    String status,
                    ProgressUpdateEvent.ProgressDetail progressDetail,
                    String progress,
                    PushImageUpdateEvent.ErrorDetail errorDetail)  | 
| Modifier and Type | Method and Description | 
|---|---|
PushImageUpdateEvent.ErrorDetail | 
getErrorDetail()
Returns the details of any error encountered during processing. 
 | 
getIdgetProgress, getProgressDetail, getStatuspublic PushImageUpdateEvent(String id, String status, ProgressUpdateEvent.ProgressDetail progressDetail, String progress, PushImageUpdateEvent.ErrorDetail errorDetail)
public PushImageUpdateEvent.ErrorDetail getErrorDetail()