public interface IssueNavigatorNavigation
Modifier and Type | Interface and Description |
---|---|
static class |
IssueNavigatorNavigation.BulkChangeOption
Deprecated.
Options for performing a bulk change on the current search results.
|
static class |
IssueNavigatorNavigation.NavigatorEditMode
Deprecated.
The edit mode for the navigator.
|
static class |
IssueNavigatorNavigation.NavigatorMode
Deprecated.
The modes that navigator may be in.
|
Modifier and Type | Method and Description |
---|---|
void |
addColumnToIssueNavigator(String[] fieldNames)
Deprecated.
Adds the extra columns to the Issue Navigator
|
BulkChangeWizard |
bulkChange(IssueNavigatorNavigation.BulkChangeOption bulkChangeOption)
Deprecated.
Initiate the bulk change wizard on the current search results.
|
void |
bulkEditAllIssues()
Deprecated.
|
void |
clickEditModeFlipLink()
Deprecated.
Clicks the link that flips between simple and advanced navigator edit modes.
|
void |
configureColumns()
Deprecated.
|
void |
createFilter(String jql)
Deprecated.
|
long |
createNewAndSaveAsFilter(SharedEntityInfo info,
NavigatorSearch search)
Deprecated.
Create and save the passed search.
|
void |
createSearch(NavigatorSearch search)
Deprecated.
Create a search with the passed parameters.
|
IssueNavigatorNavigation |
createSearch(String jqlQuery)
Deprecated.
Switches the navigator into Advanced mode, and then executes the specified JQL query.
|
void |
deleteFilter(long id)
Deprecated.
Delete the listed filter.
|
void |
displayAllIssues()
Deprecated.
Runs a search on all issues.
|
void |
displayFullContentAllIssues()
Deprecated.
|
void |
displayPrintableAllIssues()
Deprecated.
|
void |
displayRssAllComments()
Deprecated.
|
void |
displayRssAllIssues()
Deprecated.
|
void |
displayXmlAllIssues()
Deprecated.
|
void |
editFilter(long id)
Deprecated.
|
void |
expandAllNavigatorSections()
Deprecated.
Expand all of the navigator sections.
|
void |
expandNavigatorSection(String sectionId)
Deprecated.
Expand the passed navigator section.
|
IssueNavigatorNavigation.NavigatorEditMode |
getCurrentEditMode()
Deprecated.
Returns the edit mode that issue navigator is in.
|
IssueNavigatorNavigation.NavigatorMode |
getCurrentMode()
Deprecated.
Returns the mode that issue navigator is currently in.
|
void |
goToConfigureColumns()
Deprecated.
Go to the configure columns screen.
|
void |
gotoEditMode(IssueNavigatorNavigation.NavigatorEditMode mode)
Deprecated.
Switch the navigator into Edit mode.
|
IssueNavigatorNavigation.NavigatorMode |
gotoEditOrNewMode(IssueNavigatorNavigation.NavigatorEditMode mode)
Deprecated.
Switch to the passed edit mode in navigator.
|
void |
gotoNavigator()
Deprecated.
Navigators to the issue navigation
|
void |
gotoNewMode(IssueNavigatorNavigation.NavigatorEditMode navigatorEditMode)
Deprecated.
Switch the navigator into New mode.
|
void |
gotoViewMode()
Deprecated.
Switch the navigator into View mode.
|
void |
loadFilter(long id)
Deprecated.
Loads a filter in the issue navigator in summary mode.
|
void |
loadFilterAndAssert(long id)
Deprecated.
Loads a filter in the issue navigator in edit mode.
|
void |
modifySearch(NavigatorSearch search)
Deprecated.
Modify the current search.
|
void |
restoreColumnDefaults()
Deprecated.
Restore the default columns in the Issue Navigator.
|
IssueSearchPage |
runPrintableSearch(String jqlQuery)
Deprecated.
|
void |
runSearch()
Deprecated.
Run the current search.
|
IssueSearchPage |
runSearch(String jqlQuery)
Deprecated.
|
List<String> |
runSimpleSearch(String jqlQuery)
Deprecated.
Safely run a search, ignoring errors and returning only the matching issue keys
in the order that they were returned.
|
void |
runXmlSearch(String jqlQuery,
String... fields)
Deprecated.
|
long |
saveCurrentAsNewFilter(SharedEntityInfo info)
Deprecated.
Save the current search and new filter.
|
long |
saveCurrentAsNewFilter(String name,
String description,
boolean favourite,
Set<? extends TestSharingPermission> permissions)
Deprecated.
Save current search as new filter.
|
long |
saveCurrentFilter()
Deprecated.
Save the current filter.
|
void |
sortIssues(String field,
String direction)
Deprecated.
Sort the Issues in the navigator
|
void configureColumns()
IssueNavigatorNavigation.NavigatorMode getCurrentMode()
IssueNavigatorNavigation.NavigatorEditMode getCurrentEditMode()
void gotoNavigator()
void displayAllIssues()
void displayXmlAllIssues()
void displayFullContentAllIssues()
void displayRssAllIssues()
void displayRssAllComments()
void displayPrintableAllIssues()
void bulkEditAllIssues()
void sortIssues(String field, String direction)
field
- The name of the field that should be used to sort the issues.direction
- a String representing the sorting direction. The allowed values are "ASC" or "DESC".void loadFilter(long id)
id
- The id of the filter to load.void loadFilterAndAssert(long id)
id
- the id of the filter to load.void gotoEditMode(IssueNavigatorNavigation.NavigatorEditMode mode)
mode
- the mode to load the navigator into. Null indicates that we should goto the current mode.void editFilter(long id)
void createFilter(String jql)
void clickEditModeFlipLink()
void gotoViewMode()
void gotoNewMode(IssueNavigatorNavigation.NavigatorEditMode navigatorEditMode)
navigatorEditMode
- the editing mode to go into; may be null to use current.IssueNavigatorNavigation.NavigatorMode gotoEditOrNewMode(IssueNavigatorNavigation.NavigatorEditMode mode)
IssueNavigatorNavigation.NavigatorMode.EDIT
. If there is not current search it will move into IssueNavigatorNavigation.NavigatorMode.NEW
.mode
- the edit mode to switch into.IssueSearchPage runSearch(String jqlQuery)
IssueSearchPage runPrintableSearch(String jqlQuery)
List<String> runSimpleSearch(String jqlQuery)
jqlQuery
- the JQL query to runnull
)IssueNavigatorNavigation createSearch(String jqlQuery)
jqlQuery
- the query to be executedvoid createSearch(NavigatorSearch search)
search
- the search to create.void modifySearch(NavigatorSearch search)
search
- make the current search look like this.long createNewAndSaveAsFilter(SharedEntityInfo info, NavigatorSearch search)
info
- the details of the search to create and save.search
- the search to create and save.long saveCurrentAsNewFilter(SharedEntityInfo info)
info
- information used to save the search.long saveCurrentAsNewFilter(String name, String description, boolean favourite, Set<? extends TestSharingPermission> permissions)
name
- name of the search.description
- of the search.favourite
- should the search going to be saved as a favourite?permissions
- the share permissions to associate with the current search.long saveCurrentFilter()
void deleteFilter(long id)
id
- the id of the filter to delete.void addColumnToIssueNavigator(String[] fieldNames)
fieldNames
- The name of the field to be added as columns to the issue navigator.void restoreColumnDefaults()
void runSearch()
void expandAllNavigatorSections()
void expandNavigatorSection(String sectionId)
sectionId
- the section to expand.BulkChangeWizard bulkChange(IssueNavigatorNavigation.BulkChangeOption bulkChangeOption)
bulkChangeOption
- whether to bulk change all results or just the current page.void goToConfigureColumns()
Copyright © 2002-2019 Atlassian. All Rights Reserved.