Documentation

BuildInfo

Table of Contents

$aux  : ImageID|null
Image ID or Digest.
$error  : string|null
$errorDetail  : ErrorDetail|null
$id  : string|null
$progress  : string|null
$progressDetail  : ProgressDetail|null
$status  : string|null
$stream  : string|null
getAux()  : ImageID|null
Image ID or Digest.
getError()  : string|null
getErrorDetail()  : ErrorDetail|null
getId()  : string|null
getProgress()  : string|null
getProgressDetail()  : ProgressDetail|null
getStatus()  : string|null
getStream()  : string|null
setAux()  : self
Image ID or Digest.
setError()  : self
setErrorDetail()  : self
setId()  : self
setProgress()  : self
setProgressDetail()  : self
setStatus()  : self
setStream()  : self

Properties

Methods

getError()

public getError() : string|null
Return values
string|null

getId()

public getId() : string|null
Return values
string|null

getProgress()

public getProgress() : string|null
Return values
string|null

getStatus()

public getStatus() : string|null
Return values
string|null

getStream()

public getStream() : string|null
Return values
string|null

setAux()

Image ID or Digest.

public setAux(ImageID|null $aux) : self
Parameters
$aux : ImageID|null
Return values
self

setError()

public setError(string|null $error) : self
Parameters
$error : string|null
Return values
self

setId()

public setId(string|null $id) : self
Parameters
$id : string|null
Return values
self

setProgress()

public setProgress(string|null $progress) : self
Parameters
$progress : string|null
Return values
self

setStatus()

public setStatus(string|null $status) : self
Parameters
$status : string|null
Return values
self

setStream()

public setStream(string|null $stream) : self
Parameters
$stream : string|null
Return values
self

Search results