Uses of Class
org.gitlab4j.api.webhook.EventCommit
-
Packages that use EventCommit Package Description org.gitlab4j.api.webhook -
-
Uses of EventCommit in org.gitlab4j.api.webhook
Methods in org.gitlab4j.api.webhook that return EventCommit Modifier and Type Method Description EventCommitNoteEvent. getCommit()EventCommitPipelineEvent. getCommit()EventCommitEventMergeRequest. getLastCommit()Methods in org.gitlab4j.api.webhook that return types with arguments of type EventCommit Modifier and Type Method Description List<EventCommit>AbstractPushEvent. getCommits()Methods in org.gitlab4j.api.webhook with parameters of type EventCommit Modifier and Type Method Description voidNoteEvent. setCommit(EventCommit commit)voidPipelineEvent. setCommit(EventCommit commit)voidEventMergeRequest. setLastCommit(EventCommit lastCommit)Method parameters in org.gitlab4j.api.webhook with type arguments of type EventCommit Modifier and Type Method Description voidAbstractPushEvent. setCommits(List<EventCommit> commits)
-