public class

IssueTabPanel

extends ReferencePluginModule
java.lang.Object
   ↳ com.atlassian.jira.functest.framework.admin.plugins.AbstractPluginModule
     ↳ com.atlassian.jira.functest.framework.admin.plugins.ReferencePluginModule
       ↳ com.atlassian.jira.functest.framework.admin.plugins.IssueTabPanel

Class Overview

Represents the the reference issue tab panel in the reference plugin.

Summary

[Expand]
Inherited Fields
From class com.atlassian.jira.functest.framework.admin.plugins.AbstractPluginModule
Public Constructors
IssueTabPanel(Administration administration, Navigation navigation, LocatorFactory locators)
Public Methods
boolean isPresent(String issueKey)
Check if the reference panel is present at given view issue page.
String moduleKey()
Module key.
String moduleName()
Name of the module
[Expand]
Inherited Methods
From class com.atlassian.jira.functest.framework.admin.plugins.AbstractPluginModule
From class java.lang.Object

Public Constructors

public IssueTabPanel (Administration administration, Navigation navigation, LocatorFactory locators)

Public Methods

public boolean isPresent (String issueKey)

Check if the reference panel is present at given view issue page.

Parameters
issueKey issue key
Returns
  • true, if reference issue tab panel is present for given issue

public String moduleKey ()

Module key.

Returns
  • module key

public String moduleName ()

Name of the module

Returns
  • name of the module