public class DockerResult
public DockerResult(@NotNull
org.buildobjects.process.ProcResult base)
public long getExecutionTime()
@NotNull public java.lang.String getProcString()
public int getExitCode()
@NotNull public java.lang.String getOutputString()
@NotNull public kotlin.Array[] getOutputBytes()
@NotNull public java.lang.String getErrorString()
@NotNull public kotlin.Array[] getErrorBytes()
@NotNull public org.buildobjects.process.ProcResult getBase()