java.lang.Object | |||
↳ | com.atlassian.jira.functest.framework.AbstractFuncTestUtil | ||
↳ | com.atlassian.jira.functest.framework.AbstractNavigationUtil | ||
↳ | com.atlassian.jira.functest.framework.navigation.IssueNavigatorNavigationImpl |
This class is deprecated.
since JIRA 6.2. Since the replacement of the issue navigator by KickAss, the use of this class is unpredictable.
Navigate Issue Navigation functionality.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
backdoor |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds the extra columns to the Issue Navigator
| |||||||||||
Initiate the bulk change wizard on the current search results.
| |||||||||||
Clicks the link that flips between simple and advanced navigator edit modes.
| |||||||||||
Create and save the passed search.
| |||||||||||
Switches the navigator into Advanced mode, and then executes the specified JQL query.
| |||||||||||
This method is deprecated.
does nothing.
| |||||||||||
Delete the listed filter.
| |||||||||||
This method is deprecated.
works the same as
gotoNavigator() .
| |||||||||||
Expand all of the navigator sections.
| |||||||||||
Expand the passed navigator section.
| |||||||||||
Returns the edit mode that issue navigator is in.
| |||||||||||
Returns the mode that issue navigator is currently in.
| |||||||||||
Go to the configure columns screen.
| |||||||||||
This method is deprecated.
works the same as
gotoNavigator() . | |||||||||||
Switch to the passed edit mode in navigator.
| |||||||||||
Goes to the navigation section, or, if already in the section, does nothing.
| |||||||||||
This method is deprecated.
works the same as
gotoNavigator() . | |||||||||||
This method is deprecated.
works the same as
gotoNavigator() | |||||||||||
Loads a filter in the issue navigator in edit mode.
| |||||||||||
Loads a filter in the issue navigator in summary mode.
| |||||||||||
This method is deprecated.
does nothing.
| |||||||||||
Restore the default columns in the Issue Navigator.
| |||||||||||
Run the current search.
| |||||||||||
Safely run a search, ignoring errors and returning only the matching issue keys
in the order that they were returned.
| |||||||||||
Save current search as new filter.
| |||||||||||
Save the current search and new filter.
| |||||||||||
Save the current filter.
| |||||||||||
Sort the Issues in the navigator
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Adds the extra columns to the Issue Navigator
fieldNames | The name of the field to be added as columns to the issue navigator. |
---|
Initiate the bulk change wizard on the current search results.
bulkChangeOption | whether to bulk change all results or just the current page. |
---|
Clicks the link that flips between simple and advanced navigator edit modes. Assumes we are currently "editing" a filer.
Create and save the passed search.
info | the details of the search to create and save. |
---|---|
search | the search to create and save. |
Switches the navigator into Advanced mode, and then executes the specified JQL query.
jqlQuery | the query to be executed |
---|
This method is deprecated.
does nothing.
Create a search with the passed parameters.
search | the search to create. |
---|
Delete the listed filter.
id | the id of the filter to delete. |
---|
This method is deprecated.
works the same as gotoNavigator()
.
Executes quicksearch with no search string to return all issues
Expand all of the navigator sections.
Expand the passed navigator section.
sectionId | the section to expand. |
---|
Returns the edit mode that issue navigator is in.
Returns the mode that issue navigator is currently in.
Go to the configure columns screen.
This method is deprecated.
works the same as gotoNavigator()
.
Switch the navigator into Edit mode. The mode of the edit can be specified in the passed argument.
editMode | the mode to load the navigator into. Null indicates that we should goto the current mode. |
---|
Goes to the navigation section, or, if already in the section, does nothing.
This method is deprecated.
works the same as gotoNavigator()
.
Switch the navigator into New mode.
navigatorEditMode | the editing mode to go into; may be null to use current. |
---|
Loads a filter in the issue navigator in edit mode.
id | the id of the filter to load. |
---|---|
mode | the navigator edit mode to enter into. |
Loads a filter in the issue navigator in summary mode.
id | The id of the filter to load. |
---|
This method is deprecated.
does nothing.
Modify the current search.
search | make the current search look like this. |
---|
Restore the default columns in the Issue Navigator.
Run the current search.
Safely run a search, ignoring errors and returning only the matching issue keys in the order that they were returned.
jqlQuery | the JQL query to run |
---|
null
)
Save current search as new filter.
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. |
Save the current search and new filter.
info | information used to save the search. |
---|
Save the current filter.
Sort the Issues in the navigator
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". |