Uses of Class
org.gitlab4j.api.models.ChildEpic
Packages that use ChildEpic
-
Uses of ChildEpic in org.gitlab4j.api
Methods in org.gitlab4j.api that return ChildEpicModifier and TypeMethodDescriptionEpicsApi.assignChildEpic
(Object groupIdOrPath, Long epicIid, Long childEpicId) Creates an association between two epics, designating one as the parent epic and the other as the child epic.EpicsApi.unassignChildEpic
(Object groupIdOrPath, Long epicIid, Long childEpicId) Unassigns a child epic from a parent epic.Methods in org.gitlab4j.api that return types with arguments of type ChildEpicModifier and TypeMethodDescriptionEpicsApi.getChildEpics
(Object groupIdOrPath, Long epicIid) Gets all child epics of an epic and the authenticated user has access to.EpicsApi.getChildEpics
(Object groupIdOrPath, Long epicIid, int itemsPerPage) Get a Pager of all child epics of an epic and the authenticated user has access to.EpicsApi.getChildEpicsStream
(Object groupIdOrPath, Long epicIid) Gets all child epics of an epic and the authenticated user has access to as a Stream.EpicsApi.reOrderChildEpic
(Object groupIdOrPath, Long epicIid, Long childEpicId, Long moveBeforeId, Long moveAfterId) Re-order a child epic