Parents: | webapps.mason |
Authors: | Slava Pestov |
Class | Superclass | Slots |
benchmark | tuple | run-id name duration |
builder | tuple | host-name os cpu heartbeat-timestamp start-timestamp clean-git-id clean-timestamp last-release release-git-id last-git-id last-timestamp last-report current-git-id current-timestamp status |
counter | tuple | id value |
run | tuple | run-id timestamp host-name os cpu git-id |
Word | Stack effect |
+boot+ | ( -- value ) |
+clean+ | ( -- value ) |
+dirty+ | ( -- value ) |
+error+ | ( -- value ) |
+finish+ | ( -- value ) |
+idle+ | ( -- value ) |
+make-vm+ | ( -- value ) |
+starting+ | ( -- value ) |
+test+ | ( -- value ) |
+upload+ | ( -- value ) |
all-builders | ( -- builders ) |
broken? | ( builder -- ? ) |
counter-tuple | ( -- counter ) |
counter-value | ( -- n ) |
funny-builders | ( -- offline broken ) |
increment-counter-value | ( -- n ) |
init-mason-db | ( -- ) |
mason-db | ( -- db ) |
offline? | ( builder -- ? ) |
os/cpu | ( builder -- string ) |
with-mason-db | ( quot -- ) |
Word | Stack effect |
benchmark? | ( object -- ? ) |
builder? | ( object -- ? ) |
counter? | ( object -- ? ) |
run? | ( object -- ? ) |
Vocabulary | Summary |
webapps.mason.backend.watchdog |