Uses of Class
org.miaixz.bus.gitlab.models.RelatedEpicLink
Packages that use RelatedEpicLink
-
Uses of RelatedEpicLink in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab that return RelatedEpicLinkModifier and TypeMethodDescriptionEpicsApi.createRelatedEpicLink(Object groupIdOrPath, Long epicIid, Object targetGroupIdOrPath, Long targetEpicIid, LinkType linkType) Create a two-way relation between two epics.EpicsApi.deleteRelatedEpicLink(Object groupIdOrPath, Long epicIid, Long relatedEpicLinkId) Delete a two-way relation between two epics.