com.atlassian.jira.functest.framework.admin
Class IssueLinkingImpl

java.lang.Object
  extended by com.atlassian.jira.functest.framework.admin.IssueLinkingImpl
All Implemented Interfaces:
IssueLinking

public class IssueLinkingImpl
extends Object
implements IssueLinking

Since:
v4.0

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

IssueLinkingImpl

public IssueLinkingImpl(net.sourceforge.jwebunit.WebTester tester,
                        Navigation navigation,
                        FuncTestLogger logger)
Method Detail

enable

public void enable()
Description copied from interface: IssueLinking
Enables issue linking across JIRA.

Specified by:
enable in interface IssueLinking

disable

public void disable()
Description copied from interface: IssueLinking
Disables issue linking across JIRA.

Specified by:
disable in interface IssueLinking

addIssueLink

public void addIssueLink(String name,
                         String outward,
                         String inward)
Description copied from interface: IssueLinking
Adds an issue link type to JIRA.

Specified by:
addIssueLink in interface IssueLinking
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

public void delete(String name)
Description copied from interface: IssueLinking
Deletes an issue link type.

Specified by:
delete in interface IssueLinking
Parameters:
name - the name of the issue link type to delete.

exists

public boolean exists(String name)
Description copied from interface: IssueLinking
Determines whether an issue link type exists or not.

Specified by:
exists in interface IssueLinking
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.


Copyright © 2002-2012 Atlassian. All Rights Reserved.