public class

QuerySearchCondition

extends Object
implements NavigatorCondition
java.lang.Object
   ↳ com.atlassian.jira.functest.framework.navigator.QuerySearchCondition

Class Overview

Represents the "Text Search" condition in Navigator.

Summary

Public Constructors
QuerySearchCondition()
QuerySearchCondition(String queryString)
QuerySearchCondition(QuerySearchCondition condition)
Public Methods
void assertSettings(Document document)
Assert that the condition is corrected configured for the passed tester.
NavigatorCondition copyCondition()
NavigatorCondition copyConditionForParse()
boolean equals(Object o)
int hashCode()
void parseCondition(WebTester tester)
Get the condition as configured on the web page.
void setQueryString(String queryString)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.functest.framework.navigator.NavigatorCondition

Public Constructors

public QuerySearchCondition ()

public QuerySearchCondition (String queryString)

public QuerySearchCondition (QuerySearchCondition condition)

Public Methods

public void assertSettings (Document document)

Assert that the condition is corrected configured for the passed tester. The tester must be on the Navigator page when called.

Parameters
document the tester pointed at the Navigator page.

public NavigatorCondition copyCondition ()

public NavigatorCondition copyConditionForParse ()

public boolean equals (Object o)

public int hashCode ()

public void parseCondition (WebTester tester)

Get the condition as configured on the web page. The tester will be on the Navigator page when called.

Parameters
tester the tester pointed at the Navigator page.

public void setQueryString (String queryString)

public String toString ()