backend.constants

class backend.constants.BuildStatus[source]
FAILURE = 0
SUCCEEDED = 1
RUNNING = 3
PENDING = 4
SKIPPED = 5