Interface SharedFiltersAdministration
- All Known Implementing Classes:
DefaultSharedFiltersAdministration
public interface SharedFiltersAdministration
Represents to the Shared Filters Administration Page
- Since:
- v4.4
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceRepresents the list of filters available in the page -
Method Summary
Modifier and TypeMethodDescriptionchangeFilterOwner(long filterId, String newOwner) Change the owner of the filterdeleteFilter(long filterId) Deletes the filter represented by the filter idfilters()Retrieves an instance ofSharedFiltersAdministration.Filtersthat represents the list of filters currently displayed on the Shared Filters Administration Page.goTo()Navigates to the Shared Filters Administration Page.Searches for shared filters from the Shared Filters Administration Page according to the specified criteria.Searches for all the shared filters in this instance of JIRA from the Shared Filters Administration Page.
-
Method Details
-
goTo
SharedFiltersAdministration goTo()Navigates to the Shared Filters Administration Page.- Returns:
- This instance of SharedFiltersAdministration.
-
search
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
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
SharedFiltersAdministration.Filters filters()Retrieves an instance ofSharedFiltersAdministration.Filtersthat represents the list of filters currently displayed on the Shared Filters Administration Page.- Returns:
- an instance of
SharedFiltersAdministration.Filters.
-
deleteFilter
Deletes the filter represented by the filter id- Parameters:
filterId- Id of the filter to be deleted
-
changeFilterOwner
Change the owner of the filter- Parameters:
filterId- id of the FilternewOwner- the new owner username- Returns:
-