class Gitlab::System::RepositoryUpdate

Defined in:

webhooks/system.cr

Constructors

Instance Method Summary

Instance methods inherited from class Gitlab::Event

event_name : String | Nil event_name, event_name=(event_name : String | Nil) event_name=, event_type : String | Nil event_type, event_type=(event_type : String | Nil) event_type=, object_kind : String | Nil object_kind, object_kind=(object_kind : String | Nil) object_kind=

Constructor methods inherited from class Gitlab::Event

new(pull : JSON::PullParser) new

Macros inherited from class Gitlab::Event

timestamps timestamps

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def changes : Array(Change) #

[View source]
def changes=(changes : Array(Change)) #

[View source]
def project : Project #

[View source]
def project=(project : Project) #

[View source]
def project_id : Int32 #

[View source]
def project_id=(project_id : Int32) #

[View source]
def refs : Array(String) #

[View source]
def refs=(refs : Array(String)) #

[View source]
def user_avatar : String #

[View source]
def user_avatar=(user_avatar : String) #

[View source]
def user_email : String #

[View source]
def user_email=(user_email : String) #

[View source]
def user_id : Int32 #

[View source]
def user_id=(user_id : Int32) #

[View source]
def user_name : String #

[View source]
def user_name=(user_name : String) #

[View source]