public class ResourceStateEventsApi extends AbstractApi
Constants.ActionType, Constants.ApplicationScope, Constants.ArchiveFormat, Constants.AutoDevopsDeployStrategy, Constants.BuildGitStrategy, Constants.CommitBuildState, Constants.DeploymentOrderBy, Constants.DeploymentStatus, Constants.DeployTokenScope, Constants.Encoding, Constants.EpicOrderBy, Constants.GroupOrderBy, Constants.GroupSearchScope, Constants.ImpersonationState, Constants.IssueOrderBy, Constants.IssueScope, Constants.IssueState, Constants.JobScope, Constants.LineType, Constants.MergeRequestOrderBy, Constants.MergeRequestScope, Constants.MergeRequestSearchIn, Constants.MergeRequestState, Constants.MilestoneState, Constants.PackageOrderBy, Constants.PackageStatus, Constants.PipelineOrderBy, Constants.PipelineScope, Constants.ProjectOrderBy, Constants.ProjectSearchScope, Constants.SearchScope, Constants.SortOrder, Constants.SquashOption, Constants.StateEvent, Constants.TagOrderBy, Constants.TargetType, Constants.TodoAction, Constants.TodoState, Constants.TodoType, Constants.TokenTypegitLabApiNEXT_PAGE_HEADER, PAGE_HEADER, PAGE_PARAM, PER_PAGE, PER_PAGE_PARAM, PREV_PAGE_HEADER, TOTAL_HEADER, TOTAL_PAGES_HEADER| Constructor and Description |
|---|
ResourceStateEventsApi(GitLabApi gitLabApi) |
| Modifier and Type | Method and Description |
|---|---|
List<IssueEvent> |
getIssueStateEvents(Object projectIdOrPath,
Integer issueIid)
Gets a list of all state events for a single issue.
|
Pager<IssueEvent> |
getIssueStateEvents(Object projectIdOrPath,
Integer issueIid,
int itemsPerPage)
Gets a Pager of all state events for a single issue.
|
Stream<IssueEvent> |
getIssueStateEventsStream(Object projectIdOrPath,
Integer issueIid)
Gets a Stream of all state events for a single issue.
|
addFormParam, addFormParam, delete, delete, get, get, getApiClient, getApiVersion, getDefaultPerPage, getDefaultPerPageParam, getDefaultPerPageParam, getGroupIdOrPath, getLabelIdOrName, getPageQueryParams, getPageQueryParams, getPerPageQueryParam, getProjectIdOrPath, getUserIdOrUsername, getWithAccepts, handle, head, isApiVersion, post, post, post, post, post, put, put, put, putUpload, putUpload, putWithFormData, upload, upload, upload, urlEncode, validatepublic ResourceStateEventsApi(GitLabApi gitLabApi)
public List<IssueEvent> getIssueStateEvents(Object projectIdOrPath, Integer issueIid) throws GitLabApiException
GitLab Endpoint: GET /projects/:id/issues/:issue_iid/resource_state_eventsprojectIdOrPath - id, path of the project, or a Project instance holding the project ID or pathissueIid - the IID of the issueGitLabApiException - if any exception occurspublic Pager<IssueEvent> getIssueStateEvents(Object projectIdOrPath, Integer issueIid, int itemsPerPage) throws GitLabApiException
GitLab Endpoint: GET /projects/:id/issues/:issue_iid/resource_state_eventsprojectIdOrPath - id, path of the project, or a Project instance holding the project ID or pathissueIid - the IID of the issueitemsPerPage - the number of LabelEvent instances that will be fetched per pageGitLabApiException - if any exception occurspublic Stream<IssueEvent> getIssueStateEventsStream(Object projectIdOrPath, Integer issueIid) throws GitLabApiException
GitLab Endpoint: GET /projects/:id/issues/:issue_iid/resource_state_eventsprojectIdOrPath - id, path of the project, or a Project instance holding the project ID or pathissueIid - the IID of the issueGitLabApiException - if any exception occursCopyright © 2021. All rights reserved.