Package com.atlassian.jira.issue
Class UpdateIssueRequest
java.lang.Object
com.atlassian.jira.issue.UpdateIssueRequest
Groups parameters for {
IssueManager.updateIssue(com.atlassian.jira.user.ApplicationUser, MutableIssue, UpdateIssueRequest)
}
specifying details for the issue update- Since:
- JIRA 6.3
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Provides a builder to create the UpdateIssueRequest object.boolean
This method is implemented for usage in Unit Tests.Defines an event dispatching strategy for the updateAdditional metadata to be persisted in history with the update operation, null if noneint
hashCode()
This method is implemented for usage in Unit Tests.boolean
If true mail notifications will be sent, otherwise mail notifications will be suppressed.
-
Method Details
-
getEventDispatchOption
Defines an event dispatching strategy for the update- See Also:
-
isSendMail
public boolean isSendMail()If true mail notifications will be sent, otherwise mail notifications will be suppressed. -
getHistoryMetadata
Additional metadata to be persisted in history with the update operation, null if none- See Also:
-
getProperties
- Returns:
- issue properties to set in this update
-
builder
Provides a builder to create the UpdateIssueRequest object. -
hashCode
public int hashCode()This method is implemented for usage in Unit Tests. -
equals
This method is implemented for usage in Unit Tests.
-