java.lang.Object | |
↳ | com.atlassian.jira.mock.issue.fields.layout.field.MockFieldConfigurationScheme |
Mock for FieldConfigurationScheme
that compares equality
based on id and name
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the id's of the field layout's represented by FieldConfigurationScheme (i.e.
| |||||||||||
Returns the id of the field layout to use for this given issue type id.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Returns the id's of the field layout's represented by FieldConfigurationScheme (i.e. the layouts associated with this project).
allIssueTypeIds | all the issue type id's that are in the system. This is used to determine if we need to return the layout for the default, if we have all the issue types mapped in the system then we do not care about the default since it is never used. |
---|
FieldLayout
("Field Configuration") to use for the project this is associcated with.
Returns the id of the field layout to use for this given issue type id. This will do all the necessary work to lookup the default entry if no specific mapping for the given isuse type id exists. So after calling this method simply use the returned field layout id.
issueTypeId | the Issue Type ID. |
---|
FieldLayout
("Field Configuration") to use for this given issue type id.