java.lang.Object | |
↳ | com.atlassian.jira.issue.context.LazyIssueContext |
This class is deprecated.
Use IssueContextImpl
instead. Since v6.1.
This class offers no real advantage over IssueContextImpl except that it does the component accessor lookups exactly once regardless of how many times you call its getters. If that's worth doing, then it's worth doing in IssueContextImpl too. Otherwise this class's functionality is identical except that it does not offer equals and hashCode implementations. There really isn't any point in using it.
[Expand]
Inherited Fields | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the IssueType for this IssueContext.
| |||||||||||
Gets the ID of the IssueType for this IssueContext.
| |||||||||||
Gets the IssueType for this IssueContext.
| |||||||||||
Gets the Project for this IssueContext.
| |||||||||||
Gets the ID of the Project for this IssueContext.
| |||||||||||
Gets the Project for this IssueContext.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||||
![]()
|
Gets the IssueType for this IssueContext.
A null return value is used to represent that this context applies to all IssueTypes.
Gets the ID of the IssueType for this IssueContext.
A null return value is used to represent that this context applies to all IssueTypes.
Gets the IssueType for this IssueContext.
A null return value is used to represent that this context applies to all IssueTypes.
Gets the Project for this IssueContext.
A null return value is used to represent that this context applies to all Projects.
Gets the ID of the Project for this IssueContext.
A null return value is used to represent that this context applies to all Projects.
Gets the Project for this IssueContext.
A null return value is used to represent that this context applies to all Projects.