Class JiraDelegatingSpringPoolConfigSettingsSection
java.lang.Object
com.atlassian.crowd.embedded.pageobjects.component.delegatingldap.SpringPoolConfigSettingsSection
com.atlassian.jira.pageobjects.userdirectory.JiraDelegatingSpringPoolConfigSettingsSection
- All Implemented Interfaces:
com.atlassian.pageobjects.components.ActivatedComponent<com.atlassian.crowd.embedded.pageobjects.component.delegatingldap.SpringPoolConfigSettingsSection>
public class JiraDelegatingSpringPoolConfigSettingsSection
extends com.atlassian.crowd.embedded.pageobjects.component.delegatingldap.SpringPoolConfigSettingsSection
-
Field Summary
Fields inherited from class com.atlassian.crowd.embedded.pageobjects.component.delegatingldap.SpringPoolConfigSettingsSection
bindPrefix, blockWhenExhaustedCheckBox, evictionEligibilityTimeNumberInput, evictionFrequencyNumberInput, jndiPoolingTypeRadioButton, ldapSpringConfigForm, maxIdlePerKeyNumberInput, maxTotalNumberInput, maxTotalPerKeyNumberInput, maxWaitNumberInput, minIdlePerKeyNumberInput, pageBinder, section, springPoolingTypeRadioButton, testOnBorrowCheckBox, testOnCreateCheckBox, testOnReturnCheckBox, testWhileIdleCheckBox -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.crowd.embedded.pageobjects.page.ConfigureDelegatingLDAPDirectoryPageOriginalSpringPoolConfigSettingsSection.close()function bindsConfigureLDAPDirectoryPage, which is wrong, because SpringPoolConfigSettingsSection is dedicated todelegatingLdapand it should returnConfigureDelegatingLDAPDirectoryPageinstead.Methods inherited from class com.atlassian.crowd.embedded.pageobjects.component.delegatingldap.SpringPoolConfigSettingsSection
close, getBlockWhenExhausted, getEvictionEligibilityTime, getEvictionFrequency, getLDAPPoolType, getLdapPoolTypes, getMaxIdlePerKeyl, getMaxTotal, getMaxTotalPerKey, getMaxWait, getMinIdlePerKey, getTestOnBorrow, getTestOnCreate, getTestOnReturn, getTestWhileIdle, getTrigger, getView, initialize, isLdapSpringConfigFormVisible, isOpen, open, setBlockWhenExhausted, setEvictionEligibilityTime, setEvictionFrequency, setLDAPPoolType, setMaxIdlePerKey, setMaxTotal, setMaxTotalPerKey, setMaxWait, setMinIdlePerKey, setTestOnBorrow, setTestOnCreate, setTestOnReturn, setTestWhileIdle
-
Constructor Details
-
JiraDelegatingSpringPoolConfigSettingsSection
-
-
Method Details
-
properClose
public com.atlassian.crowd.embedded.pageobjects.page.ConfigureDelegatingLDAPDirectoryPage properClose()OriginalSpringPoolConfigSettingsSection.close()function bindsConfigureLDAPDirectoryPage, which is wrong, because SpringPoolConfigSettingsSection is dedicated todelegatingLdapand it should returnConfigureDelegatingLDAPDirectoryPageinstead. Override could not change return type, so here is a new function with proper implementation and signature.
-