java.lang.Object | ||
↳ | com.atlassian.jira.issue.fields.screen.AbstractGVBean | |
↳ | com.atlassian.jira.issue.fields.screen.issuetype.IssueTypeScreenSchemeImpl |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return
FieldScreenScheme that JIRA will actually use
for the passed IssueType . | |||||||||||
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Return FieldScreenScheme
that JIRA will actually use
for the passed IssueType
. This method will never return
null
as each IssueType
must have an associated FieldScreenScheme
that either comes
from an explicit mapping or the default mapping in the scheme.
type | the IssueType to query. |
---|
FieldScreenScheme
for the passed IssueType
. Cannot be null.