Class IssueLinkingImpl
java.lang.Object
com.atlassian.jira.functest.framework.admin.IssueLinkingImpl
- All Implemented Interfaces:
IssueLinking
- Since:
- v4.0
-
Constructor Summary
ConstructorsConstructorDescriptionIssueLinkingImpl
(net.sourceforge.jwebunit.WebTester tester, Navigation navigation, com.atlassian.jira.testkit.client.log.FuncTestLogger logger) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addIssueLink
(String name, String outward, String inward) Adds an issue link type to JIRA.void
Deletes an issue link type.void
disable()
Disables issue linking across JIRA.void
enable()
Enables issue linking across JIRA.boolean
Determines whether an issue link type exists or not.long
Finds id of link types
-
Constructor Details
-
Method Details
-
enable
public void enable()Description copied from interface:IssueLinking
Enables issue linking across JIRA.- Specified by:
enable
in interfaceIssueLinking
-
disable
public void disable()Description copied from interface:IssueLinking
Disables issue linking across JIRA.- Specified by:
disable
in interfaceIssueLinking
-
addIssueLink
Description copied from interface:IssueLinking
Adds an issue link type to JIRA.- Specified by:
addIssueLink
in interfaceIssueLinking
- Parameters:
name
- the name of the issue link type to create.outward
- the label to describe outward links.inward
- the label to describe inward links.
-
delete
Description copied from interface:IssueLinking
Deletes an issue link type.- Specified by:
delete
in interfaceIssueLinking
- Parameters:
name
- the name of the issue link type to delete.
-
exists
Description copied from interface:IssueLinking
Determines whether an issue link type exists or not.- Specified by:
exists
in interfaceIssueLinking
- Parameters:
name
- The name of the issue type to test for.- Returns:
- true if the issue link type with the specified name exists; otherwise false.
-
getLinkId
Description copied from interface:IssueLinking
Finds id of link types- Specified by:
getLinkId
in interfaceIssueLinking
-