class Gitlab::Projects::TagPush
- Gitlab::Projects::TagPush
- Gitlab::Event
- Reference
- Object
Defined in:
webhooks/project.crConstructors
Instance Method Summary
- #after : String
- #after=(after : String)
- #before : String
- #before=(before : String)
- #checkout_sha : String | Nil
- #checkout_sha=(checkout_sha : String | Nil)
- #commits : Array(Commit)
- #commits=(commits : Array(Commit))
- #message : String | Nil
- #message=(message : String | Nil)
- #project : Project
- #project=(project : Project)
- #project_id : Int32
- #project_id=(project_id : Int32)
- #ref : String
- #ref=(ref : String)
- #repository : Repository
- #repository=(repository : Repository)
- #total_commits_count : Int32
- #total_commits_count=(total_commits_count : Int32)
- #user_avatar : String
- #user_avatar=(user_avatar : String)
- #user_email : String
- #user_email=(user_email : String)
- #user_id : Int32
- #user_id=(user_id : Int32)
- #user_name : String
- #user_name=(user_name : String)
- #user_username : String
- #user_username=(user_username : String)