Uses of Class
org.miaixz.bus.gitlab.models.RelatedEpic
Packages that use RelatedEpic
-
Uses of RelatedEpic in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab 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.