com.atlassian.confluence.pageobjects.component.supporttools
Class SupportRequestTab

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
      extended by com.atlassian.confluence.pageobjects.component.supporttools.SupportRequestTab
All Implemented Interfaces:
com.atlassian.pageobjects.Page

public class SupportRequestTab
extends ConfluenceAbstractPage

Within the SupportToolsPage, one of the tabs that may be selected by the user. This tab allows the user to fill out and submit a new support request to support@atlassian.com.


Field Summary
 
Fields inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
driver, pageBinder, pageElementFinder, timeouts, waiter
 
Constructor Summary
SupportRequestTab()
           
 
Method Summary
 String getUrl()
           
 String sendSupportRequest()
           
 void setDescription(String value)
           
 void setSummary(String value)
           
 
Methods inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
doWait, getAlert, getComponent, getHeader, getMainHeader, getPageHeadingColor, isDarkFeatureEnabled, isLoggedIn, openAddMenu, openBrowseMenu, openHelpMenu, openToolsMenu, openUserMenu, sendKeyboardShortcut, sendKeyboardShortcutAndWaitForCondition, setSetupComplete
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SupportRequestTab

public SupportRequestTab()
Method Detail

setSummary

public void setSummary(String value)

sendSupportRequest

public String sendSupportRequest()

setDescription

public void setDescription(String value)

getUrl

public String getUrl()


Copyright © 2003-2013 Atlassian. All Rights Reserved.