Class JiraUserDirectory

java.lang.Object
com.atlassian.crowd.embedded.pageobjects.component.UserDirectory
com.atlassian.jira.pageobjects.userdirectory.JiraUserDirectory

public class JiraUserDirectory extends com.atlassian.crowd.embedded.pageobjects.component.UserDirectory
This class fixes some issues with original UserDirectory without copy-pasting full class here and, in the same time, without fixing it directly in crowd repo due to time constraints.
  • Constructor Summary

    Constructors
    Constructor
    Description
    JiraUserDirectory(org.openqa.selenium.By locator, com.atlassian.crowd.embedded.pageobjects.page.UserDirectoriesPage parentPage)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.atlassian.crowd.embedded.pageobjects.component.UserDirectory
    This is a new method created based on existing implementation of UserDirectory.disable()
    com.atlassian.crowd.embedded.pageobjects.component.UserDirectory
    Overridden to call own implementation of clickMoveIconAndWait()
    com.atlassian.crowd.embedded.pageobjects.component.UserDirectory
    Overridden to call own implementation of clickMoveIconAndWait()

    Methods inherited from class com.atlassian.crowd.embedded.pageobjects.component.UserDirectory

    disable, editCrowdDirectory, editDelegatingLdapDirectory, editLdapDirectory, editPasswordPolicy, getId, getName, getSyncInfoMessage, getSyncStateMessage, getType, isEnabled, operations, remove, synchronise, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • JiraUserDirectory

      public JiraUserDirectory(org.openqa.selenium.By locator, com.atlassian.crowd.embedded.pageobjects.page.UserDirectoriesPage parentPage)
  • Method Details

    • moveUp

      public com.atlassian.crowd.embedded.pageobjects.component.UserDirectory moveUp()
      Overridden to call own implementation of clickMoveIconAndWait()
      Overrides:
      moveUp in class com.atlassian.crowd.embedded.pageobjects.component.UserDirectory
    • moveDown

      public com.atlassian.crowd.embedded.pageobjects.component.UserDirectory moveDown()
      Overridden to call own implementation of clickMoveIconAndWait()
      Overrides:
      moveDown in class com.atlassian.crowd.embedded.pageobjects.component.UserDirectory
    • enable

      public com.atlassian.crowd.embedded.pageobjects.component.UserDirectory enable()
      This is a new method created based on existing implementation of UserDirectory.disable()