Uses of Class
org.gitlab4j.api.models.RelatedEpicLink
Packages that use RelatedEpicLink
-
Uses of RelatedEpicLink in org.gitlab4j.api
Methods in org.gitlab4j.api 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.