Class ProjectCondition
java.lang.Object
com.atlassian.jira.functest.framework.navigator.MultiSelectCondition
com.atlassian.jira.functest.framework.navigator.ProjectCondition
- All Implemented Interfaces:
NavigatorCondition
Represents a selection of projects in a Navigator search.
- Since:
- v3.13
-
Constructor Summary
ConstructorsConstructorDescriptionProjectCondition
(String elementName) Used to construct condition for project picker custom field -
Method Summary
Modifier and TypeMethodDescriptionaddProject
(String project) removeProject
(String project) toString()
Methods inherited from class com.atlassian.jira.functest.framework.navigator.MultiSelectCondition
addOption, addOptions, assertSettings, clearOptions, equals, getElementName, getOptions, hashCode, parseCondition, removeOption, removeOptions, setOptions
-
Constructor Details
-
ProjectCondition
public ProjectCondition() -
ProjectCondition
Used to construct condition for project picker custom field- Parameters:
elementName
- the name of the field e.g.pid
orcustomfield_10000
-
-
Method Details
-
addProject
-
removeProject
-
toString
- Overrides:
toString
in classMultiSelectCondition
-
copyCondition
- Returns:
- a copy of the condition.
-
copyConditionForParse
- Returns:
- a clean copy of the condition.
-