Class PipelineHook
java.lang.Object
com.dabsquared.gitlabjenkins.gitlab.hook.model.WebHook
com.dabsquared.gitlabjenkins.gitlab.hook.model.PipelineHook
- Author:
- Milena Zachow
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getUser()
int
hashCode()
void
setCommits
(List<Commit> commits) void
setObjectAttributes
(PipelineEventObjectAttributes objectAttributes) void
setProject
(Project project) void
setProjectId
(Integer projectId) void
toString()
Methods inherited from class com.dabsquared.gitlabjenkins.gitlab.hook.model.WebHook
getObjectKind, getRepository, setObjectKind, setRepository
-
Field Details
-
projectId
-
-
Constructor Details
-
PipelineHook
public PipelineHook()
-
-
Method Details