Uses of Class
org.gitlab4j.api.models.IssueEvent
Packages that use IssueEvent
-
Uses of IssueEvent in org.gitlab4j.api
Methods in org.gitlab4j.api that return types with arguments of type IssueEventModifier and TypeMethodDescriptionResourceStateEventsApi.getIssueStateEvents
(Object projectIdOrPath, Long issueIid) Gets a list of all state events for a single issue.ResourceStateEventsApi.getIssueStateEvents
(Object projectIdOrPath, Long issueIid, int itemsPerPage) Gets a Pager of all state events for a single issue.ResourceStateEventsApi.getIssueStateEventsStream
(Object projectIdOrPath, Long issueIid) Gets a Stream of all state events for a single issue.