Uses of Class
org.gitlab4j.api.models.LabelEvent
Packages that use LabelEvent
-
Uses of LabelEvent in org.gitlab4j.api
Methods in org.gitlab4j.api that return LabelEventModifier and TypeMethodDescriptionResourceLabelEventsApi.getEpicLabelEvent
(Object projectIdOrPath, Long epicId, Long resourceLabelEventId) Get a single label event for a specific epic label event.ResourceLabelEventsApi.getIssueLabelEvent
(Object projectIdOrPath, Long issueIid, Long resourceLabelEventId) Get a single label event for a specific project issue.ResourceLabelEventsApi.getMergeRequestLabelEvent
(Object projectIdOrPath, Long mergeRequestIid, Long resourceLabelEventId) Get a single label event for a specific merge request label event.Methods in org.gitlab4j.api that return types with arguments of type LabelEventModifier and TypeMethodDescriptionResourceLabelEventsApi.getEpicLabelEvents
(Object projectIdOrPath, Long epicId) Gets a list of all label events for an epic.ResourceLabelEventsApi.getEpicLabelEvents
(Object projectIdOrPath, Long epicId, int itemsPerPage) Gets a Pager of all label events for the specified epic.ResourceLabelEventsApi.getEpicLabelEventsStream
(Object projectIdOrPath, Long epicId) Gets a Stream of all label events for he specified epic.ResourceLabelEventsApi.getIssueLabelEvents
(Object projectIdOrPath, Long issueIid) Gets a list of all label events for a single issue.ResourceLabelEventsApi.getIssueLabelEvents
(Object projectIdOrPath, Long issueIid, int itemsPerPage) Gets a Pager of all label events for a single issue.ResourceLabelEventsApi.getIssueLabelEventsStream
(Object projectIdOrPath, Long issueIid) Gets a Stream of all label events for a single issue.ResourceLabelEventsApi.getMergeRequestLabelEvents
(Object projectIdOrPath, Long mergeRequestIid) Gets a list of all label events for a merge request.ResourceLabelEventsApi.getMergeRequestLabelEvents
(Object projectIdOrPath, Long mergeRequestIid, int itemsPerPage) Gets a Pager of all label events for the specified merge request.ResourceLabelEventsApi.getMergeRequestLabelEventsStream
(Object projectIdOrPath, Long mergeRequestIid) Gets a Stream of all label events for he specified merge request.ResourceLabelEventsApi.getOptionalEpicLabelEvent
(Object projectIdOrPath, Long epicId, Long resourceLabelEventId) Get an Optional instance holding a LabelEvent for a specific epic label event.ResourceLabelEventsApi.getOptionalIssueLabelEvent
(Object projectIdOrPath, Long issueIid, Long resourceLabelEventId) Get an Optional instance holding a LabelEvent for a specific project issueResourceLabelEventsApi.getOptionalMergeRequestLabelEvent
(Object projectIdOrPath, Long mergeRequestIid, Long resourceLabelEventId) Get an Optional instance holding a LabelEvent for a specific merge request label event.