class Gitlab::System::ProjectUpdate

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) #

Instance Method Detail

def created_at : Time #

https://github.com/crystal-lang/crystal/blob/master/src/json/from_json.cr#L233


def created_at=(created_at : Time) #

https://github.com/crystal-lang/crystal/blob/master/src/json/from_json.cr#L233


def name : String #

def name=(name : String) #

def old_path_with_namespace : String | Nil #

def old_path_with_namespace=(old_path_with_namespace : String | Nil) #

def owner_email : String #

def owner_email=(owner_email : String) #

def owner_name : String #

def owner_name=(owner_name : String) #

def path : String #

def path=(path : String) #

def path_with_namespace : String #

def path_with_namespace=(path_with_namespace : String) #

def project_id : Int32 #

def project_id=(project_id : Int32) #

def project_visibility : String #

def project_visibility=(project_visibility : String) #

def updated_at : Time #

def updated_at=(updated_at : Time) #