| java.lang.Object | |
| ↳ | com.atlassian.jira.web.bean.ConvertIssueBean |
Known Direct Subclasses
|
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| currentStep | |||||||||||
| fieldValuesHolder | |||||||||||
| issueId | |||||||||||
| issueType | |||||||||||
| sessionKey | |||||||||||
| targetStatusId | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Clears everything in the bean except id.
| |||||||||||
Removes itself from the session
| |||||||||||
Retrieves itself from the session.
| |||||||||||
Returns a custom values holder
| |||||||||||
Returns issue ID
| |||||||||||
Returns the issue operation of this bean
| |||||||||||
Returns issue type
| |||||||||||
Returns target status id
| |||||||||||
Sets the issue ID
| |||||||||||
Sets issue type
| |||||||||||
Sets target status id
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.jira.issue.customfields.OperationContext
| |||||||||||
Clears everything in the bean except id.
Removes itself from the session
| session | session |
|---|
Retrieves itself from the session. If not found in the session, a new instance is created and stored in the session.
| session | session |
|---|---|
| issueId | issue id |
Returns a custom values holder
Returns the issue operation of this bean
Sets target status id
| targetStatusId | target status id |
|---|