public interface SharedFiltersAdministration
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SharedFiltersAdministration.Filters
Represents the list of filters available in the page
|
| Modifier and Type | Method and Description |
|---|---|
SharedFiltersAdministration |
changeFilterOwner(long filterId,
String newOwner)
Change the owner of the filter
|
SharedFiltersAdministration |
deleteFilter(long filterId)
Deletes the filter represented by the filter id
|
SharedFiltersAdministration.Filters |
filters()
Retrieves an instance of
SharedFiltersAdministration.Filters that represents the list of filters currently displayed on the Shared
Filters Administration Page. |
SharedFiltersAdministration |
goTo()
Navigates to the Shared Filters Administration Page.
|
SharedFiltersAdministration |
search(String searchText,
String owner)
Searches for shared filters from the Shared Filters Administration Page according to the specified criteria.
|
SharedFiltersAdministration |
searchAll()
Searches for all the shared filters in this instance of JIRA from the Shared Filters Administration Page.
|
SharedFiltersAdministration goTo()
SharedFiltersAdministration search(String searchText, String owner)
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.SharedFiltersAdministration searchAll()
SharedFiltersAdministration.Filters filters()
SharedFiltersAdministration.Filters that represents the list of filters currently displayed on the Shared
Filters Administration Page.SharedFiltersAdministration.Filters.SharedFiltersAdministration deleteFilter(long filterId)
filterId - Id of the filter to be deletedSharedFiltersAdministration changeFilterOwner(long filterId, String newOwner)
filterId - id of the FilternewOwner - the new owner usernameCopyright © 2002-2015 Atlassian. All Rights Reserved.