public class ViewAttachmentsSettingsPage extends AbstractJiraAdminPage
body, driver, elementFinder, javascriptExecutor, metaElement, pageBinder, timeouts, webDriverPoller
Constructor and Description |
---|
ViewAttachmentsSettingsPage() |
Modifier and Type | Method and Description |
---|---|
boolean |
attachmentsAreEnabled() |
EditAttachmentsSettingsDialog |
editAttachmentsSettings() |
String |
getAttachmentPath() |
String |
getAttachmentSize() |
ExtensionRestrictionMode |
getExtensionRestrictionMode() |
String |
getFilteredFileExtensions() |
String |
getUrl() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isAt()
Timed condition checking if we're at given page.
|
boolean |
isFilterFilesWithoutExtensions() |
String |
linkId()
ID of the link in the admin menu.
|
void |
readAttachmentSettings() |
boolean |
thumnailsAreEnabled() |
boolean |
zipSupportIsEnabled() |
back, doWait, execKeyboardShortcut, getHeader, getPageTitle, getXsrfToken, isAdmin, isLoggedIn
public String getUrl()
public com.atlassian.pageobjects.elements.query.TimedCondition isAt()
AbstractJiraPage
isAt
in class AbstractJiraPage
public String linkId()
AbstractJiraAdminPage
linkId
in class AbstractJiraAdminPage
public void readAttachmentSettings()
public EditAttachmentsSettingsDialog editAttachmentsSettings()
public boolean attachmentsAreEnabled()
public boolean thumnailsAreEnabled()
public boolean zipSupportIsEnabled()
public String getAttachmentPath()
public String getAttachmentSize()
public ExtensionRestrictionMode getExtensionRestrictionMode()
public String getFilteredFileExtensions()
public boolean isFilterFilesWithoutExtensions()
Copyright © 2002-2024 Atlassian. All Rights Reserved.