Interface PermissionSchemes

All Known Implementing Classes:
PermissionSchemesBackdoorImpl, PermissionSchemesImpl

public interface PermissionSchemes
Deprecated.
all new tests with the Single Page Permission Schemes page should be written in a web driver test using EditPermissionsSinglePage. For backdoor based PermissionSchemes control use Backdoor.permissionSchemes()
Actions to be performed on the permission schemes in JIRA's administration.
Since:
v4.0
  • Method Details

    • defaultScheme

      Deprecated.
      Navigates to the Default Permission Scheme.
      Returns:
      the Default Permission Scheme to operate on.
    • scheme

      Deprecated.
      Navigates to the scheme with the specified name.
      Parameters:
      schemeName - the permission scheme name.
      Returns:
      the Permission Scheme with the given name.