Documentation

BuildCache

Table of Contents

$createdAt  : string|null
Date and time at which the build cache was created in.
$description  : string|null
$iD  : string|null
$inUse  : bool|null
$lastUsedAt  : string|null
Date and time at which the build cache was last used in.
$parent  : string|null
$shared  : bool|null
$size  : int|null
Amount of disk space used by the build cache (in bytes).
$type  : string|null
$usageCount  : int|null
getCreatedAt()  : string|null
Date and time at which the build cache was created in.
getDescription()  : string|null
getID()  : string|null
getInUse()  : bool|null
getLastUsedAt()  : string|null
Date and time at which the build cache was last used in.
getParent()  : string|null
getShared()  : bool|null
getSize()  : int|null
Amount of disk space used by the build cache (in bytes).
getType()  : string|null
getUsageCount()  : int|null
setCreatedAt()  : self
Date and time at which the build cache was created in.
setDescription()  : self
setID()  : self
setInUse()  : self
setLastUsedAt()  : self
Date and time at which the build cache was last used in.
setParent()  : self
setShared()  : self
setSize()  : self
Amount of disk space used by the build cache (in bytes).
setType()  : self
setUsageCount()  : self

Properties

$createdAt

Date and time at which the build cache was created in.

protected string|null $createdAt

$lastUsedAt

Date and time at which the build cache was last used in.

protected string|null $lastUsedAt

$size

Amount of disk space used by the build cache (in bytes).

protected int|null $size

Methods

getCreatedAt()

Date and time at which the build cache was created in.

public getCreatedAt() : string|null

RFC 3339 format with nano-seconds.

Return values
string|null

getDescription()

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

getID()

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

getInUse()

public getInUse() : bool|null
Return values
bool|null

getLastUsedAt()

Date and time at which the build cache was last used in.

public getLastUsedAt() : string|null

RFC 3339 format with nano-seconds.

Return values
string|null

getParent()

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

getShared()

public getShared() : bool|null
Return values
bool|null

getSize()

Amount of disk space used by the build cache (in bytes).

public getSize() : int|null
Return values
int|null

getType()

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

getUsageCount()

public getUsageCount() : int|null
Return values
int|null

setCreatedAt()

Date and time at which the build cache was created in.

public setCreatedAt(string|null $createdAt) : self

RFC 3339 format with nano-seconds.

Parameters
$createdAt : string|null
Return values
self

setDescription()

public setDescription(string|null $description) : self
Parameters
$description : string|null
Return values
self

setID()

public setID(string|null $iD) : self
Parameters
$iD : string|null
Return values
self

setInUse()

public setInUse(bool|null $inUse) : self
Parameters
$inUse : bool|null
Return values
self

setLastUsedAt()

Date and time at which the build cache was last used in.

public setLastUsedAt(string|null $lastUsedAt) : self

RFC 3339 format with nano-seconds.

Parameters
$lastUsedAt : string|null
Return values
self

setParent()

public setParent(string|null $parent) : self
Parameters
$parent : string|null
Return values
self

setShared()

public setShared(bool|null $shared) : self
Parameters
$shared : bool|null
Return values
self

setSize()

Amount of disk space used by the build cache (in bytes).

public setSize(int|null $size) : self
Parameters
$size : int|null
Return values
self

setType()

public setType(string|null $type) : self
Parameters
$type : string|null
Return values
self

setUsageCount()

public setUsageCount(int|null $usageCount) : self
Parameters
$usageCount : int|null
Return values
self

Search results