java.lang.Object | |
↳ | com.atlassian.jira.issue.util.SimpleMockIssueFactory |
[Expand]
Inherited Fields | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Clones the Issue object which creates an editable copy.
| |||||||||||
Clone Issue for conversion from sub task to issue
| |||||||||||
Clones the Issue object which creates an editable copy.
| |||||||||||
Creates a new blank issue.
| |||||||||||
Creates an issue object for an issue represented by the Lucene Document
| |||||||||||
Creates an issue object for an issue represented by the passed issueGV
| |||||||||||
Creates an issue object for an issue represented by the passed issueGV.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||||||||
![]()
|
Clones the Issue object which creates an editable copy. Does not clone custom field values.
issue | issue to be cloned |
---|
MutableIssue
clone.Clone Issue for conversion from sub task to issue
Clones the Issue object which creates an editable copy.
issue | issue to be cloned |
---|
MutableIssue
clone.
Creates an issue object for an issue represented by the Lucene Document
Creates an issue object for an issue represented by the passed issueGV
MutableIssue
object that represents a copy of the issueGV
Creates an issue object for an issue represented by the passed issueGV.
This will return null if it is passed null, which is different behaviour to getIssue(org.ofbiz.core.entity.GenericValue)
MutableIssue
object that represents a copy of the issueGV, or null.