Class HistoryMetadataParticipant
java.lang.Object
com.atlassian.jira.issue.changehistory.metadata.HistoryMetadataParticipant
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.
- Since:
- JIRA 6.3
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbooleanThis method is implemented for usage in Unit Tests.The avatar image url of the participantThe user readable name of the participanti18n key for the user readable name of the participant, will be used before displayName if presentgetId()The identifier of this participantgetType()The type of the participantgetUrl()The url to this participant's details pageinthashCode()This method is implemented for usage in Unit Tests.
-
Method Details
-
getId
The identifier of this participant -
getDisplayName
The user readable name of the participant -
getDisplayNameKey
i18n key for the user readable name of the participant, will be used before displayName if present -
getType
The type of the participant -
getAvatarUrl
The avatar image url of the participant -
getUrl
The url to this participant's details page -
hashCode
public int hashCode()This method is implemented for usage in Unit Tests. -
equals
This method is implemented for usage in Unit Tests. -
builder
public static HistoryMetadataParticipant.HistoryMetadataParticipantBuilder builder(String id, String type) - Parameters:
id- the id of the participant being createdtype- the type of the participant being created- Returns:
- a builder for a HistoryMetadataParticipant object
-