com.atlassian.jira.functest.framework.admin.plugins
Class IssueTabPanel

java.lang.Object
  extended by com.atlassian.jira.functest.framework.admin.plugins.AbstractPluginModule
      extended by com.atlassian.jira.functest.framework.admin.plugins.ReferencePluginModule
          extended by com.atlassian.jira.functest.framework.admin.plugins.IssueTabPanel

public class IssueTabPanel
extends ReferencePluginModule

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

Since:
4.4

Field Summary
 
Fields inherited from class com.atlassian.jira.functest.framework.admin.plugins.AbstractPluginModule
administration, pluginKey
 
Constructor Summary
IssueTabPanel(Administration administration, Navigation navigation, LocatorFactory locators)
           
 
Method Summary
 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
 
Methods inherited from class com.atlassian.jira.functest.framework.admin.plugins.AbstractPluginModule
completeModuleKey, disable, enable, isEnabled, isInstalled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueTabPanel

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

moduleKey

public String moduleKey()
Description copied from class: AbstractPluginModule
Module key.

Specified by:
moduleKey in class AbstractPluginModule
Returns:
module key

moduleName

public String moduleName()
Description copied from class: AbstractPluginModule
Name of the module

Specified by:
moduleName in class AbstractPluginModule
Returns:
name of the module

isPresent

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


Copyright © 2002-2013 Atlassian. All Rights Reserved.