java.lang.Object | |
↳ | com.atlassian.jira.issue.changehistory.metadata.HistoryMetadata |
@Internal
or @PublicApi
.
Represents the complete set of metadata for a history changegroup.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
HistoryMetadata.HistoryMetadataBuilder |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method is implemented for usage in Unit Tests.
| |||||||||||
Textual description of the change for the activity stream
| |||||||||||
i18n key for the description of the change for the activity stream, will be used before activityDescription if present
| |||||||||||
The person or agent that triggered the history change
| |||||||||||
The event or state that triggered the history change
| |||||||||||
Textual description of the change
| |||||||||||
i18n key for the textual description of the change, will be used before description if present
| |||||||||||
Textual description of the change for notification emails
| |||||||||||
i18n key for the textual description of the change for the notification email, will be used before emailDescription if present
| |||||||||||
Additional metadata related to the history change
| |||||||||||
The system that triggered the history change
| |||||||||||
A unique id to identify the plugin/system that generated this metadata
| |||||||||||
This method is implemented for usage in Unit Tests.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
type | the type of the metadata object being created |
---|
i18n key for the description of the change for the activity stream, will be used before activityDescription if present
i18n key for the textual description of the change, will be used before description if present
i18n key for the textual description of the change for the notification email, will be used before emailDescription if present
This method is implemented for usage in Unit Tests.