Class IssueLinkingImpl

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

public class IssueLinkingImpl extends Object implements IssueLinking
Since:
v4.0
  • Constructor Details

    • IssueLinkingImpl

      @Inject public IssueLinkingImpl(net.sourceforge.jwebunit.WebTester tester, Navigation navigation, com.atlassian.jira.testkit.client.log.FuncTestLogger logger)
  • Method Details

    • 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.
    • getLinkId

      public long getLinkId(String name)
      Description copied from interface: IssueLinking
      Finds id of link types
      Specified by:
      getLinkId in interface IssueLinking