Package org.gitlab4j.api.webhook
Class PipelineEvent
java.lang.Object
org.gitlab4j.api.webhook.AbstractEvent
org.gitlab4j.api.webhook.PipelineEvent
- All Implemented Interfaces:
Event
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetJobs()getUser()voidsetCommit(EventCommit commit) voidvoidsetObjectAttributes(PipelineEvent.ObjectAttributes objectAttributes) voidsetObjectKind(String objectKind) voidsetProject(EventProject project) voidtoString()Methods inherited from class org.gitlab4j.api.webhook.AbstractEvent
getRequestQueryString, getRequestSecretToken, getRequestUrl, setRequestQueryString, setRequestSecretToken, setRequestUrl
-
Field Details
-
X_GITLAB_EVENT
- See Also:
-
OBJECT_KIND
- See Also:
-
-
Constructor Details
-
PipelineEvent
public PipelineEvent()
-
-
Method Details