All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.fabric8.docker.client.EditableProgressEvent Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
package io.fabric8.docker.client;

import io.sundr.builder.Editable;
import java.io.Serializable;

public class EditableProgressEvent extends ProgressEvent implements Editable{


public EditableProgressEvent(){
    super();
}
public EditableProgressEvent( String stream , ProgressEvent.ErrorDetail errorDetail , String error ){
    super(stream, errorDetail, error);
}

public ProgressEventBuilder edit(){
    return new ProgressEventBuilder(this);
}


}
    




© 2015 - 2024 Weber Informatics LLC | Privacy Policy