Interface SharedFiltersAdministration

All Known Implementing Classes:
DefaultSharedFiltersAdministration

public interface SharedFiltersAdministration
Represents to the Shared Filters Administration Page
Since:
v4.4
  • Method Details

    • goTo

      Navigates to the Shared Filters Administration Page.
      Returns:
      This instance of SharedFiltersAdministration.
    • search

      SharedFiltersAdministration search(String searchText, String owner)
      Searches for shared filters from the Shared Filters Administration Page according to the specified criteria.
      Parameters:
      searchText - The text to search for in the name/description of the filter.
      owner - The name of the user that owns the filters to search for.
      Returns:
      This instance of SharedFiltersAdministration.
    • searchAll

      Searches for all the shared filters in this instance of JIRA from the Shared Filters Administration Page.
      Returns:
      This instance of SharedFiltersAdministration.
    • filters

      Retrieves an instance of SharedFiltersAdministration.Filters that represents the list of filters currently displayed on the Shared Filters Administration Page.
      Returns:
      an instance of SharedFiltersAdministration.Filters.
    • deleteFilter

      SharedFiltersAdministration deleteFilter(long filterId)
      Deletes the filter represented by the filter id
      Parameters:
      filterId - Id of the filter to be deleted
    • changeFilterOwner

      SharedFiltersAdministration changeFilterOwner(long filterId, String newOwner)
      Change the owner of the filter
      Parameters:
      filterId - id of the Filter
      newOwner - the new owner username
      Returns: