Package com.atlassian.jira.issue.search
Class ClauseNames
java.lang.Object
com.atlassian.jira.issue.search.ClauseNames
Represents a JQL clause name. The primary name is the name which uniquely identifies the clause, the names
is a set of alternate names that the clause can be known as.
- Since:
- v4.0
-
Constructor Summary
ConstructorsConstructorDescriptionClauseNames(String primaryName) ClauseNames(String primaryName, String... names) ClauseNames(String primaryName, Set<String> names) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanstatic ClauseNamesforCustomField(CustomField field) inthashCode()toString()