Class IssueNavigatorNavigationImpl
java.lang.Object
com.atlassian.jira.functest.framework.navigation.IssueNavigatorNavigationImpl
- All Implemented Interfaces:
IssueNavigatorNavigation
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.
- Since:
- v3.13
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.jira.functest.framework.navigation.IssueNavigatorNavigation
IssueNavigatorNavigation.BulkChangeOption, IssueNavigatorNavigation.NavigatorEditMode, IssueNavigatorNavigation.NavigatorMode -
Constructor Summary
ConstructorsConstructorDescriptionIssueNavigatorNavigationImpl(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddColumnToIssueNavigator(String[] fieldNames) Deprecated.Adds the extra columns to the Issue NavigatorbulkChange(IssueNavigatorNavigation.BulkChangeOption bulkChangeOption) Deprecated.Initiate the bulk change wizard on the current search results.voidDeprecated.createSearch(String jqlQuery) Deprecated.Switches the navigator into Advanced mode, and then executes the specified JQL query.voiddeleteFilter(long id) Deprecated.Delete the listed filter.voidDeprecated.works the same asgotoNavigator().voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voideditFilter(long id) Deprecated.Deprecated.Returns the edit mode that issue navigator is in.Deprecated.Returns the mode that issue navigator is currently in.voidDeprecated.Goes to the navigation section, or, if already in the section, does nothing.voidloadFilter(long id) Deprecated.Loads a filter in the issue navigator in summary mode.voidloadFilterAndAssert(long id) Deprecated.Loads a filter in the issue navigator in edit mode.voidDeprecated.Restore the default columns in the Issue Navigator.runPrintableSearch(String jqlQuery) Deprecated.Deprecated.voidrunXmlSearch(String jqlQuery, String... fields) Deprecated.voidsortIssues(String field, String direction) Deprecated.Sort the Issues in the navigator
-
Constructor Details
-
IssueNavigatorNavigationImpl
@Inject public IssueNavigatorNavigationImpl(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData) Deprecated.
-
-
Method Details
-
getCurrentMode
Deprecated.Description copied from interface:IssueNavigatorNavigationReturns the mode that issue navigator is currently in.- Specified by:
getCurrentModein interfaceIssueNavigatorNavigation- Returns:
- the mode that issue navigator is currently in. Null if we can't work it out.
-
getCurrentEditMode
Deprecated.Description copied from interface:IssueNavigatorNavigationReturns the edit mode that issue navigator is in.- Specified by:
getCurrentEditModein interfaceIssueNavigatorNavigation- Returns:
- the edit mode that issue navigator is in. Null if we can't work it out.
-
displayAllIssues
public void displayAllIssues()Deprecated.works the same asgotoNavigator().Executes quicksearch with no search string to return all issues- Specified by:
displayAllIssuesin interfaceIssueNavigatorNavigation
-
displayFullContentAllIssues
public void displayFullContentAllIssues()Deprecated.- Specified by:
displayFullContentAllIssuesin interfaceIssueNavigatorNavigation
-
displayRssAllIssues
public void displayRssAllIssues()Deprecated.- Specified by:
displayRssAllIssuesin interfaceIssueNavigatorNavigation
-
displayRssAllComments
public void displayRssAllComments()Deprecated.- Specified by:
displayRssAllCommentsin interfaceIssueNavigatorNavigation
-
displayXmlAllIssues
public void displayXmlAllIssues()Deprecated.- Specified by:
displayXmlAllIssuesin interfaceIssueNavigatorNavigation
-
bulkEditAllIssues
public void bulkEditAllIssues()Deprecated.- Specified by:
bulkEditAllIssuesin interfaceIssueNavigatorNavigation
-
displayPrintableAllIssues
public void displayPrintableAllIssues()Deprecated.- Specified by:
displayPrintableAllIssuesin interfaceIssueNavigatorNavigation
-
sortIssues
Deprecated.Description copied from interface:IssueNavigatorNavigationSort the Issues in the navigator- Specified by:
sortIssuesin interfaceIssueNavigatorNavigation- Parameters:
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".
-
restoreColumnDefaults
public void restoreColumnDefaults()Deprecated.Description copied from interface:IssueNavigatorNavigationRestore the default columns in the Issue Navigator.- Specified by:
restoreColumnDefaultsin interfaceIssueNavigatorNavigation
-
loadFilter
public void loadFilter(long id) Deprecated.Description copied from interface:IssueNavigatorNavigationLoads a filter in the issue navigator in summary mode.- Specified by:
loadFilterin interfaceIssueNavigatorNavigation- Parameters:
id- The id of the filter to load.
-
loadFilterAndAssert
public void loadFilterAndAssert(long id) Deprecated.Description copied from interface:IssueNavigatorNavigationLoads a filter in the issue navigator in edit mode.- Specified by:
loadFilterAndAssertin interfaceIssueNavigatorNavigation- Parameters:
id- the id of the filter to load.
-
editFilter
public void editFilter(long id) Deprecated.- Specified by:
editFilterin interfaceIssueNavigatorNavigation
-
runSearch
Deprecated.- Specified by:
runSearchin interfaceIssueNavigatorNavigation
-
runPrintableSearch
Deprecated.- Specified by:
runPrintableSearchin interfaceIssueNavigatorNavigation
-
runXmlSearch
Deprecated.- Specified by:
runXmlSearchin interfaceIssueNavigatorNavigation
-
createSearch
Deprecated.Description copied from interface:IssueNavigatorNavigationSwitches the navigator into Advanced mode, and then executes the specified JQL query.- Specified by:
createSearchin interfaceIssueNavigatorNavigation- Parameters:
jqlQuery- the query to be executed- Returns:
- this object
-
deleteFilter
public void deleteFilter(long id) Deprecated.Description copied from interface:IssueNavigatorNavigationDelete the listed filter.- Specified by:
deleteFilterin interfaceIssueNavigatorNavigation- Parameters:
id- the id of the filter to delete.
-