Build

class tokki.abc.Build(data, client)

Base class for every CI build.

abstract property branch

The branch that originated the build.

Type

str

abstract property id

The internal identifier of the build.

Type

int

abstract property status

The number or version of the build.

Type

tokki.enums.Status

abstract property version

The number or version of the build.

Type

str