|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.functest.framework.admin.IssueLinkingImpl
public class IssueLinkingImpl
| Constructor Summary | |
|---|---|
IssueLinkingImpl(net.sourceforge.jwebunit.WebTester tester,
Navigation navigation,
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,
FuncTestLogger logger)
| Method Detail |
|---|
public void enable()
IssueLinking
enable in interface IssueLinkingpublic void disable()
IssueLinking
disable in interface IssueLinking
public void addIssueLink(String name,
String outward,
String inward)
IssueLinking
addIssueLink 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)
IssueLinking
delete in interface IssueLinkingname - the name of the issue link type to delete.public boolean exists(String name)
IssueLinking
exists in interface IssueLinkingname - 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 | |||||||||