Uses of Class
org.gitlab4j.api.models.IssueEvent
Package | Description |
---|---|
org.gitlab4j.api |
-
Uses of IssueEvent in org.gitlab4j.api
Methods in org.gitlab4j.api that return types with arguments of type IssueEvent Modifier and Type Method Description List<IssueEvent>
ResourceStateEventsApi. getIssueStateEvents(Object projectIdOrPath, Long issueIid)
Gets a list of all state events for a single issue.Pager<IssueEvent>
ResourceStateEventsApi. getIssueStateEvents(Object projectIdOrPath, Long issueIid, int itemsPerPage)
Gets a Pager of all state events for a single issue.Stream<IssueEvent>
ResourceStateEventsApi. getIssueStateEventsStream(Object projectIdOrPath, Long issueIid)
Gets a Stream of all state events for a single issue.