githubapp.events.create
Class to represents the Github Create events
Module Contents
Classes
This class represents a branch creation event. |
|
This class represents a branch or tag creation event. |
|
This class represents a tag creation event. |
API
- class githubapp.events.create.CreateBranchEvent(description: str, master_branch: str, pusher_type: str, ref: str, ref_type: str, **kwargs)
Bases:
githubapp.events.create.CreateEventThis class represents a branch creation event.
Initialization
- event_identifier
None
- class githubapp.events.create.CreateEvent(description: str, master_branch: str, pusher_type: str, ref: str, ref_type: str, **kwargs)
Bases:
githubapp.events.event.EventThis class represents a branch or tag creation event.
Initialization
- event_identifier
None
- class githubapp.events.create.CreateTagEvent(description: str, master_branch: str, pusher_type: str, ref: str, ref_type: str, **kwargs)
Bases:
githubapp.events.create.CreateEventThis class represents a tag creation event.
Initialization
- event_identifier
None