com.atlassian.jira.webtest.framework.page.admin
Interface EditGeneralConfiguration

All Superinterfaces:
ChildPage<ViewGeneralConfiguration>, Page, PageObject, Submittable<ViewGeneralConfiguration>, SubmittableChildPage<ViewGeneralConfiguration>
All Known Implementing Classes:
SeleniumEditGeneralConfiguration

public interface EditGeneralConfiguration
extends SubmittableChildPage<ViewGeneralConfiguration>

Represents the edit mode of the 'Global configuration' page.

Since:
v4.3

Method Summary
 SeleniumEditGeneralConfiguration setExternalUserManagement(boolean enable)
          Sets the external user management option.
 SeleniumEditGeneralConfiguration setMode(String mode)
          Sets the mode to either "Private" or "Public"
 EditGeneralConfiguration setPropertyValue(GeneralConfigurationProperty property, String newValue)
          Set global configuration property to newValue.
 
Methods inherited from interface com.atlassian.jira.webtest.framework.page.ChildPage
back
 
Methods inherited from interface com.atlassian.jira.webtest.framework.page.Page
isAt
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.PageObject
context, isReady
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.Submittable
submit
 

Method Detail

setPropertyValue

EditGeneralConfiguration setPropertyValue(GeneralConfigurationProperty property,
                                          String newValue)
Set global configuration property to newValue.

Parameters:
property - property to set
newValue - new property value
Returns:
this configuration page instance

setMode

SeleniumEditGeneralConfiguration setMode(String mode)
Sets the mode to either "Private" or "Public"

Parameters:
mode -
Returns:

setExternalUserManagement

SeleniumEditGeneralConfiguration setExternalUserManagement(boolean enable)
Sets the external user management option.

Parameters:
enable - indicates whether to enable or disable external user management.
Returns:
this configuration page instance.


Copyright © 2002-2012 Atlassian. All Rights Reserved.