Skip to content

Commit

Permalink
Merge pull request #241 from beer-garden/issue/582
Browse files Browse the repository at this point in the history
Added new Garden Sync event
  • Loading branch information
hazmat345 committed Sep 25, 2020
2 parents 172491c + 4440e8a commit 1584e31
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions brewtils/models.py
Expand Up @@ -61,8 +61,9 @@ class Events(Enum):
FILE_CREATED = 24
GARDEN_STARTED = 25
GARDEN_STOPPED = 26
ENTRY_STARTED = 27
ENTRY_STOPPED = 28
GARDEN_SYNC = 27
ENTRY_STARTED = 28
ENTRY_STOPPED = 29
JOB_CREATED = 30
JOB_DELETED = 31
JOB_PAUSED = 32
Expand Down

0 comments on commit 1584e31

Please sign in to comment.