Uses of Class
org.gitlab4j.api.models.EventData
-
Packages that use EventData Package Description org.gitlab4j.api.models -
-
Uses of EventData in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return EventData Modifier and Type Method Description EventDataEvent. getData()EventDataEventData. withAfter(String after)EventDataEventData. withBefore(String before)EventDataEventData. withCommits(List<Commit> commits)EventDataEventData. withRef(String ref)EventDataEventData. withRepository(Repository repository)EventDataEventData. withTotalCommitsCount(Integer totalCommitsCount)EventDataEventData. withUserId(Integer userId)EventDataEventData. withUserName(String userName)
-