Uses of Class
org.gitlab4j.api.models.RelatedEpic
Packages that use RelatedEpic
-
Uses of RelatedEpic in org.gitlab4j.api
Methods in org.gitlab4j.api that return types with arguments of type RelatedEpicModifier and TypeMethodDescriptionEpicsApi.getRelatedEpics(Object groupIdOrPath, Long epicIid) Gets all linked epics of an epic filtered according to the user authorizations.EpicsApi.getRelatedEpics(Object groupIdOrPath, Long epicIid, int itemsPerPage) Get a Pager of all linked epics of an epic filtered according to the user authorizations.EpicsApi.getRelatedEpicsStream(Object groupIdOrPath, Long epicIid) Gets all linked epics of an epic filtered according to the user authorizations to as a Stream.