I am interested in gathering every change that the Buildbot receive.
Ideally I need what is displayed in the web page for a commit:
Category
Changed by
Changed at
Repository
Branch
Revision
Comments
Changed files
How do I access these field from either the cfg file or a custom class? I would like to have them all saved either in a text file or in a dictionary, sequentially; every time that the Buildbot receive a change that trigger a build; but I have no idea how to access them.