public class IssueLinkingImpl extends Object implements IssueLinking
| Constructor and Description |
|---|
IssueLinkingImpl(net.sourceforge.jwebunit.WebTester tester,
Navigation navigation,
com.atlassian.jira.testkit.client.log.FuncTestLogger logger) |
| Modifier and Type | Method and Description |
|---|---|
void |
addIssueLink(String name,
String outward,
String inward)
Adds an issue link type to JIRA.
|
void |
delete(String name)
Deletes an issue link type.
|
void |
disable()
Disables issue linking across JIRA.
|
void |
enable()
Enables issue linking across JIRA.
|
boolean |
exists(String name)
Determines whether an issue link type exists or not.
|
long |
getLinkId(String name)
Finds id of link types
|
@Inject
public IssueLinkingImpl(net.sourceforge.jwebunit.WebTester tester,
Navigation navigation,
com.atlassian.jira.testkit.client.log.FuncTestLogger logger)
public void enable()
IssueLinkingenable in interface IssueLinkingpublic void disable()
IssueLinkingdisable in interface IssueLinkingpublic void addIssueLink(String name, String outward, String inward)
IssueLinkingaddIssueLink in interface IssueLinkingname - the name of the issue link type to create.outward - the label to describe outward links.inward - the label to describe inward links.public void delete(String name)
IssueLinkingdelete in interface IssueLinkingname - the name of the issue link type to delete.public boolean exists(String name)
IssueLinkingexists in interface IssueLinkingname - The name of the issue type to test for.public long getLinkId(String name)
IssueLinkinggetLinkId in interface IssueLinkingCopyright © 2002-2018 Atlassian. All Rights Reserved.