java.lang.Object | |
↳ | com.atlassian.jira.issue.fields.MockProjectFieldLayoutSchemeHelper |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a list of the projects are currently using the passed field layout, and the field layout is active.
| |||||||||||
Like
getProjectsForFieldLayout(com.atlassian.jira.issue.fields.layout.field.FieldLayout) , but takes a set of fieldLayouts
and returns a multimap of FieldLayouts -> Active projects | |||||||||||
Return a list of projects that use the field layout scheme with the passed query.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object | |||||||||||||||||
From interface
com.atlassian.jira.issue.fields.ProjectFieldLayoutSchemeHelper
|
Returns a list of the projects are currently using the passed field layout, and the field layout is active. Only projects that the current user can change the configuration for will be returned.
fieldLayout | the name of the field layout the check. |
---|
Like getProjectsForFieldLayout(com.atlassian.jira.issue.fields.layout.field.FieldLayout)
, but takes a set of fieldLayouts
and returns a multimap of FieldLayouts -> Active projects
fieldLayouts | Field layouts to get projects for |
---|
ProjectNameComparator
Return a list of projects that use the field layout scheme with the passed query. Only projects that the passed user can change the configuration for will be returned.
schemeId | the scheme id query. Null can be passed to search for the magical system default field layout scheme. |
---|