class PipelineEvent extends Event

Traits

Methods

__construct($data)

No description

from Event
array
getData()

No description

from Event
string
getObjectKind()

No description

from Event
mixed
getRootAttribute($name)

No description

from Event
getRepository()

No description

from Event
getProject()

No description

from Event
array[string]
getObjectAttributes()

No description

getUser()

No description

from UserTrait
null|Commit
getCommit()

Information about commit or null if not for commit For more information please visit: https://docs.gitlab.com/ce/user/project/integrations/webhooks.html#comment-on-commit

Build[]
getBuilds()

No description

Details

in Event at line 30
__construct($data)

Parameters

$data

in Event at line 38
protected array getData()

Return Value

array

in Event at line 46
string getObjectKind()

Return Value

string Kind of object wrapped into PHP object

in Event at line 55
protected mixed getRootAttribute($name)

Parameters

$name string Index for data in array

Return Value

mixed Value

in Event at line 63
Repository getRepository()

Return Value

Repository

in Event at line 84
Project getProject()

Return Value

Project

in ObjectAttributesTrait at line 16
array[string] getObjectAttributes()

Return Value

array[string] Object attributes as associative array, for more information see: https://docs.gitlab.com/ce/user/project/integrations/webhooks.html#push-events

in UserTrait at line 22
User getUser()

Return Value

User

in CommitTrait at line 26
null|Commit getCommit()

Information about commit or null if not for commit For more information please visit: https://docs.gitlab.com/ce/user/project/integrations/webhooks.html#comment-on-commit

Return Value

null|Commit

at line 29
Build[] getBuilds()

Return Value

Build[]