public class ProjectCondition extends MultiSelectCondition
Constructor and Description |
---|
ProjectCondition() |
ProjectCondition(ProjectCondition copy) |
ProjectCondition(String elementName)
Used to construct condition for project picker custom field
|
Modifier and Type | Method and Description |
---|---|
ProjectCondition |
addProject(String project) |
NavigatorCondition |
copyCondition() |
NavigatorCondition |
copyConditionForParse() |
ProjectCondition |
removeProject(String project) |
String |
toString() |
addOption, addOptions, assertSettings, clearOptions, equals, getElementName, getOptions, hashCode, parseCondition, removeOption, removeOptions, setOptions
public ProjectCondition()
public ProjectCondition(String elementName)
elementName
- the name of the field e.g. pid
or customfield_10000
public ProjectCondition(ProjectCondition copy)
public ProjectCondition addProject(String project)
public ProjectCondition removeProject(String project)
public String toString()
toString
in class MultiSelectCondition
public NavigatorCondition copyCondition()
public NavigatorCondition copyConditionForParse()
Copyright © 2002-2018 Atlassian. All Rights Reserved.