Package | Description |
---|---|
org.gitlab4j.api |
Modifier and Type | Method and Description |
---|---|
List<IssueEvent> |
ResourceStateEventsApi.getIssueStateEvents(Object projectIdOrPath,
Integer issueIid)
Gets a list of all state events for a single issue.
|
Pager<IssueEvent> |
ResourceStateEventsApi.getIssueStateEvents(Object projectIdOrPath,
Integer issueIid,
int itemsPerPage)
Gets a Pager of all state events for a single issue.
|
Stream<IssueEvent> |
ResourceStateEventsApi.getIssueStateEventsStream(Object projectIdOrPath,
Integer issueIid)
Gets a Stream of all state events for a single issue.
|
Copyright © 2021. All rights reserved.