49b575afb6
- Move each trigger handler into its own file - Add dictionary helper classes for easier reading and writing of dict-based data - Extract the web hook payload -> internal representation building for each trigger system - Add tests for this transformation - Remove support for Github archived-based building
5 lines
140 B
Python
5 lines
140 B
Python
import buildtrigger.bitbuckethandler
|
|
import buildtrigger.customhandler
|
|
import buildtrigger.githubhandler
|
|
import buildtrigger.gitlabhandler
|
|
|