|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.jira.functest.framework.admin.IssueLinkingImpl
public class IssueLinkingImpl
Constructor Summary | |
---|---|
IssueLinkingImpl(net.sourceforge.jwebunit.WebTester tester,
Navigation navigation,
com.atlassian.jira.testkit.client.log.FuncTestLogger logger)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IssueLinkingImpl(net.sourceforge.jwebunit.WebTester tester, Navigation navigation, com.atlassian.jira.testkit.client.log.FuncTestLogger logger)
Method Detail |
---|
public void enable()
IssueLinking
enable
in interface IssueLinking
public void disable()
IssueLinking
disable
in interface IssueLinking
public void addIssueLink(String name, String outward, String inward)
IssueLinking
addIssueLink
in interface IssueLinking
name
- 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)
IssueLinking
delete
in interface IssueLinking
name
- the name of the issue link type to delete.public boolean exists(String name)
IssueLinking
exists
in interface IssueLinking
name
- The name of the issue type to test for.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |