public class IssueLinkTypeDestroyerImpl extends Object implements IssueLinkTypeDestroyer
| Constructor and Description |
|---|
IssueLinkTypeDestroyerImpl(IssueLinkTypeManager issueLinkTypeManager,
IssueLinkManager issueLinkManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
removeIssueLinkType(Long issueLinkTypeId,
IssueLinkType swapLinkType,
ApplicationUser remoteUser)
Removes an issueLinkType from the datastore.
|
public IssueLinkTypeDestroyerImpl(IssueLinkTypeManager issueLinkTypeManager, IssueLinkManager issueLinkManager)
public void removeIssueLinkType(Long issueLinkTypeId, IssueLinkType swapLinkType, ApplicationUser remoteUser)
IssueLinkTypeDestroyerremoveIssueLinkType in interface IssueLinkTypeDestroyerissueLinkTypeId - the id of the issue link type top deleteswapLinkType - If null issue links are removed, if not null the issue links are changed to this
issue link typeremoteUser - the remote user performing the delete operation (needed for change item creating)Copyright © 2002-2023 Atlassian. All Rights Reserved.