com.atlassian.webdriver.jira.page
Class ViewAttachmentsSettingsPage

java.lang.Object
  extended by com.atlassian.webdriver.jira.page.JiraAbstractPage
      extended by com.atlassian.webdriver.jira.page.JiraAdminAbstractPage
          extended by com.atlassian.webdriver.jira.page.ViewAttachmentsSettingsPage
All Implemented Interfaces:
Page

public class ViewAttachmentsSettingsPage
extends JiraAdminAbstractPage


Field Summary
 
Fields inherited from class com.atlassian.webdriver.jira.page.JiraAbstractPage
driver, pageBinder
 
Constructor Summary
ViewAttachmentsSettingsPage()
           
 
Method Summary
 boolean attachmentsAreEnabled()
           
 String getAttachmentPath()
           
 String getAttachmentSize()
           
 String getUrl()
           
 void readAttachmentSettings()
           
 boolean thumnailsAreEnabled()
           
 boolean zipSupportIsEnabled()
           
 
Methods inherited from class com.atlassian.webdriver.jira.page.JiraAdminAbstractPage
getAdminSideMenu
 
Methods inherited from class com.atlassian.webdriver.jira.page.JiraAbstractPage
doWait, getDashboardMenu, getHeader, isAdmin, isLoggedIn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewAttachmentsSettingsPage

public ViewAttachmentsSettingsPage()
Method Detail

getUrl

public String getUrl()
Returns:
The URI, including query string, relative to the base url

readAttachmentSettings

public void readAttachmentSettings()

attachmentsAreEnabled

public boolean attachmentsAreEnabled()

thumnailsAreEnabled

public boolean thumnailsAreEnabled()

zipSupportIsEnabled

public boolean zipSupportIsEnabled()

getAttachmentPath

public String getAttachmentPath()

getAttachmentSize

public String getAttachmentSize()


Copyright © 2014 Atlassian. All rights reserved.