java.lang.Object | |
↳ | com.atlassian.jira.issue.changehistory.metadata.HistoryMetadataParticipant |
@Internal
or @PublicApi
.
Represents a identifiable participant in the metadata history. This might be a remote system, an event that caused the change to occur, or a user on a remote system.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
HistoryMetadataParticipant.HistoryMetadataParticipantBuilder |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method is implemented for usage in Unit Tests.
| |||||||||||
The avatar image url of the participant
| |||||||||||
The user readable name of the participant
| |||||||||||
i18n key for the user readable name of the participant, will be used before displayName if present
| |||||||||||
The identifier of this participant
| |||||||||||
The type of the participant
| |||||||||||
The url to this participant's details page
| |||||||||||
This method is implemented for usage in Unit Tests.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object |
id | the id of the participant being created |
---|---|
type | the type of the participant being created |
i18n key for the user readable name of the participant, will be used before displayName if present
This method is implemented for usage in Unit Tests.